Skip to content

Commit bfd9d0e

Browse files
authored
remove redis (#201)
1 parent 9563b6b commit bfd9d0e

9 files changed

Lines changed: 9 additions & 61 deletions

File tree

charts/argocd-apps/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-apps
33
description: Chart to deploy WBaaS apps in an "app-of-apps" pattern via ArgoCD
44
type: application
5-
version: 2.0.1
5+
version: 2.1.0
66
appVersion: "1.0"
77
maintainers:
88
- name: WBstack

charts/argocd-apps/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Deploys actual `Application` manifests for Argo CD. This chart gets treated as it's own `Application`, the app-of-apps, by the chart [argocd-config](../argocd-config/README.md).
44

55
## Changelog
6+
## 2.1.0
7+
- remove redis deployments
8+
69
## 1.1.1
710
- fix repo URL for wbaas-ui
811

charts/argocd-apps/templates/redis-2.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

charts/argocd-apps/templates/redis.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

charts/argocd-apps/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
repoUrls:
22
deploy: https://github.com/wmde/wbaas-deploy
33
wbstack: https://wbstack.github.io/charts
4-
bitnami: https://raw.githubusercontent.com/wbstack/bitnami-legacy/ed0cf51bf0d2f21a99dda8269b806d2a20648986/bitnami
54
clusterUrl: https://kubernetes.default.svc
65
environment: production
76

87
chartVersions:
98
wbaasUi: 0.4.0
109
wbaasApi: 0.32.1
11-
redis: 17.3.8
12-
redis2: 19.6.4
1310
# "inherits" values from argocd-config chart

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.0.1
5+
version: 2.1.0
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.0
7+
- remove redis deployments
8+
69
## 2.0.0
710
- use Bitnami Archive URL
811

charts/argocd-config/templates/projects.yaml

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

charts/argocd-config/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment: production
22

3-
appOfAppsVersion: 2.0.1
3+
appOfAppsVersion: 2.1.0
44

55
repoUrls:
66
deploy: https://github.com/wmde/wbaas-deploy

0 commit comments

Comments
 (0)