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 @@ -10,7 +10,7 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.43.0
tag: 0.45.1
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
verify:
provider: cosign
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.43.0
tag: 0.45.1
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
verify:
provider: cosign
4 changes: 2 additions & 2 deletions kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ releases:
namespace: flux-system
atomic: true
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.43.0
version: 0.45.1
values:
- >-
{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/flux-system/flux-operator/app/values.yaml
Expand All @@ -85,7 +85,7 @@ releases:
namespace: flux-system
atomic: true
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.43.0
version: 0.45.1
wait: false
values:
- >-
Expand Down
Loading