File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
charts/telemetry-controller/crds Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 66CONTROLLER_TOOLS_VERSION := 0.19.0
77
88# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize versioning=semver
9- KUSTOMIZE_VERSION := 5.7.1
9+ KUSTOMIZE_VERSION := 5.8.0
1010
1111# renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
1212GOLANGCI_LINT_VERSION := 2.6.2
1313
1414# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
15- KIND_VERSION ?= 0.29 .0
15+ KIND_VERSION ?= 0.30 .0
1616
1717# renovate: datasource=go depName=github.com/goph/licensei versioning=semver
1818LICENSEI_VERSION = 0.9.0
1919
2020# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
2121ENVTEST_K8S_VERSION = 1.33.0
2222ENVTEST_OTEL_OPERATOR_VERSION =0.129.1
23- CERT_MANAGER_VERSION = 1.18.2
23+
24+ # renovate: datasource=github-releases depName=cert-manager/cert-manager versioning=semver
25+ CERT_MANAGER_VERSION = 1.19.1
2426
2527BIN := ${PWD}/bin
2628
@@ -29,7 +31,7 @@ export PATH := $(BIN):$(PATH)
2931GOVERSION := $(shell go env GOVERSION)
3032
3133KIND := ${BIN}/kind
32- KIND_IMAGE ?= kindest/node:v1.33 .0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e
34+ KIND_IMAGE ?= kindest/node:v1.34 .0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
3335KIND_CLUSTER := kind
3436
3537# Image URL to use all building/pushing image targets
Original file line number Diff line number Diff line change @@ -2573,6 +2573,9 @@ spec:
25732573 description : Args is the set of arguments to pass to the main
25742574 container's binary.
25752575 type : object
2576+ dnsPolicy :
2577+ description : DNSPolicy defines how a pod's DNS will be configured.
2578+ type : string
25762579 env :
25772580 description : Environment variables to set on the generated pods.
25782581 items :
@@ -4932,6 +4935,8 @@ spec:
49324935 description : Allows defining which port to bind to the host
49334936 in the Container.
49344937 format : int32
4938+ maximum : 65535
4939+ minimum : 0
49354940 type : integer
49364941 name :
49374942 description : |-
Original file line number Diff line number Diff line change @@ -2573,6 +2573,9 @@ spec:
25732573 description : Args is the set of arguments to pass to the main
25742574 container's binary.
25752575 type : object
2576+ dnsPolicy :
2577+ description : DNSPolicy defines how a pod's DNS will be configured.
2578+ type : string
25762579 env :
25772580 description : Environment variables to set on the generated pods.
25782581 items :
@@ -4932,6 +4935,8 @@ spec:
49324935 description : Allows defining which port to bind to the host
49334936 in the Container.
49344937 format : int32
4938+ maximum : 65535
4939+ minimum : 0
49354940 type : integer
49364941 name :
49374942 description : |-
You can’t perform that action at this time.
0 commit comments