Skip to content

Commit d0929db

Browse files
feat(container): update flux operator group ( 0.25.0 → 0.26.0 )
| datasource | package | from | to | | ---------- | -------------------------------------------------- | ------ | ------ | | docker | ghcr.io/controlplaneio-fluxcd/charts/flux-instance | 0.25.0 | 0.26.0 | | docker | ghcr.io/controlplaneio-fluxcd/charts/flux-operator | 0.25.0 | 0.26.0 |
1 parent d45dc50 commit d0929db

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

kubernetes/core/flux-instance/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: flux-instance
12-
version: 0.25.0
12+
version: 0.26.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: controlplaneio

kubernetes/core/flux-operator/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: flux-operator
12-
version: 0.25.0
12+
version: 0.26.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: controlplaneio

kubernetes/hacks/helmfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ releases:
4747
- name: flux-operator
4848
namespace: flux-system
4949
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
50-
version: 0.25.0
50+
version: 0.26.0
5151
values: ["../core/flux-operator/values.yml"]
5252
needs: ["security/cert-manager"]
5353
- name: flux-instance
5454
namespace: flux-system
5555
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
56-
version: 0.25.0
56+
version: 0.26.0
5757
wait: false
5858
values: ["../core/flux-instance/values.yml"]
5959
needs: ["flux-system/flux-operator"]

0 commit comments

Comments
 (0)