Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argocd-apps v1.1.1: fix ui repo url #183

Merged
merged 2 commits into from
Dec 13, 2024
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: 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
Loading