Skip to content

Commit

Permalink
bump chart-verifier
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Martens <[email protected]>
  • Loading branch information
JanMa committed Jan 28, 2025
1 parent 6ca59f7 commit f185a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
chart-verifier:
runs-on: ubuntu-latest
env:
CHART_VERIFIER_VERSION: "1.13.7"
CHART_VERIFIER_VERSION: "1.13.9"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup test tools
Expand Down
2 changes: 1 addition & 1 deletion test/chart/verifier.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setup_file() {
cd `chart_dir`
export VERIFY_OUTPUT="/$BATS_RUN_TMPDIR/verify.json"
export CHART_VOLUME=openbao-helm-chart-src
local IMAGE="quay.io/redhat-certification/chart-verifier:1.13.7"
local IMAGE="quay.io/redhat-certification/chart-verifier:1.13.9"
# chart-verifier requires an openshift version if a cluster isn't available
local OPENSHIFT_VERSION="4.12"
local DISABLED_TESTS="chart-testing"
Expand Down

0 comments on commit f185a36

Please sign in to comment.