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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user