summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-04-25 11:35:27 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-04-25 15:27:15 +0100
commitd7432d215f88bb3fd84f66ac84be4b674abc8fe0 (patch)
treeca7fae4fc3cb8a71e27f37abb42533008612d8dc /shell
parent86e713245800c1c1978ba0ff4337ba77314c6f8f (diff)
[OOM] Clean up old jobs
Remove helm 2 and helm 3.5 Change-Id: I3acd07c23e8cfe8d88b93b13e39589c7e6188f84 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-2965
Diffstat (limited to 'shell')
-rwxr-xr-xshell/helm2-repo-init.sh10
-rwxr-xr-xshell/helm2-verify.sh6
2 files changed, 0 insertions, 16 deletions
diff --git a/shell/helm2-repo-init.sh b/shell/helm2-repo-init.sh
deleted file mode 100755
index 23bcdce02..000000000
--- a/shell/helm2-repo-init.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# Ensure we fail the job if any steps fail
-set -e -o pipefail
-
-# client only init, tiller will not be installed
-helm init --client-only --skip-refresh
-helm repo rm stable
-cd kubernetes/ || exit
-make repo
-cd ..
diff --git a/shell/helm2-verify.sh b/shell/helm2-verify.sh
deleted file mode 100755
index c652a5cf9..000000000
--- a/shell/helm2-verify.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# Ensure we fail the job if any steps fail
-set -e -o pipefail
-
-cd kubernetes/
-make all