diff --git a/bitnami/cluster-autoscaler/1/debian-11/Dockerfile b/bitnami/cluster-autoscaler/1/debian-11/Dockerfile index 64f4519ff9b3..413f7892c51b 100644 --- a/bitnami/cluster-autoscaler/1/debian-11/Dockerfile +++ b/bitnami/cluster-autoscaler/1/debian-11/Dockerfile @@ -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="1.26.0-debian-11-r4" \ + org.opencontainers.image.ref.name="1.26.1-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler" \ org.opencontainers.image.title="cluster-autoscaler" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="1.26.0" + org.opencontainers.image.version="1.26.1" 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=( \ - "cluster-autoscaler-1.26.0-0-linux-${OS_ARCH}-debian-11" \ + "cluster-autoscaler-1.26.1-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,7 +40,7 @@ RUN ln -sf /opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler /opt/bitnami/c COPY rootfs / RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/ -ENV APP_VERSION="1.26.0" \ +ENV APP_VERSION="1.26.1" \ BITNAMI_APP_NAME="cluster-autoscaler" \ PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH" diff --git a/bitnami/cluster-autoscaler/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/cluster-autoscaler/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 2b7fbaf7de0a..308058acde59 100644 --- a/bitnami/cluster-autoscaler/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/cluster-autoscaler/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "cluster-autoscaler": { "arch": "amd64", - "digest": "7e39a60013a037b2d8ca9d5f54a6e39379dd6a8be6990bf73579e3bda6e65502", + "digest": "eab16dcf003d54f9f96feaceb457fce21e1df90c52a6948aa21fb20831093314", "distro": "debian-11", "type": "NAMI", - "version": "1.26.0-0" + "version": "1.26.1-0" } } \ No newline at end of file diff --git a/bitnami/cluster-autoscaler/1/debian-11/tags-info.yaml b/bitnami/cluster-autoscaler/1/debian-11/tags-info.yaml index 84b42dddf6b7..56315169e3f8 100644 --- a/bitnami/cluster-autoscaler/1/debian-11/tags-info.yaml +++ b/bitnami/cluster-autoscaler/1/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "1" - "1-debian-11" - - "1.26.0" + - "1.26.1" - "latest"