diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-05 16:08:27 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-05 16:08:27 +0100 |
commit | 0d2cf1aee02c84d5ff262b4ac1d414fdadf5432b (patch) | |
tree | 960978c51df91d884748b2d2885878d39b724ba2 /kubernetes/policy/components | |
parent | 22d003720035687e4db6acf248d20fa4e2c2975a (diff) |
[MARIADB] Downgrade mariadb version
Use version 10.6.5-debian-10-r28 instead of 10.6.5.
Also align clamp and so to use the same version as the other ones
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie1db09b03daa1bb7792ee0ff6a73bd3483213e75
Diffstat (limited to 'kubernetes/policy/components')
-rwxr-xr-x | kubernetes/policy/components/policy-clamp-be/templates/job.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-clamp-be/templates/job.yaml b/kubernetes/policy/components/policy-clamp-be/templates/job.yaml index 8fe711b825..b942dd3fb2 100755 --- a/kubernetes/policy/components/policy-clamp-be/templates/job.yaml +++ b/kubernetes/policy/components/policy-clamp-be/templates/job.yaml @@ -49,7 +49,7 @@ spec: fieldPath: metadata.namespace containers: - name: {{ include "common.release" . }}-policy-clamp-galera-config - image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.db.image }} + image: {{ include "repositoryGenerator.image.mariadb" . }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} volumeMounts: - mountPath: /dbcmd-config/create-db-tables.sh |