Skip to content

Commit c003a60

Browse files
authored
feat: upgrade argo to version 3.0 (cnoe-io#536)
Signed-off-by: Caleb Boylan <calebboylan@gmail.com>
1 parent dfd5751 commit c003a60

3 files changed

Lines changed: 4003 additions & 244 deletions

File tree

hack/argo-cd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.7/manifests/install.yaml
4+
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml
55

66
patches:
77
- path: dex-server.yaml

pkg/controllers/localbuild/argo_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ func TestGetK8sInstallResources(t *testing.T) {
8080
t.Fatalf("GetK8sInstallResources() error: %v", err)
8181
}
8282

83-
if len(objs) != 58 {
84-
t.Fatalf("Expected 58 Argo Install Resources, got: %d", len(objs))
83+
if len(objs) != 60 {
84+
t.Fatalf("Expected 60 Argo Install Resources, got: %d", len(objs))
8585
}
8686
}
8787

0 commit comments

Comments
 (0)