From 53b4e6dafd79ea1007ffc25302e9a00dd23eda0c Mon Sep 17 00:00:00 2001 From: Sleeyax Date: Wed, 20 Apr 2022 02:07:00 +0200 Subject: [PATCH 1/2] Bump helm version to 5.3.80 --- charts/invoiceninja/Chart.yaml | 2 +- charts/invoiceninja/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index e7e1c3a..4945b20 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -17,7 +17,7 @@ version: 0.9.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 5.3.39 +appVersion: 5.3.80 keywords: - invoiceninja home: https://invoiceninja.github.io/dockerfiles diff --git a/charts/invoiceninja/values.yaml b/charts/invoiceninja/values.yaml index fb13518..e9a9839 100644 --- a/charts/invoiceninja/values.yaml +++ b/charts/invoiceninja/values.yaml @@ -18,7 +18,7 @@ image: registry: docker.io repository: invoiceninja/invoiceninja - tag: 5.3.39 + tag: 5.3.80 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## From 46cd35bf3287dc48e06b795d4e8aa91983e76070 Mon Sep 17 00:00:00 2001 From: Sleeyax Date: Wed, 20 Apr 2022 02:20:39 +0200 Subject: [PATCH 2/2] Bump chart version --- charts/invoiceninja/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index 4945b20..073017c 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -13,7 +13,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.9.1 +version: 0.9.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 # follow Semantic Versioning. They should reflect the version the application is using.