summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2018-06-05 10:16:41 -0400
committerAaron Hay <ah415j@att.com>2018-06-05 10:22:23 -0400
commitdc4435d5e2fe6391c605d1c647b55b276303f856 (patch)
tree8e709bca2eb65ee10e03673762d84cbed6e1fcf1
parente3e120109318c0f5c773dd5c6259284a0b2364fe (diff)
Update APPC OOM helm chart for Beijing release
Update APPC OOM helm chart to reflect Beijing release artifact version Change-Id: I27cc11bef1c3eccdc0fab01e0af7436e765e5558 Issue-ID: OOM-1122 Signed-off-by: Aaron Hay <ah415j@att.com>
-rw-r--r--kubernetes/appc/charts/appc-cdt/values.yaml2
-rw-r--r--kubernetes/appc/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/appc/charts/appc-cdt/values.yaml b/kubernetes/appc/charts/appc-cdt/values.yaml
index 123098cdd2..c29452de6c 100644
--- a/kubernetes/appc/charts/appc-cdt/values.yaml
+++ b/kubernetes/appc/charts/appc-cdt/values.yaml
@@ -9,7 +9,7 @@ global:
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/appc-cdt-image:1.3.0-SNAPSHOT-latest
+image: onap/appc-cdt-image:1.3.0
pullPolicy: Always
# application configuration
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index 9b7b54706a..45c048029e 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -29,7 +29,7 @@ global:
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/appc-image:1.3.0-SNAPSHOT-latest
+image: onap/appc-image:1.3.0
pullPolicy: Always
# flag to enable debugging - application support required