Skip to content

Commit

Permalink
feat(container): update flux operator group ( 0.12.0 → 0.13.0 ) (#1490)
Browse files Browse the repository at this point in the history
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Jan 12, 2025
1 parent 63325dc commit a3486fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: flux-operator
version: 0.12.0
version: 0.13.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: flux-instance
version: 0.12.0
version: 0.13.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.12.0
version: 0.13.0
values:
- ../apps/flux-system/flux-operator/app/values.yaml
needs:
Expand All @@ -78,7 +78,7 @@ releases:
- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.12.0
version: 0.13.0
wait: false
values:
- ../apps/flux-system/flux-operator/instance/values.yaml
Expand Down

0 comments on commit a3486fc

Please sign in to comment.