File tree Expand file tree Collapse file tree
examples/springboot-kafka-avro Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Setup Helm
3535 uses : azure/setup-helm@v5
3636 with :
37- version : ' 3.19.0 '
37+ version : ' 3.21.1 '
3838
3939 - name : Clean Go module cache
4040 run : |
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.26@sha256:2d6c80227255c3112a4d08e67ba98e58efd3846daf15d9d7d4c389565d881b1a AS builder
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.26@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 AS builder
33
44ARG BUILDPLATFORM
55ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const (
6060 DefaultMonitorImage = "ghcr.io/adobe/koperator/jmx-javaagent:1.5.0" // renovate: datasource=docker depName=ghcr.io/adobe/koperator/jmx-javaagent
6161
6262 // DefaultEnvoyImage is the default Envoy proxy image used when users don't specify it in EnvoyConfig.Image
63- DefaultEnvoyImage = "envoyproxy/envoy:v1.38.0 " // renovate: datasource=docker depName=envoyproxy/envoy
63+ DefaultEnvoyImage = "envoyproxy/envoy:v1.38.2 " // renovate: datasource=docker depName=envoyproxy/envoy
6464
6565 // ControllerNodeProcessRole represents the node is a controller node
6666 ControllerNodeProcessRole = "controller"
Original file line number Diff line number Diff line change 1- ARG JMX_EXPORTER_VERSION=1.5 .0 # renovate: datasource=github-releases depName=prometheus/jmx_exporter
1+ ARG JMX_EXPORTER_VERSION=v1.6 .0 # renovate: datasource=github-releases depName=prometheus/jmx_exporter
22
3- FROM maven:3-amazoncorretto-21@sha256:9e8aa99b4a55060004696aea04eb698ffaf3098752d682f56dd73cca0ed7dae4 AS build
3+ FROM maven:3-amazoncorretto-21@sha256:4d7e521cabcb4e93b7547ebd9adc86f7fd1b3dfc0a498d9e3eb2c1ca0c5c2ea7 AS build
44ARG JMX_EXPORTER_VERSION
55
66# Install wget to download the release tarball
@@ -18,7 +18,7 @@ RUN mvn -B -Dmaven.javadoc.skip=true -Dskip.javadoc=true \
1818 -Dmaven.compiler.source=21 -Dmaven.compiler.target=21 -Dmaven.compiler.release=21 \
1919 clean package -pl jmx_prometheus_javaagent -am
2020
21- FROM alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
21+ FROM alpine:latest@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
2222ARG JMX_EXPORTER_VERSION
2323COPY --from=build /src/jmx_prometheus_javaagent/target/jmx_prometheus_javaagent-${JMX_EXPORTER_VERSION}.jar /opt/jmx_exporter/
2424RUN ln -s /opt/jmx_exporter/jmx_prometheus_javaagent-${JMX_EXPORTER_VERSION}.jar /jmx_prometheus_javaagent.jar
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG scala_version=2.13
22ARG kafka_version=3.9.2 # renovate: datasource=github-tags depName=apache/kafka
33ARG java_version=21
44
5- FROM alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS kafka_dist
5+ FROM alpine:latest@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS kafka_dist
66
77ARG scala_version
88ARG kafka_version
@@ -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:cd1bc32f233a49f1b82149c9edb8ef34fb1e6c45f37211445c51a97603468604
31+ FROM debian:bullseye-slim@sha256:ff4b13408ab702565720c6b23582ebda7bfdddfe9ce2b8c5b49e6d40430fdb05
3232
3333ARG scala_version
3434ARG kafka_version
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ WORKDIR /build/sangrenel
1515
1616RUN go mod download && go build -o /sangrenel
1717
18- FROM alpine:3.23 @sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
18+ FROM alpine:3.24 @sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
1919
2020RUN apk add --update --no-cache ca-certificates tzdata curl bash
2121
Original file line number Diff line number Diff line change 1- FROM maven:3.9-eclipse-temurin-21-alpine@sha256:adae65922fda0826185289ae9829d961662de5390c0190acd57b188243e3ce23 as build
1+ FROM maven:3.9-eclipse-temurin-21-alpine@sha256:c3b70520630a94abc4bb9d87bb3c6a0bb44f936e0ef1035233727411c7b5b854 as build
22
33# Set working directory
44WORKDIR /usr/src/myapp
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >4.0.6 </version >
8+ <version >4.1.0 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >io.banzaicloud.blog</groupId >
Original file line number Diff line number Diff line change 1- FROM golang:1.26@sha256:2d6c80227255c3112a4d08e67ba98e58efd3846daf15d9d7d4c389565d881b1a as builder
1+ FROM golang:1.26@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 as builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const (
2525 ContourVersion = "0.6.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 = "86.1.0 " // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
28+ PrometheusOperatorVersion = "86.2.3 " // 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