Skip to content

Commit

Permalink
argocd-apps v1.1.1: fix ui repo url (#183)
Browse files Browse the repository at this point in the history
* ui: fix repo url

* version bump + changelog
  • Loading branch information
deer-wmde authored Dec 13, 2024
1 parent f739732 commit 7acaf39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1.0
version: 1.1.1
appVersion: "1.0"
maintainers:
- name: WBstack
Expand Down
5 changes: 4 additions & 1 deletion 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
## 1.1.1
- fix repo URL for wbaas-ui

## 1.1.0
- move app chart versions to values file
- use helm chart notation instead for the ui
Expand All @@ -29,4 +32,4 @@ Deploys actual `Application` manifests for Argo CD. This chart gets treated as i

### 1.0.1
- initial version in this repository
- includes wbaas-ui manifest
- includes wbaas-ui manifest
2 changes: 1 addition & 1 deletion charts/argocd-apps/templates/wbaas-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
server: {{ .Values.clusterUrl }}
project: {{ .Values.environment }}
sources:
- repoURL: {{ .Values.repoUrls.charts }}
- repoURL: {{ .Values.repoUrls.wbstack }}
targetRevision: {{ .Values.chartVersions.wbaasUi }}
chart: ui
helm:
Expand Down

0 comments on commit 7acaf39

Please sign in to comment.