Skip to content

Commit 7ac8e46

Browse files
Use k8s 1.32 client libs (#14)
Signed-off-by: Tamal Saha <[email protected]> Signed-off-by: Arnob Kumar Saha <[email protected]> Co-authored-by: Arnob Kumar Saha <[email protected]>
1 parent 6e5484c commit 7ac8e46

File tree

3,612 files changed

+200641
-175220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,612 files changed

+200641
-175220
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COMPRESS ?= no
2525

2626
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
2727
CRD_OPTIONS ?= "crd:crdVersions={v1},allowDangerousTypes=true,generateEmbeddedObjectMeta=true"
28-
CODE_GENERATOR_IMAGE ?= ghcr.io/appscode/gengo:release-1.29
28+
CODE_GENERATOR_IMAGE ?= ghcr.io/appscode/gengo:release-1.32
2929
API_GROUPS ?= apps:v1
3030

3131
# Where to push the docker image.
@@ -424,7 +424,7 @@ endif
424424
install:
425425
@cd ../installer; \
426426
kubectl create ns $(KUBE_NAMESPACE) || true; \
427-
# kubectl label ns $(KUBE_NAMESPACE) pod-security.kubernetes.io/enforce=restricted; \
427+
kubectl label ns $(KUBE_NAMESPACE) pod-security.kubernetes.io/enforce=restricted; \
428428
helm upgrade -i petset charts/petset --wait --debug --force \
429429
--namespace=$(KUBE_NAMESPACE) --create-namespace \
430430
--set registryFQDN="" \

apis/apps/v1/petset_webhook.go

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)