diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-07 09:29:24 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-07 09:29:24 -0800 |
commit | e2449eb725d44c70030077a14930895a5fc5ecd7 (patch) | |
tree | 0b95f65b9e4239eeb1f076c34509f9094798480e /kubernetes/vvp/charts | |
parent | 375bd6b005aa6afa3cae297b1aca09f5a3f6a583 (diff) |
Sync docker tags with release manifest
Sync docker tags with the release manifest from integration
repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7.
Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'kubernetes/vvp/charts')
-rw-r--r-- | kubernetes/vvp/charts/vvp-ci-uwsgi/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/vvp/charts/vvp-cms-uwsgi/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/vvp/charts/vvp-em-uwsgi/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/vvp/charts/vvp-gitlab/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/vvp/charts/vvp-imagescanner/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/vvp/charts/vvp-jenkins/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/vvp/charts/vvp-postgres/values.yaml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/kubernetes/vvp/charts/vvp-ci-uwsgi/values.yaml b/kubernetes/vvp/charts/vvp-ci-uwsgi/values.yaml index 7aa5881463..1b58dd52aa 100644 --- a/kubernetes/vvp/charts/vvp-ci-uwsgi/values.yaml +++ b/kubernetes/vvp/charts/vvp-ci-uwsgi/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/test-engine:1.0.0-latest +image: onap/vvp/test-engine:1.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/vvp/charts/vvp-cms-uwsgi/values.yaml b/kubernetes/vvp/charts/vvp-cms-uwsgi/values.yaml index 860ee418a9..e57b1730c3 100644 --- a/kubernetes/vvp/charts/vvp-cms-uwsgi/values.yaml +++ b/kubernetes/vvp/charts/vvp-cms-uwsgi/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/cms:1.0.0-latest +image: onap/vvp/cms:1.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/vvp/charts/vvp-em-uwsgi/values.yaml b/kubernetes/vvp/charts/vvp-em-uwsgi/values.yaml index dd01834846..a96ca26119 100644 --- a/kubernetes/vvp/charts/vvp-em-uwsgi/values.yaml +++ b/kubernetes/vvp/charts/vvp-em-uwsgi/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/engagementmgr:1.0.0-latest +image: onap/vvp/engagementmgr:1.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/vvp/charts/vvp-gitlab/values.yaml b/kubernetes/vvp/charts/vvp-gitlab/values.yaml index eec4f0a7f4..4855c8873e 100644 --- a/kubernetes/vvp/charts/vvp-gitlab/values.yaml +++ b/kubernetes/vvp/charts/vvp-gitlab/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/gitlab:1.0.0-latest +image: onap/vvp/gitlab:1.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/vvp/charts/vvp-imagescanner/values.yaml b/kubernetes/vvp/charts/vvp-imagescanner/values.yaml index 0f7d3540e0..ed62413c4f 100644 --- a/kubernetes/vvp/charts/vvp-imagescanner/values.yaml +++ b/kubernetes/vvp/charts/vvp-imagescanner/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/image-scanner:1.0.0-latest +image: onap/vvp/image-scanner:1.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/vvp/charts/vvp-jenkins/values.yaml b/kubernetes/vvp/charts/vvp-jenkins/values.yaml index 7ca82e4d28..083f88a663 100644 --- a/kubernetes/vvp/charts/vvp-jenkins/values.yaml +++ b/kubernetes/vvp/charts/vvp-jenkins/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/jenkins:1.0.0-latest +image: onap/vvp/jenkins:1.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/vvp/charts/vvp-postgres/values.yaml b/kubernetes/vvp/charts/vvp-postgres/values.yaml index a41d923ef2..000c049522 100644 --- a/kubernetes/vvp/charts/vvp-postgres/values.yaml +++ b/kubernetes/vvp/charts/vvp-postgres/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/vvp/postgresql:1.0.0-latest +image: onap/vvp/postgresql:1.0.0 pullPolicy: Always # flag to enable debugging - application support required |