From e2a335ec100c02de98c655f0128695de43cf2b5a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jul 2020 15:00:33 +0000 Subject: [PATCH] Update bats/bats Docker tag to v1.2.1 --- graphs/grafana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphs/grafana.yaml b/graphs/grafana.yaml index 3f37ed5..70497de 100644 --- a/graphs/grafana.yaml +++ b/graphs/grafana.yaml @@ -434,7 +434,7 @@ spec: serviceAccountName: graphs-grafana-test containers: - name: graphs-test - image: "bats/bats:v1.1.0" + image: "bats/bats:1.2.1" imagePullPolicy: "IfNotPresent" command: ["/opt/bats/bin/bats", "-t", "/tests/run.sh"] volumeMounts: