Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 2.1.0
version: 2.1.1
appVersion: "1.0"
maintainers:
- name: WBstack
Expand Down
3 changes: 3 additions & 0 deletions charts/argocd-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions charts/argocd-config/templates/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
sourceRepos:
- {{ .Values.repoUrls.deploy }}
- {{ .Values.repoUrls.wbstack }}
- {{ .Values.repoUrls.bitnami }}
clusterResourceWhitelist:
- group: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
Loading