diff --git a/charts/argocd-config/Chart.yaml b/charts/argocd-config/Chart.yaml index 1e79f3e..dec21bb 100644 --- a/charts/argocd-config/Chart.yaml +++ b/charts/argocd-config/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-config description: Chart to deploy ArgoCD configuration (including the argocd-apps chart) type: application -version: 2.1.0 +version: 2.1.1 appVersion: "1.0" maintainers: - name: WBstack diff --git a/charts/argocd-config/README.md b/charts/argocd-config/README.md index b59eb52..a15b575 100644 --- a/charts/argocd-config/README.md +++ b/charts/argocd-config/README.md @@ -3,6 +3,9 @@ Configures permissions Argo CD and deploys the "app-of-apps" (see ../argocd-apps/README.md) ## Changelog +## 2.1.1 +- re-add bitnami chart repo URL temporarily, so redis can get removed + ## 2.1.0 - remove redis deployments diff --git a/charts/argocd-config/templates/projects.yaml b/charts/argocd-config/templates/projects.yaml index c8368d7..0fc5465 100644 --- a/charts/argocd-config/templates/projects.yaml +++ b/charts/argocd-config/templates/projects.yaml @@ -17,6 +17,7 @@ spec: sourceRepos: - {{ .Values.repoUrls.deploy }} - {{ .Values.repoUrls.wbstack }} + - {{ .Values.repoUrls.bitnami }} clusterResourceWhitelist: - group: rbac.authorization.k8s.io kind: ClusterRole