From 7fc902e54a1bbc464349a498ab1ab7d261cc40a5 Mon Sep 17 00:00:00 2001 From: David Barnett Date: Fri, 30 May 2025 19:40:11 +1000 Subject: [PATCH] include k8s 1.33 and pin jsonnet version --- Dockerfile | 2 +- libs/k8s/config.jsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6cf89d52..621ae293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \ FROM golang:1.20-alpine3.18 as jsonnet RUN apk add --no-cache git -RUN go install github.com/google/go-jsonnet/cmd/jsonnet@latest +RUN go install github.com/google/go-jsonnet/cmd/jsonnet@v0.20.0 FROM alpine:3.18 diff --git a/libs/k8s/config.jsonnet b/libs/k8s/config.jsonnet index 87d71aa6..89ac3371 100644 --- a/libs/k8s/config.jsonnet +++ b/libs/k8s/config.jsonnet @@ -1,10 +1,10 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + '1.33', '1.32', '1.31', '1.30', '1.29', - '1.28', ]; config.new(