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-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-apps
description: Chart to deploy WBaaS apps in an "app-of-apps" pattern via ArgoCD
type: application
version: 2.0.1
version: 2.1.0
appVersion: "1.0"
maintainers:
- name: WBstack
Expand Down
3 changes: 3 additions & 0 deletions charts/argocd-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
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).

## Changelog
## 2.1.0
- remove redis deployments

## 1.1.1
- fix repo URL for wbaas-ui

Expand Down
27 changes: 0 additions & 27 deletions charts/argocd-apps/templates/redis-2.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions charts/argocd-apps/templates/redis.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions charts/argocd-apps/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
repoUrls:
deploy: https://github.com/wmde/wbaas-deploy
wbstack: https://wbstack.github.io/charts
bitnami: https://raw.githubusercontent.com/wbstack/bitnami-legacy/ed0cf51bf0d2f21a99dda8269b806d2a20648986/bitnami
clusterUrl: https://kubernetes.default.svc
environment: production

chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
redis: 17.3.8
redis2: 19.6.4
# "inherits" values from argocd-config chart
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.0.1
version: 2.1.0
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.0
- remove redis deployments

## 2.0.0
- use Bitnami Archive URL

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
2 changes: 1 addition & 1 deletion charts/argocd-config/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment: production

appOfAppsVersion: 2.0.1
appOfAppsVersion: 2.1.0

repoUrls:
deploy: https://github.com/wmde/wbaas-deploy
Expand Down
Loading