ref a GitRepository instead of a HelmRepository
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-13 19:14:33 -08:00
parent 7517cf724c
commit 2e60d4cfc2
4 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ spec:
spec: spec:
chart: ./charts/futureporn chart: ./charts/futureporn
sourceRef: sourceRef:
kind: HelmRepository kind: GitRepository
name: futureporn name: futureporn
interval: 1m interval: 1m
install: install:

View File

@ -3,7 +3,7 @@ kind: Kustomization
resources: resources:
- ../base/podinfo - ../base/podinfo
- ../base/temporal - ../base/temporal
- ../base/fp - ../base/futureporn
patches: patches:
- path: podinfo-values.yaml - path: podinfo-values.yaml
target: target: