diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-19 14:43:58 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-19 16:15:45 -0500 |
commit | 083a7eb21620467ae1f7d5ba9341e12f75f9cc41 (patch) | |
tree | 879fac95d39059e52f6139dbebe64ddb784aa9c0 /auth/helm | |
parent | bd83422565ec450d26bea2a3112ef6b5285d20ca (diff) |
minor 2.1.20 changes
Update versions to 2.1.20
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
Diffstat (limited to 'auth/helm')
-rw-r--r-- | auth/helm/aaf-hello/values.yaml | 4 | ||||
-rw-r--r-- | auth/helm/aaf/values.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/auth/helm/aaf-hello/values.yaml b/auth/helm/aaf-hello/values.yaml index dd4735ff..d907fcbe 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.19-SNAPSHOT - image: onap/aaf/aaf_hello:2.1.19-SNAPSHOT + agentImage: onap/aaf/aaf_agent:2.1.20-SNAPSHOT + image: onap/aaf/aaf_hello:2.1.20-SNAPSHOT app_ns: "org.osaaf.aaf" fqi: "aaf@aaf.osaaf.org" fqdn: "aaf-hello" diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml index 8b875be6..4a023295 100644 --- a/auth/helm/aaf/values.yaml +++ b/auth/helm/aaf/values.yaml @@ -31,7 +31,7 @@ image: # When using Docker Repo, add, and include trailing "/" # For Released Versions (both Repo and remove "-SNAPSHOT" from version) # repository: nexus3.onap.org:10001/ - # version: 2.1.19 + # version: 2.1.20 ### FOR SNAPSHOTS, DEVELOPMENT, ETC ### # When using Locally built images, comment out "repository" @@ -40,7 +40,7 @@ image: # repository: localhost:5000/ # When using locally built Docker Container, set Repository to "" repository: "" - version: 2.1.19-SNAPSHOT + version: 2.1.20-SNAPSHOT services: aaf_env: "DEV" |