From 5f212a657cab3c6bc6fa6117e98b00383c259a37 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Mon, 2 Dec 2024 12:18:24 -0800 Subject: [PATCH] Test with latest vault-helm v0.29.1 (#704) --- .github/actions/integration-test/action.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ?=