From 7b2c68c87a5b4c4fc45ee7cbad1380f406111e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 7 Nov 2024 08:37:06 +0100 Subject: [PATCH] chore: bump kind node (#195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .schemas/json/authorizationpolicy-envoy-v1alpha1.json | 9 ++++++++- Makefile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.schemas/json/authorizationpolicy-envoy-v1alpha1.json b/.schemas/json/authorizationpolicy-envoy-v1alpha1.json index 69745ae..1404603 100644 --- a/.schemas/json/authorizationpolicy-envoy-v1alpha1.json +++ b/.schemas/json/authorizationpolicy-envoy-v1alpha1.json @@ -96,6 +96,7 @@ ], "default": "" }, + "x-kubernetes-list-type": "set", "x-kubernetes-patch-strategy": "merge" }, "generateName": { @@ -207,7 +208,8 @@ "additionalProperties": false } ] - } + }, + "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", @@ -285,6 +287,10 @@ } ] }, + "x-kubernetes-list-map-keys": [ + "uid" + ], + "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, @@ -398,6 +404,7 @@ "version": "v1alpha1" } ], + "x-kubernetes-selectable-fields": [], "additionalProperties": false, "$schema": "http://json-schema.org/schema#" } \ No newline at end of file diff --git a/Makefile b/Makefile index 2c9e99f..cf66f5a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LD_FLAGS := "-s -w -X $(PACKAGE)/pkg/version.BuildVers else LD_FLAGS := "-s -w" endif -KIND_IMAGE ?= kindest/node:v1.29.2 +KIND_IMAGE ?= kindest/node:v1.31.1 REGISTRY ?= ghcr.io REPO ?= kyverno IMAGE ?= kyverno-envoy-plugin