Skip to content

Commit 7922624

Browse files
feat(container): update flux operator group
1 parent b7d97c7 commit 7922624

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/bootstrap/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ releases:
1515
- name: flux-operator
1616
namespace: flux-system
1717
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
18-
version: 0.32.0
18+
version: 0.33.0
1919
wait: true
2020
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/clusters/{{ requiredEnv "CLUSTER_ID"}}/flux-system/flux-operator/app/values.yaml']
2121

2222
- name: flux-instance
2323
namespace: flux-system
2424
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
25-
version: 0.32.0
25+
version: 0.33.0
2626
wait: true
2727
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/clusters/{{ requiredEnv "CLUSTER_ID"}}/flux-system/flux-instance/app/values.yaml']
2828
needs: ['flux-system/flux-operator']

kubernetes/clusters/cluster-00/flux-system/flux-instance/app/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
instance:
44
distribution:
5-
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.32.0
5+
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.33.0
66
version: 2.x
77
components:
88
- source-controller

0 commit comments

Comments
 (0)