Skip to content

Commit

Permalink
test: bump K8s envTest and k3s versions (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jul 17, 2024
1 parent 2c085ec commit bb2f535
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.28.0
ENVTEST_K8S_VERSION = 1.30.0
# Namespace to install operator into
K8S_NAMESPACE ?= image-scanner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ spec:
backoffLimit: 3
completionMode: NonIndexed
completions: 1
manualSelector: false
parallelism: 1
suspend: false
podReplacementPolicy: TerminatingOrFailed
template:
metadata:
labels:
Expand Down
4 changes: 2 additions & 2 deletions test/e2e-config/k3d-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: image-scanner
# renovate-image: versioning=regex:v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-(?<compatibility>k3s)(?<build>\d+)(\s|$)
image: docker.io/rancher/k3s:v1.28.2-k3s1
# renovate-image:
image: docker.io/rancher/k3s:v1.30.2-k3s2

0 comments on commit bb2f535

Please sign in to comment.