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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: flux-operator
version: 0.13.0
version: 0.33.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: flux-instance
version: 0.13.0
version: 0.33.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.13.0
version: 0.33.0
values:
- ../apps/flux-system/flux-operator/app/helm-values.yaml
needs:
Expand All @@ -59,7 +59,7 @@ releases:
- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.13.0
version: 0.33.0
wait: false
values:
- ../apps/flux-system/flux-operator/instance/helm-values.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: flux-operator
version: 0.13.0
version: 0.33.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: flux-instance
version: 0.13.0
version: 0.33.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
4 changes: 2 additions & 2 deletions templates/config/kubernetes/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.13.0
version: 0.33.0
values:
- ../apps/flux-system/flux-operator/app/helm-values.yaml
needs:
Expand All @@ -59,7 +59,7 @@ releases:
- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.13.0
version: 0.33.0
wait: false
values:
- ../apps/flux-system/flux-operator/instance/helm-values.yaml
Expand Down