[bitnami/cluster-autoscaler] Release 1.26.1-debian-11-r26 (#27555)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 22:46:02 +01:00
committed by GitHub
parent 9d045637e7
commit 1bc2c822b7
3 changed files with 5 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T21:46:09Z" \
org.opencontainers.image.created="2023-03-18T21:08:49Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.26.1-debian-11-r25" \
org.opencontainers.image.ref.name="1.26.1-debian-11-r26" \
org.opencontainers.image.title="cluster-autoscaler" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.26.1"
@@ -22,7 +22,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.1-3-linux-${OS_ARCH}-debian-11" \
"cluster-autoscaler-1.26.1-4-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"cluster-autoscaler": {
"arch": "amd64",
"digest": "dc39d192fd5c4f37b4a111596c660d072cb4ff8c03453f2d1c238ccc9b1bc78f",
"digest": "142c22faa524b94afd70ef002926a11312750ad3caeaf324aa8573f1823f6cbc",
"distro": "debian-11",
"type": "NAMI",
"version": "1.26.1-3"
"version": "1.26.1-4"
}
}

View File

@@ -5,7 +5,6 @@
> Cluster Autoscaler is a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes.
[Overview of Cluster Autoscaler](https://github.com/kubernetes/autoscaler)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR