From 82389f0c4a8edc180894a54c52b8fa0a0e7349f4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 28 Oct 2024 15:49:45 +0100 Subject: [PATCH] [bitnami/cluster-autoscaler] Release cluster-autoscaler-1.31.0-debian-12-r6 (#74012) Signed-off-by: Bitnami Bot --- bitnami/cluster-autoscaler/1/debian-12/Dockerfile | 4 ++-- bitnami/cluster-autoscaler/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/cluster-autoscaler/1/debian-12/Dockerfile b/bitnami/cluster-autoscaler/1/debian-12/Dockerfile index a56a2894a1946..9e3a14183393b 100644 --- a/bitnami/cluster-autoscaler/1/debian-12/Dockerfile +++ b/bitnami/cluster-autoscaler/1/debian-12/Dockerfile @@ -8,11 +8,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-10-24T15:02:24Z" \ + org.opencontainers.image.created="2024-10-28T14:29:50Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.31.0-debian-12-r5" \ + org.opencontainers.image.ref.name="1.31.0-debian-12-r6" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler" \ org.opencontainers.image.title="cluster-autoscaler" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/cluster-autoscaler/README.md b/bitnami/cluster-autoscaler/README.md index be43253592b39..134a1df7d0eef 100644 --- a/bitnami/cluster-autoscaler/README.md +++ b/bitnami/cluster-autoscaler/README.md @@ -34,7 +34,7 @@ Please note that Cluster Autoscaler a series of permissions/privileges to adjust * Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [permissions docs](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/aws#user-content-permissions) for more information). * Create a service account for Cluster Autoscaler's deployment and bind to it some roles and cluster roles that provide the corresponding RBAC privileges. -> NOTE: Find resources to deploy Cluster Autoscaler on AWS in the [aws-examples](./aws-examples) directory. +> NOTE: Find resources to deploy Cluster Autoscaler on AWS in the [aws-examples](https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler/aws-examples) directory. ## Why use Bitnami Images?