Skip to content

Commit a1da20b

Browse files
bot-akira[bot]axeII
authored andcommitted
feat(container): update flux-operator group (0.28.0 → 0.32.0)
Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
1 parent e7b89a2 commit a1da20b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ releases:
4646
namespace: flux-system
4747
atomic: true
4848
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
49-
version: 0.28.0
49+
version: 0.32.0
5050
values: ['../kubernetes/apps/flux-system/flux-operator/app/helm/values.yaml']
5151
needs: ['cert-manager/cert-manager']
5252

5353
- name: flux-instance
5454
namespace: flux-system
5555
atomic: true
5656
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
57-
version: 0.28.0
57+
version: 0.32.0
5858
values: ['../kubernetes/apps/flux-system/flux-instance/app/helm/values.yaml']
5959
needs: ['flux-system/flux-operator']

kubernetes/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.32.0
1414
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
1515
---
1616
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json

kubernetes/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.32.0
1414
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
1515
---
1616
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json

0 commit comments

Comments
 (0)