Skip to content

Commit

Permalink
change targetRevisions to HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Aug 2, 2024
1 parent 22735c9 commit 443519b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/argocd-apps/templates/wbaas-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ spec:
sources:
- repoURL: {{ .Values.repoUrls.charts }}
path: charts/ui
targetRevision: de/ui-add-annotations #TODO change to HEAD
targetRevision: HEAD
helm:
valueFiles:
- $values/k8s/argocd/{{ .Values.environment }}/ui.values.yaml
- repoURL: {{ .Values.repoUrls.deploy }}
targetRevision: de/argo-ui-simple #TODO change to HEAD
targetRevision: HEAD
ref: values

syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-config/templates/app-of-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
path: charts/argocd-apps
repoURL: {{ .Values.repoUrls.deploy }}
targetRevision: de/argo-ui-simple #TODO change to HEAD
targetRevision: HEAD
helm:
values: |
{{ toYaml .Values | indent 8 }}
Expand Down

0 comments on commit 443519b

Please sign in to comment.