[bitnami/prometheus-operator] Release 0.61.0-debian-11-r0 (#14491)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-21 20:10:18 +01:00
committed by GitHub
parent 74b1ddf399
commit 3d5fb289b8
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="0.60.1-debian-11-r13" \
org.opencontainers.image.ref.name="0.61.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator" \
org.opencontainers.image.title="prometheus-operator" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.60.1"
org.opencontainers.image.version="0.61.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"prometheus-operator-0.60.1-0-linux-${OS_ARCH}-debian-11" \
"prometheus-operator-0.61.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -39,7 +39,7 @@ RUN chmod g+rwX /opt/bitnami
RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/prometheus-config-reloader
RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator
ENV APP_VERSION="0.60.1" \
ENV APP_VERSION="0.61.0" \
BITNAMI_APP_NAME="prometheus-operator" \
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"prometheus-operator": {
"arch": "amd64",
"digest": "7181ed1fa859a970f7c87bb5dfa086f0688761095790fd8e714470aaead5f08c",
"digest": "d0a9056406a0f5d63a3a16ab1cbdef2ebbdd0d8a29f876082c066fe6fc287d54",
"distro": "debian-11",
"type": "NAMI",
"version": "0.60.1-0"
"version": "0.61.0-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.60.1"
- "0.61.0"
- "latest"