Skip to content

Commit ab424d1

Browse files
authored
[bitnami/grafana-k6-operator] Release 1.2.0-debian-12-r0 (#89322)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 4e9a075 commit ab424d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitnami/grafana-k6-operator/1/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
1717
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
1818
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
1919
COMPONENTS=( \
20-
"grafana-k6-operator-1.1.1-0-linux-${OS_ARCH}-debian-12" \
20+
"grafana-k6-operator-1.2.0-0-linux-${OS_ARCH}-debian-12" \
2121
) ; \
2222
for COMPONENT in "${COMPONENTS[@]}"; do \
2323
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,16 +40,16 @@ ARG TARGETARCH
4040
ENV OS_ARCH="${TARGETARCH:-amd64}"
4141

4242
LABEL org.opencontainers.image.base.name="scratch" \
43-
org.opencontainers.image.created="2025-12-13T00:22:56Z" \
43+
org.opencontainers.image.created="2026-01-07T09:44:30Z" \
4444
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
4545
org.opencontainers.image.title="grafana-k6-operator" \
4646
org.opencontainers.image.vendor="Broadcom, Inc." \
47-
org.opencontainers.image.version="1.1.1"
47+
org.opencontainers.image.version="1.2.0"
4848

4949
COPY rootfs /
5050
COPY --from=builder /opt/bitnami/grafana-k6-operator /opt/bitnami/grafana-k6-operator
5151

52-
ENV APP_VERSION="1.1.1" \
52+
ENV APP_VERSION="1.2.0" \
5353
BITNAMI_APP_NAME="grafana-k6-operator" \
5454
IMAGE_REVISION="0" \
5555
PATH="/opt/bitnami/grafana-k6-operator/bin:$PATH"

bitnami/grafana-k6-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you encountered a problem running this container, you can file an [issue](htt
8686

8787
## License
8888

89-
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
89+
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
9090

9191
Licensed under the Apache License, Version 2.0 (the "License");
9292
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)