diff --git a/Makefile b/Makefile index 3d062f4126..6fec253eaa 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,9 @@ HELM_ARGS ?= K8GB_COREDNS_IP ?= kubectl get svc k8gb-coredns -n k8gb -o custom-columns='IP:spec.clusterIP' --no-headers LOG_FORMAT ?= simple LOG_LEVEL ?= debug -CONTROLLER_GEN_VERSION ?= v0.15.0 +CONTROLLER_GEN_VERSION ?= v0.16.5 GOLIC_VERSION ?= v0.7.2 -GOLANGCI_VERSION ?= v1.59.1 +GOLANGCI_VERSION ?= v1.61.0 POD_NAMESPACE ?= k8gb CLUSTER_GEO_TAG ?= eu EXT_GSLB_CLUSTERS_GEO_TAGS ?= us diff --git a/chart/k8gb/crd/k8gb.absa.oss_gslbs.yaml b/chart/k8gb/crd/k8gb.absa.oss_gslbs.yaml index 7684aa0428..fd62985d8a 100644 --- a/chart/k8gb/crd/k8gb.absa.oss_gslbs.yaml +++ b/chart/k8gb/crd/k8gb.absa.oss_gslbs.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: gslbs.k8gb.absa.oss spec: group: k8gb.absa.oss @@ -111,6 +111,7 @@ spec: format: int32 type: integer type: object + x-kubernetes-map-type: atomic required: - name type: object @@ -150,8 +151,8 @@ spec: these may change in the future.\nIncoming requests are matched against the host before the\nIngressRuleValue. If the host is unspecified, the Ingress routes all\ntraffic - based on the specified IngressRuleValue.\n\n\nHost can - be \"precise\" which is a domain name without the terminating + based on the specified IngressRuleValue.\n\nHost can be + \"precise\" which is a domain name without the terminating dot of\na network host (e.g. \"foo.bar.com\") or \"wildcard\", which is a domain name\nprefixed with a single wildcard label (e.g. \"*.foo.com\").\nThe wildcard character '*' @@ -240,6 +241,7 @@ spec: format: int32 type: integer type: object + x-kubernetes-map-type: atomic required: - name type: object