diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-25 09:22:18 +0000 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-25 09:35:16 +0000 |
commit | 00d1b34aa37f99a05aec6a33f426d70e86a5da6b (patch) | |
tree | 6c2177607ad5d9eb72e8e5e2b0ed2e3cbd42a97c /kubernetes/onap/values.yaml | |
parent | f5993cdff9c9d873966d24e7987094fee4d13f0d (diff) |
Revert "[COMMON] add pre upgrade script for mariadb-galera"
This reverts commit f5993cdff9c9d873966d24e7987094fee4d13f0d.
Reason for revert: upgrade script is not working well in all situations
Issue-ID: INT-1633
Change-Id: Ic743f36fac73315eb10189e82cda80aa60e49af8
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 2f42223452..1723ad5d39 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -53,16 +53,6 @@ global: # logging agent - temporary repo until images migrated to nexus3 loggingRepository: docker.elastic.co - # dockerHub main repository - dockerHubRepository: docker.io - - # busybox repo and image - busyboxRepository: docker.io - busyboxImage: busybox:1.30 - - # kubeclt image - kubectlImage: "bitnami/kubectl:1.15" - # image pull policy pullPolicy: Always |