Skip to content

Commit a16f380

Browse files
jingzhang36k8s-ci-robot
authored andcommitted
Increase version in namespaced-install.yaml too (#1684)
1 parent 80d1640 commit a16f380

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

manifests/namespaced-install.yaml

+52-52
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,38 @@ 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
241273
metadata:
242274
labels:
243275
app: ml-pipeline
@@ -359,38 +391,6 @@ rules:
359391
verbs:
360392
- '*'
361393
---
362-
apiVersion: rbac.authorization.k8s.io/v1beta1
363-
kind: Role
364-
metadata:
365-
name: ml-pipeline-viewer-controller-role
366-
namespace: kubeflow
367-
rules:
368-
- apiGroups:
369-
- '*'
370-
resources:
371-
- deployments
372-
- services
373-
verbs:
374-
- create
375-
- get
376-
- list
377-
- watch
378-
- update
379-
- patch
380-
- delete
381-
- apiGroups:
382-
- kubeflow.org
383-
resources:
384-
- viewers
385-
verbs:
386-
- create
387-
- get
388-
- list
389-
- watch
390-
- update
391-
- patch
392-
- delete
393-
---
394394
apiVersion: rbac.authorization.k8s.io/v1
395395
kind: RoleBinding
396396
metadata:
@@ -451,6 +451,20 @@ subjects:
451451
---
452452
apiVersion: rbac.authorization.k8s.io/v1beta1
453453
kind: RoleBinding
454+
metadata:
455+
name: ml-pipeline-viewer-crd-binding
456+
namespace: kubeflow
457+
roleRef:
458+
apiGroup: rbac.authorization.k8s.io
459+
kind: Role
460+
name: ml-pipeline-viewer-controller-role
461+
subjects:
462+
- kind: ServiceAccount
463+
name: ml-pipeline-viewer-crd-service-account
464+
namespace: kubeflow
465+
---
466+
apiVersion: rbac.authorization.k8s.io/v1beta1
467+
kind: RoleBinding
454468
metadata:
455469
labels:
456470
app: ml-pipeline
@@ -495,20 +509,6 @@ subjects:
495509
name: proxy-agent-runner
496510
namespace: kubeflow
497511
---
498-
apiVersion: rbac.authorization.k8s.io/v1beta1
499-
kind: RoleBinding
500-
metadata:
501-
name: ml-pipeline-viewer-crd-binding
502-
namespace: kubeflow
503-
roleRef:
504-
apiGroup: rbac.authorization.k8s.io
505-
kind: Role
506-
name: ml-pipeline-viewer-controller-role
507-
subjects:
508-
- kind: ServiceAccount
509-
name: ml-pipeline-viewer-crd-service-account
510-
namespace: kubeflow
511-
---
512512
apiVersion: v1
513513
data:
514514
config: |
@@ -662,7 +662,7 @@ spec:
662662
- env:
663663
- name: NAMESPACE
664664
value: kubeflow
665-
image: gcr.io/ml-pipeline/persistenceagent:0.1.24
665+
image: gcr.io/ml-pipeline/persistenceagent:0.1.25
666666
imagePullPolicy: IfNotPresent
667667
name: ml-pipeline-persistenceagent
668668
serviceAccountName: ml-pipeline-persistenceagent
@@ -687,7 +687,7 @@ spec:
687687
- env:
688688
- name: NAMESPACE
689689
value: kubeflow
690-
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.24
690+
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.25
691691
imagePullPolicy: IfNotPresent
692692
name: ml-pipeline-scheduledworkflow
693693
serviceAccountName: ml-pipeline-scheduledworkflow
@@ -712,7 +712,7 @@ spec:
712712
- env:
713713
- name: MINIO_NAMESPACE
714714
value: kubeflow
715-
image: gcr.io/ml-pipeline/frontend:0.1.24
715+
image: gcr.io/ml-pipeline/frontend:0.1.25
716716
imagePullPolicy: IfNotPresent
717717
name: ml-pipeline-ui
718718
ports:
@@ -741,7 +741,7 @@ spec:
741741
value: kubeflow
742742
- name: MAX_NUM_VIEWERS
743743
value: "50"
744-
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.24
744+
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.25
745745
imagePullPolicy: Always
746746
name: ml-pipeline-viewer-crd
747747
serviceAccountName: ml-pipeline-viewer-crd-service-account
@@ -768,7 +768,7 @@ spec:
768768
valueFrom:
769769
fieldRef:
770770
fieldPath: metadata.namespace
771-
image: gcr.io/ml-pipeline/api-server:0.1.24
771+
image: gcr.io/ml-pipeline/api-server:0.1.25
772772
imagePullPolicy: IfNotPresent
773773
name: ml-pipeline-api-server
774774
ports:
@@ -826,7 +826,7 @@ spec:
826826
app: proxy-agent
827827
spec:
828828
containers:
829-
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.24
829+
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.25
830830
imagePullPolicy: IfNotPresent
831831
name: proxy-agent
832832
serviceAccountName: proxy-agent-runner

0 commit comments

Comments
 (0)