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 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 | `""` | | 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: []