From e47ec2a3e7cb64a0eeb01a3d31660b8266136eaa Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Tue, 24 Mar 2026 01:33:10 +0000 Subject: [PATCH] Update Weave GitOps to v0.41.0 to support HelmRelease v2 API Fixes error: 'no matches for kind HelmRelease in version v2beta1' The cluster uses HelmRelease v2 API but Weave GitOps v0.38.0 was looking for the old v2beta1 API. Updated image tag to v0.41.0 which supports the newer API version. --- infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml b/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml index a57b243..589b7df 100644 --- a/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml +++ b/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml @@ -21,6 +21,9 @@ spec: remediation: retries: 3 values: + image: + repository: ghcr.io/weaveworks/wego-app + tag: v0.41.0 service: type: ClusterIP port: 9001