Skip to content

Commit

Permalink
Bump KUBERNETES_VERSION to latest 1.29.12
Browse files Browse the repository at this point in the history
Needed in order to match the latest k3s 1.29.x version.
  • Loading branch information
iamleot committed Jan 11, 2025
1 parent 6e4f544 commit a3d4857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CURL = curl
FLUX_CRD_SCHEMAS_URL = https://github.com/fluxcd/flux2/releases/latest/download/crd-schemas.tar.gz
FLUX_CRD_SCHEMAS_TMPDIR = /tmp/flux-crd-schemas
FLUX_CRD_SCHEMAS_TMPFILE = $(FLUX_CRD_SCHEMAS_TMPDIR)/flux-crd-schemas.tar.gz
KUBERNETES_VERSION = 1.28.9
KUBERNETES_VERSION = 1.29.12
KUBECONFORM = kubeconform
KUBECONFORM_FLAGS = -strict -kubernetes-version $(KUBERNETES_VERSION) -schema-location default -schema-location $(FLUX_CRD_SCHEMAS_TMPDIR) -skip CustomResourceDefinition -verbose
KUSTOMIZE = kustomize
Expand Down

0 comments on commit a3d4857

Please sign in to comment.