Skip to content

Commit

Permalink
feat(container): update flux ( 0.13.0 → 0.14.0 )
Browse files Browse the repository at this point in the history
| datasource | package                                            | from   | to     |
| ---------- | -------------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/controlplaneio-fluxcd/charts/flux-instance | 0.13.0 | 0.14.0 |
| docker     | ghcr.io/controlplaneio-fluxcd/charts/flux-operator | 0.13.0 | 0.14.0 |
  • Loading branch information
terminator-bot[bot] authored Feb 12, 2025
1 parent b6ca11c commit 8e71b9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/flux-system/flux-operator/app/hr.yaml
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.14.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/flux-system/flux-operator/instance/hr.yaml
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.14.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/bootstrap/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.13.0
version: 0.14.0
values:
- ../../apps/flux-system/flux-operator/app/helm-values.yaml
needs:
Expand All @@ -42,7 +42,7 @@ releases:
- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.13.0
version: 0.14.0
wait: false
values:
- ../../apps/flux-system/flux-operator/instance/helm-values.yaml
Expand Down

0 comments on commit 8e71b9b

Please sign in to comment.