Update image links to registry.mirantis.com
Related-PROD: PROD-37028
Change-Id: If51d9dbd653ea0984423fe52d5d0329e2cff36ec
diff --git a/templates/cfgagent-template-noaffinity.yaml b/templates/cfgagent-template-noaffinity.yaml
index 3cd7e59..b47a32c 100644
--- a/templates/cfgagent-template-noaffinity.yaml
+++ b/templates/cfgagent-template-noaffinity.yaml
@@ -12,7 +12,7 @@
- checker-agent
imagePullPolicy: IfNotPresent
name: cfgagent-pod
- image: savex13/cfg-checker-agent:0.65
+ image: registry.mirantis.com/cfg-checker-agent:latest
volumeMounts:
- mountPath: /cephvol
name: cfgagent-pv
diff --git a/templates/cfgagent-template.yaml b/templates/cfgagent-template.yaml
index e93ccb8..4a10e41 100644
--- a/templates/cfgagent-template.yaml
+++ b/templates/cfgagent-template.yaml
@@ -25,7 +25,7 @@
- checker-agent
imagePullPolicy: IfNotPresent
name: cfgagent-pod
- image: savex13/cfg-checker-agent:0.65
+ image: registry.mirantis.com/cfg-checker-agent:latest
volumeMounts:
- mountPath: /cephvol
name: cfgagent-pv
diff --git a/templates/daemonset_template.yaml b/templates/daemonset_template.yaml
index d555ed7..77fc739 100644
--- a/templates/daemonset_template.yaml
+++ b/templates/daemonset_template.yaml
@@ -24,6 +24,6 @@
- infinity
name: nodeinfo-pod
imagePullPolicy: IfNotPresent
- image: savex13/toolset-min:0.2
+ image: registry.mirantis.com/toolset-min:latest
hostNetwork: true
terminationGracePeriodSeconds: 2