File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ curl -sL https://github.com/open-policy-agent/conftest/releases/download/v${CONF
3333tar xz && mv conftest /usr/local/bin/conftest
3434conftest --version
3535
36- FLUX=2.5.1
36+ FLUX=2.6.0
3737printf " \nDownloading flux %s\n" " ${FLUX} "
3838curl -sL https://github.com/fluxcd/flux2/releases/download/v${FLUX} /flux_${FLUX} _linux_amd64.tar.gz | \
3939tar xz && mv flux /usr/local/bin/flux
You can’t perform that action at this time.
0 commit comments