diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-10-05 09:34:26 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-10-05 09:49:57 +0200 |
commit | 2f098b0521818034944f26793046e960c238cf57 (patch) | |
tree | d91c3e6f68fd112c5dc218587c30b223df479010 /kubernetes/contrib/components/awx/values.yaml | |
parent | 9b0a02ce435c5b8c486adaab3e03fc03f42914fb (diff) |
[CONTRIB] Fix chart subcomponent's readiness image name pattern
This aims to fix the changes done in
https://gerrit.onap.org/r/c/oom/+/111509 which broke ejbca/netbox/awx
readiness image name pattern.
Change-Id: I65d2f19a96d43c61167d63eb047e960dc213c985
Issue-ID: OOM-2584
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'kubernetes/contrib/components/awx/values.yaml')
-rwxr-xr-x | kubernetes/contrib/components/awx/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/awx/values.yaml b/kubernetes/contrib/components/awx/values.yaml index bf862b6b63..1ed35c2c23 100755 --- a/kubernetes/contrib/components/awx/values.yaml +++ b/kubernetes/contrib/components/awx/values.yaml @@ -16,6 +16,7 @@ # Global configuration defaults. ################################################################# global: + readinessRepository: nexus3.onap.org:10001 nodePortPrefixExt: 304 commonConfigPrefix: awx readinessImage: onap/oom/readiness:3.0.1 |