diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-18 15:58:01 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-18 15:58:44 -0500 |
commit | eeb50d3b600eb5c781c53cb6f9519e503e22ca6d (patch) | |
tree | d5fc9fc4220cd90b02046492b54399e42ae5609f /auth/helm | |
parent | 14b5b259a28045ae08515d643af3381aac148b86 (diff) |
Fix Cass, then to Version 2.1.19
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
Diffstat (limited to 'auth/helm')
-rw-r--r-- | auth/helm/aaf-hello/values.yaml | 4 | ||||
-rw-r--r-- | auth/helm/aaf/Chart.yaml | 4 | ||||
-rw-r--r-- | auth/helm/aaf/values.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/auth/helm/aaf-hello/values.yaml b/auth/helm/aaf-hello/values.yaml index 18614f76..dd4735ff 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.18-SNAPSHOT - image: onap/aaf/aaf_hello:2.1.18-SNAPSHOT + agentImage: onap/aaf/aaf_agent:2.1.19-SNAPSHOT + image: onap/aaf/aaf_hello:2.1.19-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 b6ce0cd0..727aa2b4 100644 --- a/auth/helm/aaf/Chart.yaml +++ b/auth/helm/aaf/Chart.yaml @@ -23,6 +23,6 @@ appVersion: "1.0" description: AAF Helm Chart name: aaf ## Use this to pull Released Version -# version: 2.1.18 +# version: 2.1.19 -version: 2.1.18-SNAPSHOT +version: 2.1.19-SNAPSHOT diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml index 31ba1df0..8b875be6 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.18 + # version: 2.1.19 ### 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.18-SNAPSHOT + version: 2.1.19-SNAPSHOT services: aaf_env: "DEV" |