diff --git a/charts/argocd-config/Chart.yaml b/charts/argocd-config/Chart.yaml index dec21bb..92a56cb 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.1 +version: 2.1.2 appVersion: "1.0" maintainers: - name: WBstack diff --git a/charts/argocd-config/README.md b/charts/argocd-config/README.md index a15b575..bfb544a 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.2 +- remove bitnami chart repo + ## 2.1.1 - re-add bitnami chart repo URL temporarily, so redis can get removed diff --git a/charts/argocd-config/templates/projects.yaml b/charts/argocd-config/templates/projects.yaml index 0fc5465..c8368d7 100644 --- a/charts/argocd-config/templates/projects.yaml +++ b/charts/argocd-config/templates/projects.yaml @@ -17,7 +17,6 @@ spec: sourceRepos: - {{ .Values.repoUrls.deploy }} - {{ .Values.repoUrls.wbstack }} - - {{ .Values.repoUrls.bitnami }} clusterResourceWhitelist: - group: rbac.authorization.k8s.io kind: ClusterRole diff --git a/charts/argocd-config/values.yaml b/charts/argocd-config/values.yaml index 600b18d..c6bd153 100644 --- a/charts/argocd-config/values.yaml +++ b/charts/argocd-config/values.yaml @@ -5,4 +5,3 @@ appOfAppsVersion: 2.1.0 repoUrls: deploy: https://github.com/wmde/wbaas-deploy wbstack: https://wbstack.github.io/charts - bitnami: https://raw.githubusercontent.com/wbstack/bitnami-legacy/ed0cf51bf0d2f21a99dda8269b806d2a20648986/bitnami