Skip to content

Commit

Permalink
test, images: update helm to 3.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
  • Loading branch information
kaworu authored and aanm committed Oct 4, 2021
1 parent e646d3e commit 6bcf222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/cilium-test/install-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit
set -o pipefail
set -o nounset

HELM_VERSION=3.3.4
HELM_VERSION="3.7.0"

TARGETPLATFORM="${1}"

Expand Down
2 changes: 1 addition & 1 deletion test/provision/k8s_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ! [[ -z $DOCKER_LOGIN && -z $DOCKER_PASSWORD ]]; then
fi

HOST=$(hostname)
export HELM_VERSION="3.3.4"
export HELM_VERSION="3.7.0"
export TOKEN="258062.5d84c017c9b2796c"
export CILIUM_CONFIG_DIR="/opt/cilium"
export PROVISIONSRC="/tmp/provision/"
Expand Down

0 comments on commit 6bcf222

Please sign in to comment.