From df94fc10f7f72271ef63c75b75369daab446b005 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 18 Feb 2026 14:22:05 +0100 Subject: [PATCH] [bitnami/argo-cd] Release 3.3.1-debian-12-r0 (#90791) Signed-off-by: Bitnami Bot --- bitnami/argo-cd/3.3/debian-12/Dockerfile | 12 ++++++------ bitnami/argo-cd/README.md | 8 -------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/bitnami/argo-cd/3.3/debian-12/Dockerfile b/bitnami/argo-cd/3.3/debian-12/Dockerfile index a22e8909c8b1..0bcaa77e1cc7 100644 --- a/bitnami/argo-cd/3.3/debian-12/Dockerfile +++ b/bitnami/argo-cd/3.3/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-09T21:03:30Z" \ + org.opencontainers.image.created="2026-02-18T12:53:29Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/argo-cd/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-cd" \ org.opencontainers.image.title="argo-cd" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="3.3.0" + org.opencontainers.image.version="3.3.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,8 +29,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \ - "helm-4.1.0-0-linux-${OS_ARCH}-debian-12" \ - "argo-cd-3.3.0-3-linux-${OS_ARCH}-debian-12" \ + "helm-4.1.1-0-linux-${OS_ARCH}-debian-12" \ + "argo-cd-3.3.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,9 +49,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/argo-cd/postunpack.sh -ENV APP_VERSION="3.3.0" \ +ENV APP_VERSION="3.3.1" \ BITNAMI_APP_NAME="argo-cd" \ - IMAGE_REVISION="4" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/helm/bin:/opt/bitnami/argo-cd/bin:/opt/bitnami/argo-cd/hack:/opt/bitnami/ksonnet/bin:/opt/bitnami/kustomize/bin:$PATH" USER 1001 diff --git a/bitnami/argo-cd/README.md b/bitnami/argo-cd/README.md index c8e10e205cd8..289958dfd89c 100644 --- a/bitnami/argo-cd/README.md +++ b/bitnami/argo-cd/README.md @@ -106,14 +106,6 @@ The Bitnami Argo CD Docker image from the [Bitnami Secure Images](https://go-vmw - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## Contributing - -We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.