Skip to content

Commit

Permalink
Merge pull request #983 from christianknell/renovate/shlink-backend-p…
Browse files Browse the repository at this point in the history
…ostgresql-12.x

Update Helm release postgresql to v12.12.9
  • Loading branch information
christianhuth authored Sep 27, 2023
2 parents 0797c62 + 6cbd326 commit a81b4c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/shlink-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.12.1
version: 2.12.2
appVersion: "3.6.3"
home: https://github.com/christianknell/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
Expand All @@ -23,7 +23,7 @@ dependencies:
condition: mysql.enabled
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.5
version: 12.12.9
condition: postgresql.enabled
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
Expand All @@ -36,4 +36,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of postgresql to 12.12.5
description: bumped chart version of postgresql to 12.12.9

0 comments on commit a81b4c6

Please sign in to comment.