diff --git a/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile b/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile index 7bf1dafa80b7..51d9a07b89a4 100644 --- a/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile +++ b/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "rabbitmq-cluster-operator-2.1.0-2-linux-${OS_ARCH}-debian-11" \ + "rabbitmq-cluster-operator-2.2.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -33,13 +33,13 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-03-01T11:47:10Z" \ + org.opencontainers.image.created="2023-03-18T08:53:49Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="2.1.0-scratch-r7" \ + org.opencontainers.image.ref.name="2.2.0-scratch-r0" \ org.opencontainers.image.title="rabbitmq-cluster-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="2.1.0" + org.opencontainers.image.version="2.2.0" COPY prebuildfs / COPY rootfs / diff --git a/bitnami/rabbitmq-cluster-operator/2/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/rabbitmq-cluster-operator/2/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 9ce2939a4823..eb43e39fa2fa 100644 --- a/bitnami/rabbitmq-cluster-operator/2/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/rabbitmq-cluster-operator/2/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "rabbitmq-cluster-operator": { "arch": "amd64", - "digest": "6248882987910c066c4b761af1168bb53a5b3e7f73b59ce121e5d33d1fda1c03", + "digest": "0567f80384f3289930ad3724a918d5e42d8284f565dcd0ad0428fe7f0a9d0c32", "distro": "debian-11", "type": "NAMI", - "version": "2.1.0-2" + "version": "2.2.0-0" } } \ No newline at end of file diff --git a/bitnami/rabbitmq-cluster-operator/2/scratch/tags-info.yaml b/bitnami/rabbitmq-cluster-operator/2/scratch/tags-info.yaml index 2c145ce110d7..13a59b8551e8 100644 --- a/bitnami/rabbitmq-cluster-operator/2/scratch/tags-info.yaml +++ b/bitnami/rabbitmq-cluster-operator/2/scratch/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "2" - 2-scratch -- 2.1.0 +- 2.2.0 - latest diff --git a/bitnami/rabbitmq-cluster-operator/README.md b/bitnami/rabbitmq-cluster-operator/README.md index bb957fe610c9..63599a5aff2c 100644 --- a/bitnami/rabbitmq-cluster-operator/README.md +++ b/bitnami/rabbitmq-cluster-operator/README.md @@ -5,7 +5,6 @@ > The RabbitMQ Cluster Kubernetes Operator automates provisioning, management, and operations of RabbitMQ clusters running on Kubernetes. [Overview of RabbitMQ Cluster Operator](https://github.com/rabbitmq/cluster-operator) - 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