use master instead of HEAD
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
@@ -8,14 +9,14 @@ spec:
|
|||||||
sources:
|
sources:
|
||||||
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/kube-plex.git
|
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/kube-plex.git
|
||||||
path: charts/kube-plex
|
path: charts/kube-plex
|
||||||
targetRevision: HEAD
|
targetRevision: master
|
||||||
ref: charts
|
ref: charts
|
||||||
helm:
|
helm:
|
||||||
releaseName: plex
|
releaseName: plex
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/helm-values/plex_values.yml
|
- $values/helm-values/plex_values.yml
|
||||||
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
targetRevision: HEAD
|
targetRevision: master
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
Reference in New Issue
Block a user