From 355cd75748a2d2a978676869444b35951b047308 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:09:22 -0600 Subject: [PATCH] chore(deps): update helm release rabbitmq to v14.7.0 (#218) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/development/helmfile.yaml | 2 +- test/functional/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/development/helmfile.yaml b/scripts/development/helmfile.yaml index 618ec612..3c0442a8 100644 --- a/scripts/development/helmfile.yaml +++ b/scripts/development/helmfile.yaml @@ -7,7 +7,7 @@ releases: - name: rabbitmq namespace: default chart: bitnami/rabbitmq - version: 14.0.2 + version: 14.7.0 values: - auth: password: roger-rabbit diff --git a/test/functional/helmfile.yaml b/test/functional/helmfile.yaml index 2df8ba49..fe334560 100644 --- a/test/functional/helmfile.yaml +++ b/test/functional/helmfile.yaml @@ -85,7 +85,7 @@ releases: - name: rabbitmq namespace: default chart: bitnami/rabbitmq - version: 14.0.2 + version: 14.7.0 wait: true needs: - istio-system/istiod