From 0a9fe1e4aaa1e60e27135a486898091046cb22ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:54:42 +0000 Subject: [PATCH 1/3] Update shlinkio/shlink-web-client Docker tag to v4.1.2 --- charts/shlink-web/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shlink-web/values.yaml b/charts/shlink-web/values.yaml index 3e0de48a..7269ca00 100644 --- a/charts/shlink-web/values.yaml +++ b/charts/shlink-web/values.yaml @@ -9,7 +9,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "4.0.1" + tag: "4.1.2" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From e2b875782f74c6bad532f0137be5cc4a779cc6c6 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Thu, 29 Aug 2024 14:08:05 +0200 Subject: [PATCH 2/3] Update Chart.yaml --- charts/shlink-web/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/shlink-web/Chart.yaml b/charts/shlink-web/Chart.yaml index ebf01e44..aa95f0d9 100644 --- a/charts/shlink-web/Chart.yaml +++ b/charts/shlink-web/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: shlink-web description: A ReactJS-based progressive web application for Shlink. type: application -version: 1.0.1 -appVersion: "4.0.1" +version: 1.1.0 +appVersion: "4.1.2" home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg maintainers: @@ -15,7 +15,7 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: URL and name of Helm repository + description: bumped image version to 4.1.2 artifacthub.io/screenshots: | - title: Add a new link that should be shortened. url: https://alejandrocelaya.blog/assets/img/shlink-web-client-3/creation-form-after.png From 0139e461fc959801a507490eead83132d6cd9a6c Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Thu, 29 Aug 2024 15:21:07 +0200 Subject: [PATCH 3/3] Update README.md --- charts/shlink-web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shlink-web/README.md b/charts/shlink-web/README.md index 4801a1c5..8d70f931 100644 --- a/charts/shlink-web/README.md +++ b/charts/shlink-web/README.md @@ -55,7 +55,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"shlink-web.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"shlinkio/shlink-web-client"` | image repository | -| image.tag | string | `"4.0.1"` | Overrides the image tag | +| image.tag | string | `"4.1.2"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | |