feat: update mysql to v9

This commit is contained in:
Michael Kriese 2023-01-03 22:27:00 +01:00
parent fa3d9e9500
commit b1a501d315
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
5 changed files with 32 additions and 31 deletions

View file

@ -96,7 +96,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- end -}}
{{- define "mysql.dns" -}}
{{- printf "%s-mysql.%s.svc.%s:%g" .Release.Name .Release.Namespace .Values.clusterDomain .Values.mysql.service.port | trunc 63 | trimSuffix "-" -}}
{{- printf "%s-mysql.%s.svc.%s:%g" .Release.Name .Release.Namespace .Values.clusterDomain .Values.mysql.primary.service.ports.mysql | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- define "mariadb.dns" -}}