File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ maintainers:
991010 url : https://opencloud.eu
1111type : application
12- version : 0.3.1
12+ version : 0.3.2
1313# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414appVersion : latest
1515kubeVersion : " "
Original file line number Diff line number Diff 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" -} }
Original file line number Diff line number Diff line change 1- {{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloak " "appNameSuffix" "") -}}
1+ {{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloakPG " "appNameSuffix" "") -}}
22{{- if .Values.keycloak.enabled }}
33apiVersion : apps/v1
44kind : Deployment
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 }}
You can’t perform that action at this time.
0 commit comments