Skip to content

Commit 2e1d3d5

Browse files
authored
Merge pull request #159 from projectsyn/fix/argocd-crd-apiversion
Use `v1beta1` when listing ArgoCD custom resources
2 parents 52dff4e + 28467ae commit 2e1d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/argocd/argocd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func Apply(ctx context.Context, config *rest.Config, namespace, operatorNamespac
5555

5656
gvr := schema.GroupVersionResource{
5757
Group: "argoproj.io",
58-
Version: "v1alpha1",
58+
Version: "v1beta1",
5959
Resource: "argocds",
6060
}
6161

0 commit comments

Comments
 (0)