Skip to content

Commit

Permalink
Merge pull request #1176 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.2.2
  • Loading branch information
christianhuth authored Oct 25, 2024
2 parents 0e60de0 + 4c179ee commit 041a8d1
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.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:
Expand All @@ -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
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.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 | `""` | |
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.1.2"
tag: "4.2.2"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit 041a8d1

Please sign in to comment.