Skip to content

Commit d9d41e1

Browse files
committed
back down the older Vault versions for now
Until we have proper support for ENT Vault
1 parent 1863e4f commit d9d41e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
# JSON encoded array of k8s versions.
4242
K8S_VERSIONS: '["1.33.1", "1.32.5", "1.31.9", "1.30.13", "1.29.14"]'
4343
VAULT_N: "1.19.5"
44-
VAULT_N_1: "1.18.10"
45-
VAULT_N_2: "1.17.17"
46-
VAULT_LTS_1: "1.16.21"
44+
VAULT_N_1: "1.18.5"
45+
VAULT_N_2: "1.17.6"
46+
VAULT_LTS_1: "1.16.3"
4747

4848
latest-vault:
4949
name: vault:${{ matrix.vault-version }} kind:${{ matrix.k8s-version }}

0 commit comments

Comments
 (0)