Skip to content

Commit b890762

Browse files
author
homelab-runner-sbbh[bot]
authored
feat(container): update flux-operator group ( 0.28.0 ➔ 0.31.0 )
1 parent 540bdfe commit b890762

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

k8s/apps/flux-system/flux-instance/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: 0.28.0
13+
tag: 0.31.0
1414
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
1515
---
1616
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json

k8s/apps/flux-system/flux-operator/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: 0.28.0
13+
tag: 0.31.0
1414
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
1515
---
1616
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json

k8s/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ releases:
7373
- name: flux-operator
7474
namespace: flux-system
7575
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
76-
version: 0.28.0
76+
version: 0.31.0
7777
values: ['apps/flux-system/flux-operator/app/helm/values.yaml']
7878
needs: ['external-secrets/external-secrets']
7979

8080
- name: flux-instance
8181
namespace: flux-system
8282
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
83-
version: 0.28.0
83+
version: 0.31.0
8484
values: ['apps/flux-system/flux-instance/app/helm/values.yaml']
8585
needs: ['flux-system/flux-operator']

0 commit comments

Comments
 (0)