From 8745bcda47265b4fcdb8768c1f95509648281d09 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Tue, 24 Mar 2026 01:39:48 +0000 Subject: [PATCH] Fix Weave GitOps image tag - remove invalid v0.41.0 The version v0.41.0 doesn't exist in the registry. Removing explicit image tag to let the chart use its default compatible version. --- infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml b/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml index 589b7df..a57b243 100644 --- a/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml +++ b/infrastructure/addons/flux-ui/helmrelease-weave-gitops.yaml @@ -21,9 +21,6 @@ spec: remediation: retries: 3 values: - image: - repository: ghcr.io/weaveworks/wego-app - tag: v0.41.0 service: type: ClusterIP port: 9001