From ecc53bb8f831799325052a64145ea12064d31ee2 Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Tue, 7 Mar 2023 18:04:53 +0100 Subject: [PATCH] chore: bump chart version --- apps/argo-helm1.yaml | 2 +- apps/argo-helm2.yaml | 2 +- apps/argo-helm3.yaml | 2 +- charts/avp-demo/Chart.yaml | 2 +- charts/avp-demo2/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/argo-helm1.yaml b/apps/argo-helm1.yaml index 01e5c64..be466ea 100644 --- a/apps/argo-helm1.yaml +++ b/apps/argo-helm1.yaml @@ -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: diff --git a/apps/argo-helm2.yaml b/apps/argo-helm2.yaml index 0e93d0a..912d451 100644 --- a/apps/argo-helm2.yaml +++ b/apps/argo-helm2.yaml @@ -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: diff --git a/apps/argo-helm3.yaml b/apps/argo-helm3.yaml index 5a4d494..990c52b 100644 --- a/apps/argo-helm3.yaml +++ b/apps/argo-helm3.yaml @@ -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 diff --git a/charts/avp-demo/Chart.yaml b/charts/avp-demo/Chart.yaml index 304133f..2f30dc4 100644 --- a/charts/avp-demo/Chart.yaml +++ b/charts/avp-demo/Chart.yaml @@ -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 diff --git a/charts/avp-demo2/Chart.yaml b/charts/avp-demo2/Chart.yaml index cdb4eb4..f3a4aa7 100644 --- a/charts/avp-demo2/Chart.yaml +++ b/charts/avp-demo2/Chart.yaml @@ -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