Skip to content

Commit

Permalink
upgrade backend image versions (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongye-sun authored Aug 22, 2019
1 parent c01315a commit 119405d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
14 changes: 7 additions & 7 deletions manifests/kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ images:
- name: argoproj/workflow-controller
newTag: v2.3.0
- name: gcr.io/ml-pipeline/api-server
newTag: 0.1.26
newTag: 0.1.27
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 0.1.26
newTag: 0.1.27
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 0.1.26
newTag: 0.1.27
- name: gcr.io/ml-pipeline/frontend
newTag: 0.1.26
newTag: 0.1.27
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 0.1.26
newTag: 0.1.27
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 0.1.26
newTag: 0.1.27
- name: gcr.io/ml-pipeline/visualization-server
newTag: 0.1.26
newTag: 0.1.27
15 changes: 9 additions & 6 deletions manifests/kustomize/namespaced-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,11 @@ spec:
containers:
- env:
- name: NAMESPACE
value: kubeflow
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/persistenceagent:0.1.26
image: gcr.io/ml-pipeline/persistenceagent:0.1.27
imagePullPolicy: IfNotPresent
name: ml-pipeline-persistenceagent
serviceAccountName: ml-pipeline-persistenceagent
Expand All @@ -710,10 +711,11 @@ spec:
containers:
- env:
- name: NAMESPACE
value: kubeflow
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.26
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.27
imagePullPolicy: IfNotPresent
name: ml-pipeline-scheduledworkflow
serviceAccountName: ml-pipeline-scheduledworkflow
Expand All @@ -737,10 +739,11 @@ spec:
containers:
- env:
- name: MINIO_NAMESPACE
value: kubeflow
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/frontend:0.1.26
image: gcr.io/ml-pipeline/frontend:0.1.27
imagePullPolicy: IfNotPresent
name: ml-pipeline-ui
ports:
Expand Down Expand Up @@ -771,7 +774,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.26
image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.27
imagePullPolicy: Always
name: ml-pipeline-viewer-crd
serviceAccountName: ml-pipeline-viewer-crd-service-account
Expand Down Expand Up @@ -821,7 +824,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/api-server:0.1.26
image: gcr.io/ml-pipeline/api-server:0.1.27
imagePullPolicy: IfNotPresent
name: ml-pipeline-api-server
ports:
Expand Down Expand Up @@ -879,7 +882,7 @@ spec:
app: proxy-agent
spec:
containers:
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.26
- image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.27
imagePullPolicy: IfNotPresent
name: proxy-agent
serviceAccountName: proxy-agent-runner
Expand Down

0 comments on commit 119405d

Please sign in to comment.