Skip to content

Commit

Permalink
argocd-config: fix app-of-apps repo URL (#177)
Browse files Browse the repository at this point in the history
1.0.7 mistakenly use the raw .git repo which made it easy to test
the unreleased chart. Instead we should use the properly helm chart
repo

Bug: T375195
  • Loading branch information
tarrow authored Nov 15, 2024
1 parent 24f92bc commit 7faf635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/argocd-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-config
description: Chart to deploy ArgoCD configuration (including the argocd-apps chart)
type: application
version: 1.0.8
version: 1.0.9
appVersion: "1.0"
maintainers:
- name: WBstack
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 @@ -8,7 +8,7 @@ spec:
namespace: argocd
project: {{ .Values.environment }}
sources:
- repoURL: https://github.com/wbstack/charts.git
- repoURL: {{ .Values.repoUrls.wbstack }}
targetRevision: 1.0.6
chart: argocd-apps
helm:
Expand Down

0 comments on commit 7faf635

Please sign in to comment.