Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Nov 25, 2024
1 parent f29db99 commit 8790ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@ jobs:
kubectl create configmap account-config --from-file=infra/config/account-config.yaml -n flux-system -o yaml --dry-run | kubectl apply -f -
- id: install-flux-v2
name: Install flux CLI version 0.41.0
name: Install flux CLI version 2.3.0
run: |-
curl -s https://fluxcd.io/install.sh | sudo FLUX_VERSION=0.41.0 bash
curl -s https://fluxcd.io/install.sh | sudo FLUX_VERSION=2.3.0 bash
- id: delete-old-flux-github-deploy-key
name: Attempt to delete previous github flux deploy key
Expand All @@ -546,7 +546,7 @@ jobs:
run: |-
# Refer to https://github.com/fluxcd/flux2/releases
FLUX_VERSION=v0.41.0
FLUX_VERSION=v2.3.0
FLUX_REPO=releases
FLUX_PATH=deployments/$ENVIRONMENT_NAME-$CLUSTER_ENV
REPO_FULL_PATH=$GITHUB_REPOSITORY_OWNER/$FLUX_REPO
Expand Down

0 comments on commit 8790ae8

Please sign in to comment.