diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-08-06 17:34:04 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-08-06 17:35:53 -0500 |
commit | 54f1bd25e5a6fb84502d100dbb00e915d4be6556 (patch) | |
tree | c9c2e524e8427c00d9450510ac9b961e65f7ade6 /auth/helm | |
parent | e37619c95eeac0ea7b92960cf3f1e69535a48ec2 (diff) |
Move AAF Poms to 2.1.16
Issue-ID: AAF-932
Change-Id: Idb69e2ada6244266d671b1ec0337e33dec218f3d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
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 d72e245b..5a3931c2 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.15-SNAPSHOT - image: onap/aaf/aaf_hello:2.1.15-SNAPSHOT + agentImage: onap/aaf/aaf_agent:2.1.16-SNAPSHOT + image: onap/aaf/aaf_hello:2.1.16-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 3f370a55..f83041e9 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.15-SNAPSHOT +version: 2.1.16-SNAPSHOT diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml index 4bb2037f..b320d9c8 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.15-SNAPSHOT + version: 2.1.16-SNAPSHOT resources: {} # We usually recommend not to specify default resources and to leave this as a conscious |