Skip to content

Commit

Permalink
argocd-apps: use api chart v0.32.0 (#168)
Browse files Browse the repository at this point in the history
* use argo chart 0.32.0

* bump version

* linting: bump setup-python version (#167)

* linting: bump setup-python version

* linting: bump python version to v3.13

---------

Co-authored-by: Andrew Kostka <[email protected]>
  • Loading branch information
deer-wmde and AndrewKostka authored Oct 16, 2024
1 parent 655677d commit 41d8807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3
version: 1.0.4
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.31.2
targetRevision: 0.32.0
chart: api
helm:
valueFiles:
Expand Down

0 comments on commit 41d8807

Please sign in to comment.