Skip to content

Commit

Permalink
Bump k8s version (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Nov 22, 2024
1 parent f8900ef commit 20a262c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/actions/create-k3d-cluster/action.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: 'Create k3d cluster'
description: 'Action for creating single cluster'
name: "Create k3d cluster"
description: "Action for creating single cluster"

runs:
using: 'composite'
using: "composite"
steps:
- name: create k3d cluster
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
with:
cluster-name: "k3dCluster"
k3d-version: "v5.7.4"
args: >-
--agents 1
--image rancher/k3s:v1.30.0-k3s1
--image rancher/k3s:v1.31.2-k3s1
--port 80:80@loadbalancer
--port 443:443@loadbalancer
--wait
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Image URL to use all building/pushing image targets
IMG ?= controller:latest
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.27.1
ENVTEST_K8S_VERSION = 1.30.0

# TEST_COVER_OUT determines path for the output file with coverage
TEST_COVER_OUT ?= $(shell pwd)/cover.out
Expand Down Expand Up @@ -218,8 +218,8 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
KUSTOMIZE_VERSION ?= v4.5.5
CONTROLLER_TOOLS_VERSION ?= v0.14.0
KUSTOMIZE_VERSION ?= v5.5.0
CONTROLLER_TOOLS_VERSION ?= v0.16.5
HELM_VERSION ?= v3.13.1

KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
Expand Down

0 comments on commit 20a262c

Please sign in to comment.