From 2d86b6e4b0de7c4b92bdb4147d86c2adfc7a0bad Mon Sep 17 00:00:00 2001 From: dena Date: Tue, 30 Sep 2025 15:12:32 +0200 Subject: [PATCH] argocd-config 2.1.1 --- charts/argocd-config/Chart.yaml | 2 +- charts/argocd-config/README.md | 3 +++ charts/argocd-config/templates/projects.yaml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) 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