Skip to content

Commit

Permalink
Global & specific values - umbrella & app
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 30, 2024
1 parent f30855e commit 17e69a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
repoURL: https://nemerosa.github.io/tmp-argo
chart: umbrella
targetRevision: 1.1.0
targetRevision: 1.2.0
helm:
releaseName: "umbrella"
values: |
Expand Down
6 changes: 3 additions & 3 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apiVersion: v2
name: umbrella
description: A Helm chart for testing purposes
type: application
version: "1.1.0"
version: "1.2.0"
appVersion: "1.0"
dependencies:
# - name: common
# repository: https://nemerosa.github.io/tmp-argo
# version: "1.0.2"
- name: backend
repository: https://nemerosa.github.io/tmp-argo
version: "1.1.0"
version: "1.2.0"
- name: frontend
repository: https://nemerosa.github.io/tmp-argo
version: "1.1.0"
version: "1.2.0"

0 comments on commit 17e69a0

Please sign in to comment.