Skip to content

Commit

Permalink
chore: bump kind node (kyverno#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Nov 7, 2024
1 parent dd31f6f commit 7b2c68c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .schemas/json/authorizationpolicy-envoy-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
],
"default": ""
},
"x-kubernetes-list-type": "set",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -398,6 +404,7 @@
"version": "v1alpha1"
}
],
"x-kubernetes-selectable-fields": [],
"additionalProperties": false,
"$schema": "http://json-schema.org/schema#"
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b2c68c

Please sign in to comment.