Skip to content

Commit

Permalink
Merge pull request #1046 from christianknell/renovate/shlink-backend-…
Browse files Browse the repository at this point in the history
…shlinkio-shlink-3.x

Update shlinkio/shlink Docker tag to v3.7.3
  • Loading branch information
christianhuth authored Feb 16, 2024
2 parents 649bc61 + 5f5287b commit 3e63522
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
10 changes: 6 additions & 4 deletions charts/shlink-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: shlink-backend
description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own domain.
type: application
version: 2.16.0
appVersion: "3.6.4"
version: 2.17.0
appVersion: "3.7.3"
home: https://github.com/christianknell/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
maintainers:
Expand All @@ -27,7 +27,7 @@ dependencies:
condition: postgresql.enabled
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 12.10.0
version: 12.11.0
condition: rabbitmq.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand All @@ -36,4 +36,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped helm dependency for rabbitmq to 12.10.0
description: bumped image version to 3.7.3
- kind: changed
description: bumped helm dependency for rabbitmq to 12.11.0
2 changes: 1 addition & 1 deletion charts/shlink-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart and
| fullnameOverride | string | `""` | String to fully override `"shlink-backend.fullname"` |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"shlinkio/shlink"` | image repository |
| image.tag | string | `"3.6.4"` | Overrides the image tag |
| image.tag | string | `"3.7.3"` | 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
3 changes: 3 additions & 0 deletions charts/shlink-backend/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
"podAnnotations": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"type": "object"
},
Expand Down
2 changes: 1 addition & 1 deletion charts/shlink-backend/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: "3.6.4"
tag: "3.7.3"

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

0 comments on commit 3e63522

Please sign in to comment.