Skip to content

Commit 3de6f1d

Browse files
authored
argocd-config 2.1.1 (#202)
1 parent bfd9d0e commit 3de6f1d

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/argocd-config/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: argocd-config
33
description: Chart to deploy ArgoCD configuration (including the argocd-apps chart)
44
type: application
5-
version: 2.1.0
5+
version: 2.1.1
66
appVersion: "1.0"
77
maintainers:
88
- name: WBstack

charts/argocd-config/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Configures permissions Argo CD and deploys the "app-of-apps" (see ../argocd-apps/README.md)
44

55
## Changelog
6+
## 2.1.1
7+
- re-add bitnami chart repo URL temporarily, so redis can get removed
8+
69
## 2.1.0
710
- remove redis deployments
811

charts/argocd-config/templates/projects.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
sourceRepos:
1818
- {{ .Values.repoUrls.deploy }}
1919
- {{ .Values.repoUrls.wbstack }}
20+
- {{ .Values.repoUrls.bitnami }}
2021
clusterResourceWhitelist:
2122
- group: rbac.authorization.k8s.io
2223
kind: ClusterRole

0 commit comments

Comments
 (0)