Skip to content

Commit

Permalink
test: bump helm and chartmuseum in acceptance tests (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto committed Mar 29, 2022
1 parent ccb8527 commit b26d6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_test_environment.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash -ex

HELM_V2_VERSION="v2.17.0"
HELM_V3_VERSION="v3.7.0"
CHARTMUSEUM_VERSION="v0.13.1"
HELM_V3_VERSION="v3.8.1"
CHARTMUSEUM_VERSION="v0.14.0"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../
Expand Down

0 comments on commit b26d6ef

Please sign in to comment.