From 2bac5707ae2c733e887e625e3777ea650c58f7c2 Mon Sep 17 00:00:00 2001 From: Ffaen Date: Mon, 8 Nov 2021 01:45:25 +0000 Subject: [PATCH] Bump helm version to 5.3.29 (#406) * Bump helm version to 5.3.29 Closes #405 * Update charts/invoiceninja/Chart.yaml --- charts/invoiceninja/Chart.yaml | 4 ++-- charts/invoiceninja/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index f3f6ff7..4e8d7db 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -13,11 +13,11 @@ 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.8.1 +version: 0.9.0 # 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.2.12 +appVersion: 5.3.29 keywords: - invoiceninja home: https://invoiceninja.github.io/dockerfiles diff --git a/charts/invoiceninja/values.yaml b/charts/invoiceninja/values.yaml index ae0f8d3..d5ba686 100644 --- a/charts/invoiceninja/values.yaml +++ b/charts/invoiceninja/values.yaml @@ -18,7 +18,7 @@ image: registry: docker.io repository: invoiceninja/invoiceninja - tag: 5.2.12 + tag: 5.3.29 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##