Skip to content

Commit 0f6eab6

Browse files
author
Your Name
committed
Bump up Version
1 parent e72b986 commit 0f6eab6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

charts/opencloud-full/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers:
99
1010
url: https://opencloud.eu
1111
type: application
12-
version: 0.3.1
12+
version: 0.3.2
1313
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414
appVersion: latest
1515
kubeVersion: ""

charts/opencloud-full/templates/_common/_tplvalues.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Adds the app names to the scope and set the name of the app based on the input p
8989
{{- $_ := set .scope "appNameIdm" "idm" -}}
9090
{{- $_ := set .scope "appNameIdp" "idp" -}}
9191
{{- $_ := set .scope "appNameKeycloak" "keycloak" -}}
92+
{{- $_ := set .scope "appNameKeycloakPG" "keycloakpg" -}}
9293
{{- $_ := set .scope "appNameMinio" "minio" -}}
9394
{{- $_ := set .scope "appNameNats" "nats" -}}
9495
{{- $_ := set .scope "appNameNotifications" "notifications" -}}

charts/opencloud-full/templates/keycloak/postgresql.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloak" "appNameSuffix" "") -}}
1+
{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloakPG" "appNameSuffix" "") -}}
22
{{- if .Values.keycloak.enabled }}
33
apiVersion: apps/v1
44
kind: Deployment
@@ -51,7 +51,5 @@ spec:
5151
protocol: TCP
5252
name: postgresql
5353
selector:
54-
app.kubernetes.io/component: keycloak-postgresql
55-
app.kubernetes.io/instance: {{ .Release.Name }}
56-
app.kubernetes.io/name: {{ include "oc.name" . }}
54+
app: {{ .appName }}
5755
{{- end }}

0 commit comments

Comments
 (0)