Skip to content

Commit eee7834

Browse files
hongye-sunk8s-ci-robot
authored andcommitted
increment sdk versions (#1538)
* increment sdk versions * Update cluster binary versions.
1 parent 34cde15 commit eee7834

File tree

2 files changed

+56
-58
lines changed

2 files changed

+56
-58
lines changed

manifests/base/kustomization.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ images:
1717
- name: mysql
1818
newTag: "5.6"
1919
- name: gcr.io/ml-pipeline/api-server
20-
newTag: 0.1.21
20+
newTag: 0.1.22
2121
- name: gcr.io/ml-pipeline/persistenceagent
22-
newTag: 0.1.21
22+
newTag: 0.1.22
2323
- name: gcr.io/ml-pipeline/scheduledworkflow
24-
newTag: 0.1.21
24+
newTag: 0.1.22
2525
- name: gcr.io/ml-pipeline/frontend
26-
newTag: 0.1.21
26+
newTag: 0.1.22
2727
- name: gcr.io/ml-pipeline/viewer-crd-controller
28-
newTag: 0.1.21
28+
newTag: 0.1.22
2929
- name: gcr.io/ml-pipeline/inverse-proxy-agent
30-
newTag: 0.1.21
30+
newTag: 0.1.22

manifests/namespaced-install.yaml

+50-52
Original file line numberDiff line numberDiff line change
@@ -238,38 +238,6 @@ rules:
238238
---
239239
apiVersion: rbac.authorization.k8s.io/v1beta1
240240
kind: Role
241-
metadata:
242-
name: ml-pipeline-viewer-controller-role
243-
namespace: kubeflow
244-
rules:
245-
- apiGroups:
246-
- '*'
247-
resources:
248-
- deployments
249-
- services
250-
verbs:
251-
- create
252-
- get
253-
- list
254-
- watch
255-
- update
256-
- patch
257-
- delete
258-
- apiGroups:
259-
- kubeflow.org
260-
resources:
261-
- viewers
262-
verbs:
263-
- create
264-
- get
265-
- list
266-
- watch
267-
- update
268-
- patch
269-
- delete
270-
---
271-
apiVersion: rbac.authorization.k8s.io/v1beta1
272-
kind: Role
273241
metadata:
274242
labels:
275243
app: ml-pipeline
@@ -383,6 +351,37 @@ rules:
383351
verbs:
384352
- '*'
385353
---
354+
apiVersion: rbac.authorization.k8s.io/v1beta1
355+
kind: ClusterRole
356+
metadata:
357+
name: ml-pipeline-viewer-controller-role
358+
rules:
359+
- apiGroups:
360+
- '*'
361+
resources:
362+
- deployments
363+
- services
364+
verbs:
365+
- create
366+
- get
367+
- list
368+
- watch
369+
- update
370+
- patch
371+
- delete
372+
- apiGroups:
373+
- kubeflow.org
374+
resources:
375+
- viewers
376+
verbs:
377+
- create
378+
- get
379+
- list
380+
- watch
381+
- update
382+
- patch
383+
- delete
384+
---
386385
apiVersion: rbac.authorization.k8s.io/v1
387386
kind: RoleBinding
388387
metadata:
@@ -443,20 +442,6 @@ subjects:
443442
---
444443
apiVersion: rbac.authorization.k8s.io/v1beta1
445444
kind: RoleBinding
446-
metadata:
447-
name: ml-pipeline-viewer-crd-binding
448-
namespace: kubeflow
449-
roleRef:
450-
apiGroup: rbac.authorization.k8s.io
451-
kind: Role
452-
name: ml-pipeline-viewer-controller-role
453-
subjects:
454-
- kind: ServiceAccount
455-
name: ml-pipeline-viewer-crd-service-account
456-
namespace: kubeflow
457-
---
458-
apiVersion: rbac.authorization.k8s.io/v1beta1
459-
kind: RoleBinding
460445
metadata:
461446
labels:
462447
app: ml-pipeline
@@ -501,6 +486,19 @@ subjects:
501486
name: proxy-agent-runner
502487
namespace: kubeflow
503488
---
489+
apiVersion: rbac.authorization.k8s.io/v1beta1
490+
kind: ClusterRoleBinding
491+
metadata:
492+
name: ml-pipeline-viewer-crd-binding
493+
roleRef:
494+
apiGroup: rbac.authorization.k8s.io
495+
kind: ClusterRole
496+
name: ml-pipeline-viewer-controller-role
497+
subjects:
498+
- kind: ServiceAccount
499+
name: ml-pipeline-viewer-crd-service-account
500+
namespace: kubeflow
501+
---
504502
apiVersion: v1
505503
data:
506504
config: |
@@ -654,7 +652,7 @@ spec:
654652
- env:
655653
- name: NAMESPACE
656654
value: kubeflow
657-
image: gcr.io/ml-pipeline/persistenceagent:0.1.21
655+
image: gcr.io/ml-pipeline/persistenceagent:0.1.22
658656
imagePullPolicy: IfNotPresent
659657
name: ml-pipeline-persistenceagent
660658
serviceAccountName: ml-pipeline-persistenceagent
@@ -679,7 +677,7 @@ spec:
679677
- env:
680678
- name: NAMESPACE
681679
value: kubeflow
682-
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.21
680+
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.22
683681
imagePullPolicy: IfNotPresent
684682
name: ml-pipeline-scheduledworkflow
685683
serviceAccountName: ml-pipeline-scheduledworkflow
@@ -704,7 +702,7 @@ spec:
704702
- env:
705703
- name: MINIO_NAMESPACE
706704
value: kubeflow
707-
image: gcr.io/ml-pipeline/frontend:0.1.21
705+
image: gcr.io/ml-pipeline/frontend:0.1.22
708706
imagePullPolicy: IfNotPresent
709707
name: ml-pipeline-ui
710708
ports:
@@ -731,7 +729,7 @@ spec:
731729
- env:
732730
- name: MAX_NUM_VIEWERS
733731
value: "50"
734-
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.21
732+
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.22
735733
imagePullPolicy: Always
736734
name: ml-pipeline-viewer-crd
737735
serviceAccountName: ml-pipeline-viewer-crd-service-account
@@ -758,7 +756,7 @@ spec:
758756
valueFrom:
759757
fieldRef:
760758
fieldPath: metadata.namespace
761-
image: gcr.io/ml-pipeline/api-server:0.1.21
759+
image: gcr.io/ml-pipeline/api-server:0.1.22
762760
imagePullPolicy: IfNotPresent
763761
name: ml-pipeline-api-server
764762
ports:
@@ -816,7 +814,7 @@ spec:
816814
app: proxy-agent
817815
spec:
818816
containers:
819-
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.21
817+
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.22
820818
imagePullPolicy: IfNotPresent
821819
name: proxy-agent
822820
serviceAccountName: proxy-agent-runner

0 commit comments

Comments
 (0)