diff options
author | Brian Freeman <bf1936@att.com> | 2019-08-01 07:16:00 -0500 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-01 10:49:05 -0400 |
commit | 0c24fcdd253ec9478afbfdd90d26b70cf0f2242b (patch) | |
tree | f4c86478661baac223525436de09369309aee969 /kubernetes/appc | |
parent | 25e6c27fd0c968da383fb651dd1ee3400142bdf9 (diff) |
Revert Snapshot appc, sdc - add aai directory
Issue-ID: TEST-185
Change-Id: I2bce2a44aa540a846933c548dd0ab67f3e53e679
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'kubernetes/appc')
-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 95034d397a..7db9527a7f 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.6.0-SNAPSHOT-latest +image: onap/appc-cdt-image:1.5.3 pullPolicy: Always # application configuration diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 937642bd99..578dbc7453 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -31,7 +31,7 @@ global: flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/appc-image:1.6.0-SNAPSHOT-latest +image: onap/appc-image:1.5.3 pullPolicy: Always # flag to enable debugging - application support required |