diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-27 07:15:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-27 07:15:13 +0000 |
commit | 47d9f98d2d46cd84683d5b5c5158f78a5551eaf8 (patch) | |
tree | dae19a214cc923545acd15f4d0fe62ec4f9e21f3 | |
parent | 5cb53f1343db7f33c9df88ebbc6496603b273769 (diff) | |
parent | 0e37e307bc7df988bc95071d40fece0c79a5e153 (diff) |
Merge "the final docker release for R6" into frankfurt
-rw-r--r-- | kubernetes/appc/charts/appc-cdt/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/appc/values.yaml | 2 |
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 bd99bcac15..e8508204bc 100644 --- a/kubernetes/appc/charts/appc-cdt/values.yaml +++ b/kubernetes/appc/charts/appc-cdt/values.yaml @@ -26,7 +26,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/appc-cdt-image:1.7.1 +image: onap/appc-cdt-image:1.7.2 pullPolicy: Always # application configuration diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 45a9b4cfa1..1386a06493 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -57,7 +57,7 @@ secrets: flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/appc-image:1.7.1 +image: onap/appc-image:1.7.2 pullPolicy: Always # flag to enable debugging - application support required |