Merge branch 'renovate/docker.io-bitnamilegacy-postgresql-17.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

Update docker.io/bitnamilegacy/postgresql Docker tag to v17.5.0

See merge request deepcypher/dc-kc!903
This commit is contained in:
George Onoufriou
2026-01-22 00:15:44 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: penpot
description: A Helm chart for Kubernetes
type: application
version: 0.4.0
version: 0.5.0
appVersion: "1.16.0"
dependencies:

View File

@@ -1,6 +1,6 @@
# penpot
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
A Helm chart for Kubernetes
@@ -116,7 +116,7 @@ A Helm chart for Kubernetes
| postgresql.global.security.allowInsecureImages | bool | `true` | |
| postgresql.image.registry | string | `"docker.io"` | |
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
| postgresql.image.tag | string | `"17.4.0-debian-12-r11"` | |
| postgresql.image.tag | string | `"17.5.0-debian-12-r11"` | |
| redis.auth.existingSecret | string | `"redis"` | |
| redis.auth.existingSecretPasswordKey | string | `"password"` | |
| redis.enabled | bool | `false` | |

View File

@@ -13,7 +13,7 @@ postgresql:
image:
registry: docker.io
repository: bitnamilegacy/postgresql
tag: 17.4.0-debian-12-r11
tag: 17.5.0-debian-12-r11
auth:
existingSecret: postgres # containing `password` and `postgres-password`
database: "penpot"