aboutsummaryrefslogtreecommitdiffstats
path: root/dev-resources/deployment.yaml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-12-20 11:13:08 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2021-12-20 11:15:08 +0000
commit4c7d4b4d5f8bec858f5eeca734f67f91f3a5b77d (patch)
treed519f704d7dd109014200625a0861e20711e4b24 /dev-resources/deployment.yaml
parentb9460e1b02436112dfe22acd6d3e1120666e6650 (diff)
Align container image naming1.3.0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3821 Change-Id: I24a95488e5757b27fcb0a1d1ac33a25611a666f4
Diffstat (limited to 'dev-resources/deployment.yaml')
-rw-r--r--dev-resources/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-resources/deployment.yaml b/dev-resources/deployment.yaml
index 6cc52fe..8769454 100644
--- a/dev-resources/deployment.yaml
+++ b/dev-resources/deployment.yaml
@@ -18,7 +18,7 @@ spec:
containers:
- name: helm-client-validator
imagePullPolicy: IfNotPresent
- image: onap/org.onap.sdc.sdc-helm-validator:latest
+ image: onap/sdc-helm-validator:latest
resources:
requests:
memory: "256Mi"