aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-monitoring/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-23 11:04:00 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-23 11:04:00 +0000
commitaf614c6913a3e7d4f3dc632d4f9067f98c113d9b (patch)
tree7270fca1adaa1b814a47a73a775529ed66e8f645 /kubernetes/so/components/so-monitoring/templates
parent87803a46f67959b3f804a409899bc382ce283763 (diff)
parent747982c26fb62c0605541117a9b8a5fd00a3fc32 (diff)
Merge "[SO] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/so/components/so-monitoring/templates')
-rw-r--r--kubernetes/so/components/so-monitoring/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/components/so-monitoring/templates/deployment.yaml b/kubernetes/so/components/so-monitoring/templates/deployment.yaml
index 03eccc2d02..dc80d426fc 100644
--- a/kubernetes/so/components/so-monitoring/templates/deployment.yaml
+++ b/kubernetes/so/components/so-monitoring/templates/deployment.yaml
@@ -47,7 +47,7 @@ spec:
spec:
initContainers: {{ include "so.certificate.container_importer" . | nindent 6 }}
- name: so-chown
- image: alpine:3.6
+ image: {{ include "repositoryGenerator.image.busybox" . }}
volumeMounts:
- name: logs
mountPath: /app/logs
@@ -56,7 +56,7 @@ spec:
restartPolicy: Always
containers:
- name: {{ include "common.name" . }}
- image: {{ include "common.repository" . }}/{{ .Values.image }}
+ image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }}
resources: {{ include "common.resources" . | nindent 12 }}
command:
- /bin/sh