Increase version in namespaced-install.yaml too (#1684)

This commit is contained in:
jingzhang36 2019-07-27 01:13:59 +08:00 committed by Kubernetes Prow Robot
parent 80d16406f6
commit a16f380637
1 changed files with 52 additions and 52 deletions

View File

@ -238,6 +238,38 @@ rules:
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
name: ml-pipeline-viewer-controller-role
namespace: kubeflow
rules:
- apiGroups:
- '*'
resources:
- deployments
- services
verbs:
- create
- get
- list
- watch
- update
- patch
- delete
- apiGroups:
- kubeflow.org
resources:
- viewers
verbs:
- create
- get
- list
- watch
- update
- patch
- delete
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
labels:
app: ml-pipeline
@ -359,38 +391,6 @@ rules:
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
name: ml-pipeline-viewer-controller-role
namespace: kubeflow
rules:
- apiGroups:
- '*'
resources:
- deployments
- services
verbs:
- create
- get
- list
- watch
- update
- patch
- delete
- apiGroups:
- kubeflow.org
resources:
- viewers
verbs:
- create
- get
- list
- watch
- update
- patch
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
@ -451,6 +451,20 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: ml-pipeline-viewer-crd-binding
namespace: kubeflow
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: ml-pipeline-viewer-controller-role
subjects:
- kind: ServiceAccount
name: ml-pipeline-viewer-crd-service-account
namespace: kubeflow
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
labels:
app: ml-pipeline
@ -495,20 +509,6 @@ subjects:
name: proxy-agent-runner
namespace: kubeflow
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: ml-pipeline-viewer-crd-binding
namespace: kubeflow
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: ml-pipeline-viewer-controller-role
subjects:
- kind: ServiceAccount
name: ml-pipeline-viewer-crd-service-account
namespace: kubeflow
---
apiVersion: v1
data:
config: |
@ -662,7 +662,7 @@ spec:
- env:
- name: NAMESPACE
value: kubeflow
image: gcr.io/ml-pipeline/persistenceagent:0.1.24
image: gcr.io/ml-pipeline/persistenceagent:0.1.25
imagePullPolicy: IfNotPresent
name: ml-pipeline-persistenceagent
serviceAccountName: ml-pipeline-persistenceagent
@ -687,7 +687,7 @@ spec:
- env:
- name: NAMESPACE
value: kubeflow
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.24
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.25
imagePullPolicy: IfNotPresent
name: ml-pipeline-scheduledworkflow
serviceAccountName: ml-pipeline-scheduledworkflow
@ -712,7 +712,7 @@ spec:
- env:
- name: MINIO_NAMESPACE
value: kubeflow
image: gcr.io/ml-pipeline/frontend:0.1.24
image: gcr.io/ml-pipeline/frontend:0.1.25
imagePullPolicy: IfNotPresent
name: ml-pipeline-ui
ports:
@ -741,7 +741,7 @@ spec:
value: kubeflow
- name: MAX_NUM_VIEWERS
value: "50"
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.24
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.25
imagePullPolicy: Always
name: ml-pipeline-viewer-crd
serviceAccountName: ml-pipeline-viewer-crd-service-account
@ -768,7 +768,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/api-server:0.1.24
image: gcr.io/ml-pipeline/api-server:0.1.25
imagePullPolicy: IfNotPresent
name: ml-pipeline-api-server
ports:
@ -826,7 +826,7 @@ spec:
app: proxy-agent
spec:
containers:
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.24
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.25
imagePullPolicy: IfNotPresent
name: proxy-agent
serviceAccountName: proxy-agent-runner