File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed 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:6cc2338c038bc20f96ab32848da2b5c0641bb9bb5363f2c33e9b7c8838f9a208 AS builder
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:bc45dfd319e982dffe4de14428c77defe5b938e29d9bc6edfbc0b9a1fc171cb3 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.7.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
21+ GOLANGCI_VERSION = 2.8.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
2222LICENSEI_VERSION = 0.9.0 # renovate: datasource=github-releases depName=goph/licensei
2323CONTROLLER_GEN_VERSION = v0.20.0 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
2424ENVTEST_K8S_VERSION = 1.35.0 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools extractVersion=^envtest-v(?<version>.+)$
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.36.4 " // renovate: datasource=docker depName=envoyproxy/envoy
65+ DefaultEnvoyImage = "envoyproxy/envoy:v1.37.0 " // 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 @@ -95,7 +95,7 @@ prometheusMetrics:
9595 # -- Auth proxy container image repository
9696 repository : quay.io/brancz/kube-rbac-proxy
9797 # -- Auth proxy container image tag
98- tag : v0.20.1
98+ tag : v0.20.2
9999 # -- Auth proxy container image pull policy
100100 pullPolicy : IfNotPresent
101101 serviceAccount :
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:c5f48c942c667e70d7e64b124cfc939c25a4a43207c0d14b45844d762dc1d50f
31+ FROM debian:bullseye-slim@sha256:b32674fb57780ad57d7b0749242d3f585f462f4ec4a60ae0adacd945f9cb9734
3232
3333ARG scala_version
3434ARG kafka_version
Original file line number Diff line number Diff line change 1- FROM golang:1.25@sha256:6cc2338c038bc20f96ab32848da2b5c0641bb9bb5363f2c33e9b7c8838f9a208 as builder
1+ FROM golang:1.25@sha256:bc45dfd319e982dffe4de14428c77defe5b938e29d9bc6edfbc0b9a1fc171cb3 as builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const (
2525 ContourVersion = "0.2.1" // 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 = "80.13.0 " // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
28+ PrometheusOperatorVersion = "80.14.4 " // 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