Skip to content

Commit

Permalink
chore: update bank-vault related version items
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <[email protected]>
  • Loading branch information
ramizpolic committed Nov 28, 2023
1 parent 0a176c4 commit 1256757
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
matrix:
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
vault_version: ["1.11.12", "1.12.9", "1.13.5", "1.14.1"] # latest versions with MPL 2.0 license
bank_vaults_version: ["1.20.4-softhsm", "v1.30.0-softhsm"]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -250,6 +251,7 @@ jobs:
env:
TEST_VAULT_VERSION: ${{ matrix.vault_version }}
TEST_OPERATOR_VERSION: ${{ needs.artifacts.outputs.container-image-tag }}
TEST_BANK_VAULTS_VERSION: ${{ matrix.bank_vaults_version }}
HELM_CHART: "${{ github.workspace }}/${{ needs.artifacts.outputs.helm-chart-package }}"

multi-cluster-acceptance-test:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IMG ?= ghcr.io/bank-vaults/vault-operator:dev
# Default test data
TEST_K8S_VERSION ?= 1.27.1
TEST_VAULT_VERSION ?= 1.14.1
TEST_BANK_VAULTS_VERSION ?= 1.20.3-softhsm
TEST_BANK_VAULTS_VERSION ?= v1.30.0-softhsm
TEST_BANK_VAULTS_IMAGE ?= ghcr.io/bank-vaults/bank-vaults:$(TEST_BANK_VAULTS_VERSION)
TEST_OPERATOR_VERSION ?= $(lastword $(subst :, ,$(IMG)))
TEST_KIND_CLUSTER ?= vault-operator
Expand Down
4 changes: 4 additions & 0 deletions pkg/apis/vault/v1alpha1/vault_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ func TestGetVersion(t *testing.T) {
"bank-vaults/my-vault:1.2",
"my.local.proxy/bank-vaults/my-vault:1.2.3",
"my.local.proxy:5000/bank-vaults/my-vault:1.2.3",
"bank-vaults/my-vault:v1.2.3",
"bank-vaults/my-vault:v1.2",
"my.local.proxy/bank-vaults/my-vault:v1.2.3",
"my.local.proxy:5000/bank-vaults/my-vault:v1.2.3",
}

for _, tt := range tests {
Expand Down

0 comments on commit 1256757

Please sign in to comment.