mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
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
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:
@@ -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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# penpot
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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` | |
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user