File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
.github/actions/kind-create Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Docker Buildx
2626 uses : docker/setup-buildx-action@v3
2727 - name : Setup Kind
28- uses : helm/kind-action@v1.12 .0
28+ uses : helm/kind-action@v1.13 .0
2929 with :
3030 cluster_name : ${{ inputs.kind_cluster_name }}
3131 version : v0.30.0
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96 AS builder
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:0afe9b553123ec160b8282154b7156241ebf43c9033ea2bf9528c6c58c17e89d AS builder
33
44ARG BUILDPLATFORM
55ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RELEASE_MSG ?= "koperator release"
1818REL_TAG = $(shell ./scripts/increment_version.sh -${RELEASE_TYPE} ${TAG})
1919
2020# Version constants
21- GOLANGCI_VERSION = 2.6.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
21+ GOLANGCI_VERSION = 2.6.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
2222LICENSEI_VERSION = 0.9.0 # renovate: datasource=github-releases depName=goph/licensei
2323CONTROLLER_GEN_VERSION = v0.19.0 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
2424ENVTEST_K8S_VERSION = 1.34.1 # renovate: datasource=github-releases depName=kubernetes/kubernetes
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const (
6262 DefaultMonitorImage = "ghcr.io/adobe/koperator/jmx-javaagent:1.4.0" // renovate: datasource=docker depName=ghcr.io/adobe/koperator/jmx-javaagent
6363
6464 // DefaultEnvoyImage is the default Envoy proxy image used when users don't specify it in EnvoyConfig.Image
65- DefaultEnvoyImage = "envoyproxy/envoy:v1.22 .2" // renovate: datasource=docker depName=envoyproxy/envoy
65+ DefaultEnvoyImage = "envoyproxy/envoy:v1.36 .2" // renovate: datasource=docker depName=envoyproxy/envoy
6666
6767 // ControllerNodeProcessRole represents the node is a controller node
6868 ControllerNodeProcessRole = "controller"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN apk add --no-cache gnupg wget && \
2828
2929
3030# backported from https://github.com/docker-library/openjdk/blob/master/18/jdk/slim-bullseye/Dockerfile
31- FROM debian:bullseye-slim@sha256:52927eff8153b563244f98cdc802ba97918afcdf67f9e4867cbf1f7afb3d147b
31+ FROM debian:bullseye-slim@sha256:75e0b7a6158b4cc911d4be07d9f6b8a65254eb8c58df14023c3da5c462335593
3232
3333ARG scala_version
3434ARG kafka_version
Original file line number Diff line number Diff line change 1- FROM golang:1.25@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96 as builder
1+ FROM golang:1.25@sha256:0afe9b553123ec160b8282154b7156241ebf43c9033ea2bf9528c6c58c17e89d as builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ package e2e
1919// These versions are monitored by Renovate for automatic updates
2020const (
2121 // CertManagerVersion is the version of cert-manager Helm chart
22- CertManagerVersion = "v1.18.2 " // renovate: datasource=helm depName=cert-manager registryUrl=https://charts.jetstack.io
22+ CertManagerVersion = "v1.19.1 " // renovate: datasource=helm depName=cert-manager registryUrl=https://charts.jetstack.io
2323
2424 // ContourVersion is the version of Contour ingress controller Helm chart
2525 ContourVersion = "0.1.0" // renovate: datasource=helm depName=contour registryUrl=https://projectcontour.github.io/helm-charts
2626
2727 // PrometheusOperatorVersion is the version of kube-prometheus-stack Helm chart
28- PrometheusOperatorVersion = "77.12 .0" // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
28+ PrometheusOperatorVersion = "77.14 .0" // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
2929
3030 // ZookeeperOperatorVersion is the version of zookeeper-operator
3131 ZookeeperOperatorVersion = "0.2.15-adobe-20250923" // renovate: datasource=docker depName=ghcr.io/adobe/helm-charts/zookeeper-operator
You can’t perform that action at this time.
0 commit comments