From 28728a8760fb1c2fcea6a39c86a0871b7fba4bdc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 19 Feb 2024 08:26:25 +0000 Subject: [PATCH] chore(deps): upgrade image tag to v4.2.7 and bump chart version (#127) --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 3716d391..91c33d29 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,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: 4.1.1 +version: 4.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/values.yaml b/values.yaml index 617e3cdc..96d780c0 100644 --- a/values.yaml +++ b/values.yaml @@ -6,7 +6,7 @@ image: # built from the most recent commit # # tag: latest - tag: "v4.2.5" + tag: "v4.2.7" # use `Always` when using `latest` tag pullPolicy: IfNotPresent