Skip to content

Commit

Permalink
chore: bump k8s/k3s to 1.31 (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Sep 4, 2024
1 parent 85241de commit 1b72cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 ?= "registry.dummy-domain.com/image-scanner/controller:dev"
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.30.0
ENVTEST_K8S_VERSION = 1.31.0
# Namespace to install operator into
K8S_NAMESPACE ?= image-scanner

Expand Down
2 changes: 1 addition & 1 deletion test/e2e-config/k3d-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Simple
metadata:
name: image-scanner
# renovate-image:
image: docker.io/rancher/k3s:v1.30.2-k3s2
image: docker.io/rancher/k3s:v1.31.0-k3s1

0 comments on commit 1b72cce

Please sign in to comment.