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.1
version: 2.1.2
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.2
- remove bitnami chart repo

## 2.1.1
- re-add bitnami chart repo URL temporarily, so redis can get removed

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