Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions applications/mlflow/charts/mlflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ postgres:
# -- Image registry
repository: ghcr.io/cloudnative-pg/postgresql
# -- Image tag
tag: "15.2"
tag: "17.5"
# -- Image pull policy
imagePullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -699,4 +699,4 @@ postgres:
# -- Image tag
tag: "17.6"
# -- Image pull policy
pullPolicy: IfNotPresent
pullPolicy: IfNotPresent
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ postgres:
# -- Image registry
repository: ghcr.io/cloudnative-pg/postgresql
# -- Image tag
tag: '15.2'
tag: '17.5'
# -- Image pull policy
imagePullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down
4 changes: 2 additions & 2 deletions applications/storagebox/charts/storagebox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ postgres:
instances: 1
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: '15.2'
tag: '17.5'
imagePullPolicy: IfNotPresent
imagePullSecrets: []
initdb:
Expand Down Expand Up @@ -210,4 +210,4 @@ gateway:
secretName: ""

rqlite:
enabled: false
enabled: false
6 changes: 3 additions & 3 deletions applications/wg-easy/charts/wg-easy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://bjw-s-labs.github.io/helm-charts
version: 3.7.3
version: 4.6.2
- name: templates
repository: file://../templates
version: 1.1.0
- name: replicated
repository: oci://registry.replicated.com/library
version: 1.18.0
digest: sha256:2c6d49f38902651b3340c8d56d88a43e0529dd74c2124cd1ab654d7823422caf
generated: "2026-03-23T06:22:23.830028985Z"
digest: sha256:20db4d3d88b64f30639fe438f7bbac4eb0fe963078002160519dc58b6fa36766
generated: "2026-04-06T06:50:56.831367925Z"
2 changes: 1 addition & 1 deletion applications/wg-easy/charts/wg-easy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
dependencies:
- name: common
repository: https://bjw-s-labs.github.io/helm-charts
version: 3.7.3
version: 4.6.2
- name: templates
version: '*'
repository: file://../templates
Expand Down
Loading