remove pg-17
This commit is contained in:
@@ -24,11 +24,7 @@ dependencies:
|
|||||||
version: 3.5.1
|
version: 3.5.1
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-16-cluster
|
alias: postgres-16-cluster
|
||||||
version: 3.20.10
|
version: 3.21.0
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
|
||||||
- name: postgres-cluster
|
|
||||||
alias: postgres-17-cluster
|
|
||||||
version: 3.20.10
|
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
repository: http://alexlebens.github.io/helm-charts
|
||||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png
|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png
|
||||||
appVersion: 2.4.3.4248
|
appVersion: 2.4.3.4248
|
||||||
|
@@ -144,6 +144,7 @@ lidarr2:
|
|||||||
postgres-16-cluster:
|
postgres-16-cluster:
|
||||||
mode: standalone
|
mode: standalone
|
||||||
cluster:
|
cluster:
|
||||||
|
enableSuperuserAccess: true
|
||||||
walStorage:
|
walStorage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
storage:
|
storage:
|
||||||
@@ -167,6 +168,7 @@ postgres-17-cluster:
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/cloudnative-pg/postgresql
|
repository: ghcr.io/cloudnative-pg/postgresql
|
||||||
tag: "17.2-22"
|
tag: "17.2-22"
|
||||||
|
enableSuperuserAccess: true
|
||||||
walStorage:
|
walStorage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
storage:
|
storage:
|
||||||
|
Reference in New Issue
Block a user