diff --git a/bitnami/prometheus-operator/0/debian-12/Dockerfile b/bitnami/prometheus-operator/0/debian-12/Dockerfile index b4d112ed3ee0..769aaa2e41ae 100644 --- a/bitnami/prometheus-operator/0/debian-12/Dockerfile +++ b/bitnami/prometheus-operator/0/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-12-10T14:29:06Z" \ + org.opencontainers.image.created="2026-01-09T11:49:16Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator" \ org.opencontainers.image.title="prometheus-operator" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="0.87.1" + org.opencontainers.image.version="0.88.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "prometheus-operator-0.87.1-0-linux-${OS_ARCH}-debian-12" \ + "prometheus-operator-0.88.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/ RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator RUN uninstall_packages curl -ENV APP_VERSION="0.87.1" \ +ENV APP_VERSION="0.88.0" \ BITNAMI_APP_NAME="prometheus-operator" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/prometheus-operator/bin:$PATH" diff --git a/bitnami/prometheus-operator/README.md b/bitnami/prometheus-operator/README.md index f86d97a81b43..e91125c14bc9 100644 --- a/bitnami/prometheus-operator/README.md +++ b/bitnami/prometheus-operator/README.md @@ -92,7 +92,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. +Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.