Skip to content

Commit

Permalink
Merge pull request #1117 from christianhuth/renovate/shlink-backend-m…
Browse files Browse the repository at this point in the history
…ariadb-16.x

Update Helm release mariadb to v16.5.0
  • Loading branch information
christianhuth authored Aug 29, 2024
2 parents 3f6f6be + 16e33bb commit 340ea39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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: 4.2.0
appVersion: "3.7.3"
version: 4.3.0
appVersion: "3.7.4"
home: https://github.com/christianhuth/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
maintainers:
Expand All @@ -15,7 +15,7 @@ sources:
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 16.4.0
version: 16.5.0
condition: mariadb.enabled
- name: mysql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -36,6 +36,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped helm dependency for mariadb to 16.4.0
description: bumped helm dependency for mariadb to 16.5.0
- kind: changed
description: bumped helm dependency for mysql to 9.22.0
description: bumped image version to 3.7.4
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.7.3"` | Overrides the image tag |
| image.tag | string | `"3.7.4"` | 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-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.7.3"
tag: "3.7.4"

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

0 comments on commit 340ea39

Please sign in to comment.