Skip to content

Commit a851583

Browse files
feat(container): update flux-operator group (#2265)
1 parent 4584790 commit a851583

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bootstrap/helmfile.d/01-apps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ releases:
4040
- name: flux-operator
4141
namespace: flux-system
4242
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
43-
version: 0.34.0
43+
version: 0.35.0
4444
values: ['./templates/values.yaml.gotmpl']
4545
needs: ['cert-manager/cert-manager']
4646

4747
- name: flux-instance
4848
namespace: flux-system
4949
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
50-
version: 0.34.0
50+
version: 0.35.0
5151
values: ['./templates/values.yaml.gotmpl']
5252
needs: ['flux-system/flux-operator']

kubernetes/apps/flux-system/flux-instance/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1010
operation: copy
1111
ref:
12-
tag: 0.34.0
12+
tag: 0.35.0
1313
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
1414
---
1515
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -24,7 +24,7 @@ spec:
2424
values:
2525
instance:
2626
distribution:
27-
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.34.0
27+
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.35.0
2828
cluster:
2929
networkPolicy: false
3030
components:

kubernetes/apps/flux-system/flux-operator/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1010
operation: copy
1111
ref:
12-
tag: 0.34.0
12+
tag: 0.35.0
1313
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
1414
---
1515
apiVersion: helm.toolkit.fluxcd.io/v2

0 commit comments

Comments
 (0)