Skip to content

Commit

Permalink
argocd: bump api chart to 0.32.1 (#174)
Browse files Browse the repository at this point in the history
* argocd-apps: bump api chart to 0.32.1

* argocd-config: bump argocd-apps to 1.0.5
  • Loading branch information
AndrewKostka authored Oct 28, 2024
1 parent ac7cbde commit 562c5a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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: 1.0.4
version: 1.0.5
appVersion: "1.0"
maintainers:
- name: WBstack
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-apps/templates/wbaas-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
project: {{ .Values.environment }}
sources:
- repoURL: {{ .Values.repoUrls.wbstack }}
targetRevision: 0.32.0
targetRevision: 0.32.1
chart: api
helm:
valueFiles:
Expand Down
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: 1.0.6
version: 1.0.7
appVersion: "1.0"
maintainers:
- name: WBstack
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-config/templates/app-of-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
project: {{ .Values.environment }}
source:
repoURL: {{ .Values.repoUrls.wbstack }}
targetRevision: 1.0.4
targetRevision: 1.0.5
chart: argocd-apps
helm:
values: |
Expand Down

0 comments on commit 562c5a4

Please sign in to comment.