diff --git a/.github/actions/integration-test/action.yml b/.github/actions/integration-test/action.yml index 954a12ac..839ac43f 100644 --- a/.github/actions/integration-test/action.yml +++ b/.github/actions/integration-test/action.yml @@ -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 diff --git a/Makefile b/Makefile index 63fb0787..8d235be2 100644 --- a/Makefile +++ b/Makefile @@ -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 ?=