From 85519a0038d1ae45cbef54830f297bba8d0e0e8d Mon Sep 17 00:00:00 2001 From: Ffaen Date: Sun, 26 Dec 2021 00:22:10 +0000 Subject: [PATCH] Bump helm version to 5.3.39 (#420) --- 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 4e8d7db..e7e1c3a 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.9.0 +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.29 +appVersion: 5.3.39 keywords: - invoiceninja home: https://invoiceninja.github.io/dockerfiles diff --git a/charts/invoiceninja/values.yaml b/charts/invoiceninja/values.yaml index d5ba686..fb13518 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.29 + tag: 5.3.39 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##