Skip to content

Commit a15b9c3

Browse files
authored
feat: upgrade to flux 2.6.0 (#45)
Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
1 parent 9ae00d2 commit a15b9c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Images can be found at [https://eu.gcr.io/swade1987/kubernetes-toolkit](https://
2424
- [trivy](https://github.com/aquasecurity/trivy) (v0.59.0)
2525

2626
### GitOps & Service Mesh
27-
- [flux](https://github.com/fluxcd/flux2) (v2.5.1)
27+
- [flux](https://github.com/fluxcd/flux2) (v2.6.0)
2828
- [flux operator](https://github.com/controlplaneio-fluxcd/flux-operator) (v0.16.0)
2929
- [istioctl](https://github.com/istio/istio) (v1.23.1)
3030

src/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ curl -sL https://github.com/open-policy-agent/conftest/releases/download/v${CONF
3333
tar xz && mv conftest /usr/local/bin/conftest
3434
conftest --version
3535

36-
FLUX=2.5.1
36+
FLUX=2.6.0
3737
printf "\nDownloading flux %s\n" "${FLUX}"
3838
curl -sL https://github.com/fluxcd/flux2/releases/download/v${FLUX}/flux_${FLUX}_linux_amd64.tar.gz | \
3939
tar xz && mv flux /usr/local/bin/flux

0 commit comments

Comments
 (0)