Bump mikefarah/yq in /dockerfiles/integration-test-runner-beta

Bumps mikefarah/yq from 4.44.3 to 4.44.5.

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-18 01:45:08 +00:00
committed by GitHub
parent e1464c379c
commit 8b28d01bfe
@@ -3,7 +3,7 @@
# For running the integration tests as a client to a k8s cluster
FROM mikefarah/yq:4.44.3 AS yq
FROM mikefarah/yq:4.44.5 AS yq
# We need gcloud for running integration tests against GKE
# because the kubeconfig uses gcloud as an `auth-provider`.