diff --git a/bitnami/kube-arangodb/1/debian-12/Dockerfile b/bitnami/kube-arangodb/1/debian-12/Dockerfile index 2a2bbbb7150a..2ee40ae8cd54 100644 --- a/bitnami/kube-arangodb/1/debian-12/Dockerfile +++ b/bitnami/kube-arangodb/1/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="2025-11-06T02:16:19Z" \ + org.opencontainers.image.created="2025-11-20T13:02:51Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb" \ org.opencontainers.image.title="kube-arangodb" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.3.1" + org.opencontainers.image.version="1.3.2" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -28,7 +28,7 @@ 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=( \ "envoy-1.36.2-0-linux-${OS_ARCH}-debian-12" \ - "kube-arangodb-1.3.1-3-linux-${OS_ARCH}-debian-12" \ + "kube-arangodb-1.3.2-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -44,9 +44,9 @@ RUN apt-get update && apt-get upgrade -y && \ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.3.1" \ +ENV APP_VERSION="1.3.2" \ BITNAMI_APP_NAME="kube-arangodb" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH" ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ] diff --git a/bitnami/kube-arangodb/README.md b/bitnami/kube-arangodb/README.md index 13af96693264..d6fa473595d0 100644 --- a/bitnami/kube-arangodb/README.md +++ b/bitnami/kube-arangodb/README.md @@ -2,7 +2,7 @@ ## What is ArangoDB Kubernetes Operator? -> kube-arangodb is a Kubernetes Operator that manages ArangoDB clusters, ensuring automatic deployment, scaling, and healing of database instances. +> kube-arangodb is a Kubernetes Operator that manages ArangoDB clusters, ensuring automatic deployment, scaling, and healing of database instances [Overview of ArangoDB Kubernetes Operator](https://arangodb.com/) 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.