Skip to content

Commit

Permalink
feat(container): update flux operator group ( 0.15.0 → 0.16.0 )
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-ross[bot] authored Feb 25, 2025
1 parent 76ff7b6 commit 8cbead7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.15.0
version: 0.16.0
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/flux-system/flux-operator/app/helm-values.yaml']
needs: ['external-secrets/external-secrets']

- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.15.0
version: 0.16.0
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/flux-system/flux-operator/instance/helm-values.yaml']
needs: ['flux-system/flux-operator']
wait: false
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: flux-operator
version: 0.15.0
version: 0.16.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.15.0
version: 0.16.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down

0 comments on commit 8cbead7

Please sign in to comment.