We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52dff4e + 28467ae commit 2e1d3d5Copy full SHA for 2e1d3d5
pkg/argocd/argocd.go
@@ -55,7 +55,7 @@ func Apply(ctx context.Context, config *rest.Config, namespace, operatorNamespac
55
56
gvr := schema.GroupVersionResource{
57
Group: "argoproj.io",
58
- Version: "v1alpha1",
+ Version: "v1beta1",
59
Resource: "argocds",
60
}
61
0 commit comments