Skip to content

Commit

Permalink
update to use valid in-support kubernetes versions, and change regist…
Browse files Browse the repository at this point in the history
…ry from hashicorp to quay.io

Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot authored and naphelps committed May 22, 2024
1 parent 3e3e356 commit 73ee32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build
run: |
REGISTRY=hashicorp make build image
REGISTRY=quay.io make build image
docker save --output "${TARBALL_FILE}" openbao/openbao-k8s:${{ env.VERSION }}
- name: Test
Expand All @@ -39,7 +39,7 @@ jobs:
- run: echo "setting versions"
outputs:
# openbao-k8s version
K8S_VERSIONS: '["1.29.2", "1.28.7", "1.27.11", "1.26.14", "1.25.16"]'
K8S_VERSIONS: '["1.27.13", "1.28.9", "1.29.4"]'
OPENBAO_N: "1.16.1"
OPENBAO_N_1: "1.15.6"
OPENBAO_N_2: "1.14.10"
Expand Down

0 comments on commit 73ee32d

Please sign in to comment.