Skip to content

Commit

Permalink
Merge pull request #257 from davealtena/renovate/flux
Browse files Browse the repository at this point in the history
feat(container): update flux group to v0.16.0 (minor)
  • Loading branch information
davealtena authored Feb 26, 2025
2 parents 8cc78fe + d9a8efb commit 7d754e8
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 @@ -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
4 changes: 2 additions & 2 deletions kubernetes/bootstrap/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,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:
- ../apps/flux-system/flux-operator/app/helm-values.yaml

- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.15.0
version: 0.16.0
wait: false
values:
- ../apps/flux-system/flux-operator/instance/helm-values.yaml
Expand Down

0 comments on commit 7d754e8

Please sign in to comment.