Skip to content

Commit

Permalink
Merge pull request #170 from projectsyn/commodore-renovate/major-keyc…
Browse files Browse the repository at this point in the history
…loak

Update Helm release postgresql to v12
  • Loading branch information
megian authored Nov 1, 2022
2 parents 8fce6a5 + a54983b commit fcc6dd8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parameters:
name: keycloak
charts:
keycloakx: "1.6.0"
postgresql: "11.6.15"
postgresql: "12.0.0"
# FQDN should be overwritten on the cluster level
fqdn: keycloak.example.com
# Disables dynamically resolving the hostname from request headers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: keycloak
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postgresql
helm.sh/chart: postgresql-11.6.15
helm.sh/chart: postgresql-12.0.0
name: keycloak-postgresql-ingress
namespace: syn-builtin
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/instance: builtin
app.kubernetes.io/managed-by: commodore
app.kubernetes.io/name: keycloak
helm.sh/chart: postgresql-11.6.15
helm.sh/chart: postgresql-12.0.0
name: keycloak-postgresql
namespace: syn-builtin
spec:
Expand All @@ -32,7 +32,7 @@ spec:
app.kubernetes.io/instance: keycloak
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postgresql
helm.sh/chart: postgresql-11.6.15
helm.sh/chart: postgresql-12.0.0
name: keycloak-postgresql
spec:
affinity:
Expand Down Expand Up @@ -158,7 +158,7 @@ spec:
cp /tmp/certs/* /opt/bitnami/postgresql/certs/
chown -R 1001:1001 /opt/bitnami/postgresql/certs/
chmod 600 /opt/bitnami/postgresql/certs/tls.key
image: docker.io/bitnami/bitnami-shell:11-debian-11-r12
image: docker.io/bitnami/bitnami-shell:11-debian-11-r46
imagePullPolicy: IfNotPresent
name: init-chmod-data
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: keycloak
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postgresql
helm.sh/chart: postgresql-11.6.15
helm.sh/chart: postgresql-12.0.0
service.alpha.kubernetes.io/tolerate-unready-endpoints: 'true'
name: keycloak-postgresql-hl
namespace: syn-builtin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/instance: keycloak
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postgresql
helm.sh/chart: postgresql-11.6.15
helm.sh/chart: postgresql-12.0.0
name: keycloak-postgresql
namespace: syn-builtin
spec:
Expand Down

0 comments on commit fcc6dd8

Please sign in to comment.