From aef8026bfc9124aa6476c71d1bff57cff05ff0eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:37:37 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20ghcr.io/cont?= =?UTF-8?q?rolplaneio-fluxcd/charts/flux-instance=20(=200.45.0=20=E2=86=92?= =?UTF-8?q?=200.45.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------------------------------------------------- | ------ | ------ | | docker | ghcr.io/controlplaneio-fluxcd/charts/flux-instance | 0.45.0 | 0.45.1 | --- .../flux-system/flux-operator/instance/ocirepository.yaml | 2 +- clusters/chongus/bootstrap/helmfile.d/01-apps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-apps/chongus/flux-system/flux-operator/instance/ocirepository.yaml b/cluster-apps/chongus/flux-system/flux-operator/instance/ocirepository.yaml index 91c29197..40acab65 100644 --- a/cluster-apps/chongus/flux-system/flux-operator/instance/ocirepository.yaml +++ b/cluster-apps/chongus/flux-system/flux-operator/instance/ocirepository.yaml @@ -10,7 +10,7 @@ spec: mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip operation: copy ref: - tag: 0.45.0 + tag: 0.45.1 url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance verify: provider: cosign diff --git a/clusters/chongus/bootstrap/helmfile.d/01-apps.yaml b/clusters/chongus/bootstrap/helmfile.d/01-apps.yaml index a231ed3c..d15e05dd 100644 --- a/clusters/chongus/bootstrap/helmfile.d/01-apps.yaml +++ b/clusters/chongus/bootstrap/helmfile.d/01-apps.yaml @@ -56,7 +56,7 @@ releases: - name: flux-instance namespace: flux-system chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance - version: 0.45.0 + version: 0.45.1 wait: false values: - "../../../../cluster-apps/chongus/flux-system/flux-operator/instance/values.yaml"