Skip to content

Commit

Permalink
chore: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen committed Mar 7, 2023
1 parent 420f4df commit ecc53bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/argo-helm1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
server: 'https://kubernetes.default.svc'
source:
repoURL: 'https://carslen.github.io/avp-demo'
targetRevision: 0.1.1
targetRevision: 0.1.2
chart: avp-demo
project: project-example
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion apps/argo-helm2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
server: 'https://kubernetes.default.svc'
source:
repoURL: 'https://carslen.github.io/avp-demo'
targetRevision: 0.1.1
targetRevision: 0.1.2
chart: avp-demo2
project: project-example
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion apps/argo-helm3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
server: 'https://kubernetes.default.svc'
source:
repoURL: 'https://carslen.github.io/avp-demo'
targetRevision: 0.1.0
targetRevision: 0.1.2
chart: avp-demo3
plugin:
name: argocd-vault-plugin-helm
Expand Down
2 changes: 1 addition & 1 deletion charts/avp-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/avp-demo2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit ecc53bb

Please sign in to comment.