summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-08-11 09:09:01 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-08-11 09:09:05 +0100
commitc3c78f609f2fc0189fd8eb27dc9b16f95e645cc0 (patch)
tree590af16caf49e7220d70bef798b9394c706c910b /shell
parent200ef94b699f51f111b59c22fe3669aa46dddbac (diff)
[OOM] Upgrade oom versions
Change-Id: I79c7bdca4c7b683d74e10afed84395649a233a9f Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-3018
Diffstat (limited to 'shell')
-rwxr-xr-xshell/helm-repo-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh
index 5aecc8e33..3228aa37e 100755
--- a/shell/helm-repo-init.sh
+++ b/shell/helm-repo-init.sh
@@ -6,6 +6,6 @@ mkdir -p ".chartstorage"
chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
source helm.prop
-$HELM_BIN plugin install --version v0.9.0 https://github.com/chartmuseum/helm-push.git || true
+$HELM_BIN plugin install --version v0.10.2 https://github.com/chartmuseum/helm-push.git || true
$HELM_BIN repo add local http://localhost:6464
$HELM_BIN repo add onap http://localhost:6464