From bb047fd25fef87893d5f8a50b0f60ff3d2b496df Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 13 Dec 2023 02:26:50 +0000 Subject: [PATCH] chore: use flux 2.2.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb41e96ce289d..1633315d27c71 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -775,7 +775,7 @@ jobs: uses: fluxcd/flux2/action@main with: # Keep this up to date with the version of flux installed in dogfood cluster - version: "2.1.2" + version: "2.2.0" - name: Get Cluster Credentials uses: "google-github-actions/get-gke-credentials@v2"