Update Weave GitOps to v0.41.0 to support HelmRelease v2 API
All checks were successful
Deploy Cluster / Terraform (push) Successful in 37s
Deploy Cluster / Ansible (push) Successful in 4m30s

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.
This commit is contained in:
2026-03-24 01:33:10 +00:00
parent 45c899d2bd
commit e47ec2a3e7

View File

@@ -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