Skip to content

Commit 53b3c5e

Browse files
feat(container): update flux-operator group
1 parent b793f07 commit 53b3c5e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

templates/config/bootstrap/helmfile.d/01-apps.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ releases:
4242
- name: flux-operator
4343
namespace: flux-system
4444
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
45-
version: 0.33.0
45+
version: 0.35.0
4646
values: ['./templates/values.yaml.gotmpl']
4747
needs: ['cert-manager/cert-manager']
4848

4949
- name: flux-instance
5050
namespace: flux-system
5151
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
52-
version: 0.33.0
52+
version: 0.35.0
5353
values: ['./templates/values.yaml.gotmpl']
5454
needs: ['flux-system/flux-operator']

templates/config/kubernetes/apps/flux-system/flux-instance/app/helmrelease.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
values:
1212
instance:
1313
distribution:
14-
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.33.0
14+
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.35.0
1515
version: 2.x
1616
cluster:
1717
networkPolicy: false

templates/config/kubernetes/apps/flux-system/flux-instance/app/ocirepository.yaml.j2

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

templates/config/kubernetes/apps/flux-system/flux-operator/app/ocirepository.yaml.j2

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

0 commit comments

Comments
 (0)