Compare commits

...

2 Commits

Author SHA1 Message Date
ace
f1d03ff98e postgres-operator-ui: bump to v1.10.1, helm chart v1.10.1
postgres-operator: bump to v1.10.1, helm chart v1.10.1

adguard-home: bump to v0.107.37, helm chart v2.3.18
2023-09-09 16:55:41 +03:00
ace
6a1d272453 postgres: fix postgres-operator-ui ingress path 2023-09-09 16:55:38 +03:00
2 changed files with 6 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ internal_ingress_nginx_version: 4.2.3
local_ingress_nginx_version: 4.2.3
# PostgreSQL operator
postgres_operator_version: 1.10.0
postgres_operator_ui_version: 1.10.0
postgres_operator_version: 1.10.1
postgres_operator_ui_version: 1.10.1
# OpenLDAP
openldap_version: 1.2.7
@@ -36,7 +36,7 @@ openldap_version: 1.2.7
minio_version: 5.0.13
# Adguard Home
adguard_version: 2.3.17
adguard_version: 2.3.18
# Bitwarden (aka Vaultwarden)
bitwarden_version: 2.0.21

View File

@@ -1,3 +1,5 @@
postgres_operator_chart_ref: "ghp/postgres-operator"
postgres_operator_ui_chart_ref: "ghp/postgres-operator-ui"
postgres_operator_ui_short_name: "postgres-operator-ui"
postgres_operator_default_values:
configKubernetes:
@@ -24,7 +26,7 @@ postgres_operator_ui_default_values:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: "{{ postgres_operator_ui_short_name }}.{{ domain }}"
paths: [""]
paths: ["/"]
tls:
- secretName: "{{ postgres_operator_ui_short_name }}.{{ domain }}-tls"
hosts: