diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-05 12:49:04 -0600 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-05 12:56:06 -0600 |
commit | a555e21d6f23e3c892db86fc9d27960c4b9d6cf4 (patch) | |
tree | cb917ec1506c3c177fd747263986bb5c800f373a /auth/helm | |
parent | 3e96ae3a95da9a507ad92767030f729e484f885f (diff) |
Move code set to 2.1.18, Update from TEST system
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
Diffstat (limited to 'auth/helm')
-rw-r--r-- | auth/helm/aaf-hello/values.yaml | 4 | ||||
-rw-r--r-- | auth/helm/aaf/Chart.yaml | 2 | ||||
-rw-r--r-- | auth/helm/aaf/values.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/auth/helm/aaf-hello/values.yaml b/auth/helm/aaf-hello/values.yaml index 130fa74e..18614f76 100644 --- a/auth/helm/aaf-hello/values.yaml +++ b/auth/helm/aaf-hello/values.yaml @@ -37,8 +37,8 @@ image: # repository: localhost:5000/ service: - agentImage: onap/aaf/aaf_agent:2.1.17-SNAPSHOT - image: onap/aaf/aaf_hello:2.1.17-SNAPSHOT + agentImage: onap/aaf/aaf_agent:2.1.18-SNAPSHOT + image: onap/aaf/aaf_hello:2.1.18-SNAPSHOT app_ns: "org.osaaf.aaf" fqi: "aaf@aaf.osaaf.org" fqdn: "aaf-hello" diff --git a/auth/helm/aaf/Chart.yaml b/auth/helm/aaf/Chart.yaml index 976e2efe..d1f00448 100644 --- a/auth/helm/aaf/Chart.yaml +++ b/auth/helm/aaf/Chart.yaml @@ -22,4 +22,4 @@ apiVersion: v1 appVersion: "1.0" description: AAF Helm Chart name: aaf -version: 2.1.17-SNAPSHOT +version: 2.1.18-SNAPSHOT diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml index 9cfee331..d9b07182 100644 --- a/auth/helm/aaf/values.yaml +++ b/auth/helm/aaf/values.yaml @@ -104,7 +104,7 @@ image: # When using Docker Repo, add, and include trailing "/" # repository: nexus3.onap.org:10003/ # repository: localhost:5000/ - version: 2.1.17-SNAPSHOT + version: 2.1.18-SNAPSHOT resources: {} # We usually recommend not to specify default resources and to leave this as a conscious |