Skip to content

Commit c7773e6

Browse files
committed
Update Flux to v2.6.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent be902f3 commit c7773e6

File tree

4 files changed

+738
-94
lines changed

4 files changed

+738
-94
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
kind create cluster \
4747
--config ./test/cluster/kind.yaml \
48-
--image ghcr.io/fluxcd/kindest/node:v1.30.0-amd64
48+
--image ghcr.io/fluxcd/kindest/node:v1.33.0-amd64
4949
- name: Push modules
5050
run: |
5151
timoni mod push ./modules/flux-aio ${FLUX_MODULE_URL} -v ${FLUX_MODULE_VERSION}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flux-aio
22

3-
[![flux](https://img.shields.io/badge/flux-v2.5.0-9cf)](https://fluxcd.io)
3+
[![flux](https://img.shields.io/badge/flux-v2.6.0-9cf)](https://fluxcd.io)
44
[![test](https://github.com/stefanprodan/flux-aio/workflows/test/badge.svg)](https://github.com/stefanprodan/flux-aio/actions)
55
[![license](https://img.shields.io/github/license/stefanprodan/flux-aio.svg)](https://github.com/stefanprodan/flux-aio/blob/main/LICENSE)
66
[![release](https://img.shields.io/github/release/stefanprodan/flux-aio/all.svg)](https://github.com/stefanprodan/flux-aio/releases)
@@ -18,7 +18,7 @@ This distribution is optimized for running [Flux](https://fluxcd.io) on:
1818
- Serverless clusters for cost optimisation (EKS Fargate)
1919

2020
The versioning of this distribution follows semver with the following format:
21-
`<flux version>-<distribution release number>`, e.g. `2.5.0-0`.
21+
`<flux version>-<distribution release number>`, e.g. `2.6.0-0`.
2222

2323
## Documentation
2424

0 commit comments

Comments
 (0)