Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bootstrap/helmfile.d/01-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.28.0
version: 0.32.0
values: ['./templates/values.yaml.gotmpl']
needs: ['cert-manager/cert-manager']

- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.28.0
version: 0.32.0
values: ['./templates/values.yaml.gotmpl']
needs: ['flux-system/flux-operator']
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.28.0
tag: 0.32.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.28.0
tag: 0.32.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator