From eb781751b82d50890971c1017c29d4a2aedb9bcd Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 18 Dec 2023 09:29:46 +0000 Subject: [PATCH] ci: update flux to 2.2.1 (#11253) --- .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 4c4e9e1dd0..9b5831bee2 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.2.0" + version: "2.2.1" - name: Get Cluster Credentials uses: "google-github-actions/get-gke-credentials@v2"