From 444aedaa1dd5c633ac9038976f1ee38112832890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:05:00 +0000 Subject: [PATCH 1/3] Update shlinkio/shlink-web-client Docker tag to v4.2.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 7269ca00..27af8207 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.1.2" + tag: "4.2.2" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From ee4ea655dd95fe150d3f7b777da54946dfd0a01e Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Fri, 25 Oct 2024 12:51:28 +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 8ddf74d2..134ba3ac 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.1.3 -appVersion: "4.1.2" +version: 1.2.0 +appVersion: "4.2.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: added support for stable autoscaling api + description: bumped image version to 4.2.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 4c179ee32b4bfbf6d6a76a5a8d519364efa31af5 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Fri, 25 Oct 2024 12:51:41 +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 1279b9d2..adb26c0a 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.1.2"` | Overrides the image tag | +| image.tag | string | `"4.2.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 | `""` | |