Skip to content

Commit

Permalink
Test with latest vault-helm v0.29.1 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran authored Dec 2, 2024
1 parent b05b4ca commit 5f212a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: "hashicorp/vault-helm"
ref: "v0.29.0"
ref: "v0.29.1"
path: "vault-helm"

- name: Create Kind Cluster
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PKG = github.com/hashicorp/vault-k8s/version
LDFLAGS ?= "-X '$(PKG).Version=v$(VERSION)'"
TESTARGS ?= '-test.v'

VAULT_HELM_CHART_VERSION ?= 0.29.0
VAULT_HELM_CHART_VERSION ?= 0.29.1
# TODO: add support for testing against enterprise

TEST_WITHOUT_VAULT_TLS ?=
Expand Down

0 comments on commit 5f212a6

Please sign in to comment.