From 2471f3b9a869d32a8d4b9ccc892d237a77c374ca Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 12 Dec 2023 20:17:01 +0000 Subject: [PATCH] ci: set flux version to 2.1.2 (#11164) --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db04846748..dee7fbabdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -765,6 +765,9 @@ jobs: - name: Set up Flux CLI uses: fluxcd/flux2/action@main + with: + # Keep this up to date with the version of flux installed in dogfood cluster + version: "2.1.2" - name: Get Cluster Credentials uses: "google-github-actions/get-gke-credentials@v2"