From 8ff7f148e7518c500a06e43cad617c64dfde8f35 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Tue, 5 Mar 2024 16:11:57 +0100 Subject: [PATCH] feat(sesamy-gtm): bump gtm image 2.3.0 --- charts/sesamy-gtm/Chart.yaml | 4 ++-- charts/sesamy-gtm/README.md | 4 ++-- charts/sesamy-gtm/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/sesamy-gtm/Chart.yaml b/charts/sesamy-gtm/Chart.yaml index d23ae89..13a1baf 100644 --- a/charts/sesamy-gtm/Chart.yaml +++ b/charts/sesamy-gtm/Chart.yaml @@ -14,5 +14,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts -version: 0.0.2 -appVersion: 2.2.0 +version: 0.0.3 +appVersion: 2.3.0 diff --git a/charts/sesamy-gtm/README.md b/charts/sesamy-gtm/README.md index d94207c..3a126fe 100644 --- a/charts/sesamy-gtm/README.md +++ b/charts/sesamy-gtm/README.md @@ -1,6 +1,6 @@ # sesamy-gtm -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) Helm chart for the Sesamy GTM tagging & preview service. @@ -60,7 +60,7 @@ Helm chart for the Sesamy GTM tagging & preview service. | gtm.googleCloudProject | Optional | `""` | Google Cloud project ID. Let the tagging server implicitly choose the project. | | gtm.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy | | gtm.image.repository | string | `"gcr.io/cloud-tagging-10302018/gtm-cloud-image"` | The image repository | -| gtm.image.tag | string | `"2.2.0"` | The image tag | +| gtm.image.tag | string | `"2.3.0"` | The image tag | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | | ingress.enabled | bool | `false` | | diff --git a/charts/sesamy-gtm/values.yaml b/charts/sesamy-gtm/values.yaml index 7060a48..5beb953 100644 --- a/charts/sesamy-gtm/values.yaml +++ b/charts/sesamy-gtm/values.yaml @@ -17,7 +17,7 @@ gtm: # -- The image pull policy pullPolicy: IfNotPresent # -- The image tag - tag: "2.2.0" + tag: "2.3.0" # -- Base64-encoded container parameters in the URL query string format. containerConfig: '' # -- Interval between container refreshes.