Skip to content

Commit

Permalink
feat(container): update flux-instance ( 0.12.0 → 0.13.0 ) (#3497)
Browse files Browse the repository at this point in the history
| datasource | package                                            | from   | to     |
| ---------- | -------------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/controlplaneio-fluxcd/charts/flux-instance | 0.12.0 | 0.13.0 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Jan 10, 2025
1 parent 2d79314 commit ce3111e
Show file tree
Hide file tree
Showing 4 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-instance
version: 0.12.0
version: 0.13.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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:
- ../appsflux-system/flux-operator/instance/helm-values.yaml
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.12.0
version: 0.13.0
sourceRef:
kind: HelmRepository
name: controlplaneio
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/utility/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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:
- ../appsflux-system/flux-operator/instance/helm-values.yaml
Expand Down

0 comments on commit ce3111e

Please sign in to comment.