Skip to content

Commit 6ab056c

Browse files
authored
bump k8s version (#968)
* bump k8s version * update minor versions * revert * additional version updates * bump helm version
1 parent b8f84f3 commit 6ab056c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/integration-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
cluster_name: ${{ inputs.kind-cluster-name }}
6868
config: test/integration/kind/config.yaml
6969
node_image: kindest/node:v${{ inputs.k8s-version }}
70-
version: "v0.22.0"
70+
version: "v0.25.0"
7171
- name: Create kind export log root
7272
id: create_kind_export_log_root
7373
shell: bash

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
- name: Install kind
319319
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
320320
with:
321-
version: "v0.22.0"
321+
version: "v0.25.0"
322322
install_only: true
323323
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
324324
id: setup-helm
@@ -344,7 +344,7 @@ jobs:
344344
- run: echo "setting versions"
345345
outputs:
346346
# JSON encoded array of k8s versions
347-
K8S_VERSIONS: '["1.30.0", "1.29.4", "1.28.9", "1.27.13", "1.26.15"]'
347+
K8S_VERSIONS: '["1.31.2", "1.30.6", "1.29.10", "1.28.15", "1.27.16"]'
348348
VAULT_N: "1.17.2"
349349
VAULT_N_1: "1.16.6"
350350
VAULT_N_2: "1.15.12"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ CHART_CRDS_DIR ?= $(CHART_ROOT)/crds
2323
VAULT_IMAGE_TAG ?= latest
2424
VAULT_IMAGE_REPO ?=
2525
K8S_VAULT_NAMESPACE ?= vault
26-
KIND_K8S_VERSION ?= v1.30.0
27-
VAULT_HELM_VERSION ?= 0.25.0
26+
KIND_K8S_VERSION ?= v1.31.2
27+
VAULT_HELM_VERSION ?= 0.29.0
2828
# Root directory to export kind cluster logs after each test run.
2929
EXPORT_KIND_LOGS_ROOT ?=
3030

0 commit comments

Comments
 (0)