Skip to content

Commit

Permalink
Merge pull request #1111 from christianhuth/renovate/shlink-web-shlin…
Browse files Browse the repository at this point in the history
…kio-shlink-web-client-4.x

Update shlinkio/shlink-web-client Docker tag to v4.1.2
  • Loading branch information
christianhuth authored Aug 29, 2024
2 parents bf3e130 + 0139e46 commit f0c8b15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/shlink-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/shlink-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/shlink-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit f0c8b15

Please sign in to comment.