From 351b4204e3a8c3efe63c1fa13d2482b6e4652521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 08:32:13 +0000 Subject: [PATCH] Update quay.io/giantswarm/bats Docker tag to v1 --- .../failing-test-chart/templates/testing/test-runner.yaml | 2 +- .../passing-test-chart/templates/testing/test-runner.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/test/releasetesting/fixtures/failing-test-chart/templates/testing/test-runner.yaml b/integration/test/releasetesting/fixtures/failing-test-chart/templates/testing/test-runner.yaml index 36f6b25d1..c5e565769 100644 --- a/integration/test/releasetesting/fixtures/failing-test-chart/templates/testing/test-runner.yaml +++ b/integration/test/releasetesting/fixtures/failing-test-chart/templates/testing/test-runner.yaml @@ -11,7 +11,7 @@ spec: # Bash automated testing system # https://github.com/bats-core/bats-core - name: test-framework - image: quay.io/giantswarm/bats:0.4.0 + image: quay.io/giantswarm/bats:v1.10.0 command: - "bash" - "-c" diff --git a/integration/test/releasetesting/fixtures/passing-test-chart/templates/testing/test-runner.yaml b/integration/test/releasetesting/fixtures/passing-test-chart/templates/testing/test-runner.yaml index 1feab2cb8..a651cecde 100644 --- a/integration/test/releasetesting/fixtures/passing-test-chart/templates/testing/test-runner.yaml +++ b/integration/test/releasetesting/fixtures/passing-test-chart/templates/testing/test-runner.yaml @@ -11,7 +11,7 @@ spec: # Bash automated testing system # https://github.com/bats-core/bats-core - name: test-framework - image: quay.io/giantswarm/bats:0.4.0 + image: quay.io/giantswarm/bats:v1.10.0 command: - "bash" - "-c"