diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-07 16:03:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-07 16:03:42 +0000 |
commit | f13a534c4e8e3abd2602748243ec70e705558277 (patch) | |
tree | 37786929d63f8470075280cdcd6c562f49211d46 /kubernetes/multicloud/components/multicloud-starlingx/values.yaml | |
parent | d719ef17926ee176461304123f3948a3c9e95845 (diff) | |
parent | df4fc03d8540b4c1ee10b440b4f7d5b20d8e2685 (diff) |
Merge "[MULTICLOUD] Changes for Jakarta release"
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-starlingx/values.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-starlingx/values.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml index b3387c6c3a..e59f34a8bc 100644 --- a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml @@ -17,14 +17,14 @@ ################################################################# global: nodePortPrefixExt: 304 - artifactImage: onap/multicloud/framework-artifactbroker:1.7.2 + artifactImage: onap/multicloud/framework-artifactbroker:1.7.3 ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/openstack-starlingx:1.5.6 +image: onap/multicloud/openstack-starlingx:1.5.7 pullPolicy: Always #Istio sidecar injection policy @@ -89,6 +89,9 @@ resources: memory: 2Gi unlimited: {} +# memcached image resource +memcached: memcached:alpine3.15 + #Pods Service Account serviceAccount: nameOverride: multicloud-starlingx |