diff --git a/bitnami/clickhouse-operator-metrics-exporter/0/debian-12/Dockerfile b/bitnami/clickhouse-operator-metrics-exporter/0/debian-12/Dockerfile index 933f7b4ab6cc..dc5ffe278899 100644 --- a/bitnami/clickhouse-operator-metrics-exporter/0/debian-12/Dockerfile +++ b/bitnami/clickhouse-operator-metrics-exporter/0/debian-12/Dockerfile @@ -17,7 +17,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=( \ - "clickhouse-operator-metrics-exporter-0.26.0-0-linux-${OS_ARCH}-debian-12" \ + "clickhouse-operator-metrics-exporter-0.26.0-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,7 +40,7 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2026-02-20T14:55:28Z" \ + org.opencontainers.image.created="2026-03-06T03:06:06Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="clickhouse-operator-metrics-exporter" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -51,7 +51,7 @@ COPY --from=builder /opt/bitnami/clickhouse-operator-metrics-exporter /opt/bitna ENV APP_VERSION="0.26.0" \ BITNAMI_APP_NAME="clickhouse-operator-metrics-exporter" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/clickhouse-operator-metrics-exporter/bin:$PATH" USER 1001 diff --git a/bitnami/clickhouse-operator-metrics-exporter/README.md b/bitnami/clickhouse-operator-metrics-exporter/README.md index 1bb8c0974b93..765bda0fccce 100644 --- a/bitnami/clickhouse-operator-metrics-exporter/README.md +++ b/bitnami/clickhouse-operator-metrics-exporter/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for ClickHouse Operator Metrics Exporter -## What is ClickHouse Operator Metrics Exporter? - > ClickHouse Operator Metrics exporter gathers ClickHouse Operator metrics for Prometheus consumption. [Overview of ClickHouse Operator Metrics Exporter](https://altinity.com/kubernetes-operator/) @@ -62,6 +60,8 @@ Non-root container images add an extra layer of security and are generally recom ## Configuration +The following section describes how to run commands + ### Running commands To run commands inside this container you can use `docker run`, for example to execute `metrics-exporter --help` you can follow the example below: