@@ -8,15 +8,13 @@ resources:
8
8
- ./customresourcedefinitions/scheduledworkflows.yaml
9
9
10
10
# Roles
11
- - ./roles/kubeflow-pipelines-metadata-writer-role.yaml
12
11
- ./roles/ml-pipeline-persistenceagent-role.yaml
13
12
- ./roles/ml-pipeline-scheduledworkflow-role.yaml
14
13
- ./roles/ml-pipeline-viewer-controller-role.yaml
15
14
- ./roles/ml-pipeline.yaml
16
15
- ./roles/pipeline-runner.yaml
17
16
18
17
# Rolebindings
19
- - ./rolebindings/kubeflow-pipelines-metadata-writer-binding.yaml
20
18
- ./rolebindings/ml-pipeline-persistenceagent-binding.yaml
21
19
- ./rolebindings/ml-pipeline-scheduledworkflow-binding.yaml
22
20
- ./rolebindings/ml-pipeline-viewer-crd-binding.yaml
@@ -25,9 +23,7 @@ resources:
25
23
26
24
# ServiceAccounts
27
25
- ./serviceaccounts/kubeflow-pipelines-container-builder.yaml
28
- - ./serviceaccounts/kubeflow-pipelines-metadata-writer.yaml
29
26
- ./serviceaccounts/kubeflow-pipelines-viewer.yaml
30
- - ./serviceaccounts/metadata-grpc-server.yaml
31
27
- ./serviceaccounts/ml-pipeline-persistenceagent.yaml
32
28
- ./serviceaccounts/ml-pipeline-scheduledworkflow.yaml
33
29
- ./serviceaccounts/ml-pipeline-viewer-crd-service-account.yaml
@@ -40,18 +36,13 @@ resources:
40
36
- ./configmaps/pipeline-install-config.yaml
41
37
42
38
# Deployments
43
- - ./deployments/metadata-envoy-deployment.yaml
44
- - ./deployments/metadata-grpc-deployment.yaml
45
- - ./deployments/metadata-writer.yaml
46
39
- ./deployments/ml-pipeline-persistenceagent.yaml
47
40
- ./deployments/ml-pipeline-scheduledworkflow.yaml
48
41
- ./deployments/ml-pipeline-viewer-crd.yaml
49
42
- ./deployments/ml-pipeline-visualizationserver.yaml
50
43
- ./deployments/ml-pipeline.yaml
51
44
52
45
# Services
53
- - ./services/metadata-envoy-service.yaml
54
- - ./services/metadata-grpc-service.yaml
55
46
- ./services/ml-pipeline-visualizationserver.yaml
56
47
- ./services/ml-pipeline.yaml
57
48
@@ -105,15 +96,6 @@ configurations:
105
96
- params.yaml
106
97
107
98
images :
108
- - name : metadata-envoy
109
- newName : gcr.io/ml-pipeline/metadata-envoy
110
- newTag : 1.7.0
111
- - name : metadata-grpc
112
- newName : gcr.io/tfx-oss-public/ml_metadata_store_server
113
- newTag : 1.0.0
114
- - name : metadata-writer
115
- newName : quay.io/internaldatahub/metadata-writer
116
- newTag : 1.1.0
117
99
- name : persistenceagent
118
100
newName : quay.io/internaldatahub/persistenceagent
119
101
newTag : 1.1.0
0 commit comments