Skip to content

Commit

Permalink
test(kfp): Upgrade to 1.8.0-rc.3 (kubeflow#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Feb 15, 2022
1 parent 5a610d0 commit 8fae9ff
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 29 deletions.
27 changes: 14 additions & 13 deletions acm-repos/kfp-standalone-1/kfp-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,7 @@ rules:
- kubeflow.org
resources:
- scheduledworkflows
- scheduledworkflows/finalizers
verbs:
- create
- get
Expand Down Expand Up @@ -1827,7 +1828,7 @@ apiVersion: v1
data:
ConMaxLifeTime: 120s
appName: kfp-standalone-1
appVersion: 1.8.0-rc.2
appVersion: 1.8.0-rc.3
autoUpdatePipelineDefaultVersion: "true"
bucketName: mlpipeline
cacheDb: cachedb
Expand Down Expand Up @@ -2173,7 +2174,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/cache-deployer:1.8.0-rc.2
image: gcr.io/ml-pipeline/cache-deployer:1.8.0-rc.3
imagePullPolicy: Always
name: main
restartPolicy: Always
Expand Down Expand Up @@ -2250,7 +2251,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/cache-server:1.8.0-rc.2
image: gcr.io/ml-pipeline/cache-server:1.8.0-rc.3
imagePullPolicy: Always
name: server
ports:
Expand Down Expand Up @@ -2335,7 +2336,7 @@ spec:
component: metadata-envoy
spec:
containers:
- image: gcr.io/ml-pipeline/metadata-envoy:1.8.0-rc.2
- image: gcr.io/ml-pipeline/metadata-envoy:1.8.0-rc.3
name: container
ports:
- containerPort: 9090
Expand Down Expand Up @@ -2445,7 +2446,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/metadata-writer:1.8.0-rc.2
image: gcr.io/ml-pipeline/metadata-writer:1.8.0-rc.3
name: main
serviceAccountName: kubeflow-pipelines-metadata-writer
---
Expand Down Expand Up @@ -2581,7 +2582,7 @@ spec:
secretKeyRef:
key: secretkey
name: mlpipeline-minio-artifact
image: gcr.io/ml-pipeline/api-server:1.8.0-rc.2
image: gcr.io/ml-pipeline/api-server:1.8.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -2650,7 +2651,7 @@ spec:
value: "86400"
- name: NUM_WORKERS
value: "2"
image: gcr.io/ml-pipeline/persistenceagent:1.8.0-rc.2
image: gcr.io/ml-pipeline/persistenceagent:1.8.0-rc.3
imagePullPolicy: IfNotPresent
name: ml-pipeline-persistenceagent
resources:
Expand Down Expand Up @@ -2691,7 +2692,7 @@ spec:
configMapKeyRef:
key: cronScheduleTimezone
name: pipeline-install-config
image: gcr.io/ml-pipeline/scheduledworkflow:1.8.0-rc.2
image: gcr.io/ml-pipeline/scheduledworkflow:1.8.0-rc.3
imagePullPolicy: IfNotPresent
name: ml-pipeline-scheduledworkflow
serviceAccountName: ml-pipeline-scheduledworkflow
Expand Down Expand Up @@ -2737,7 +2738,7 @@ spec:
name: mlpipeline-minio-artifact
- name: ALLOW_CUSTOM_VISUALIZATIONS
value: "true"
image: gcr.io/ml-pipeline/frontend:1.8.0-rc.2
image: gcr.io/ml-pipeline/frontend:1.8.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -2809,7 +2810,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/viewer-crd-controller:1.8.0-rc.2
image: gcr.io/ml-pipeline/viewer-crd-controller:1.8.0-rc.3
imagePullPolicy: Always
name: ml-pipeline-viewer-crd
serviceAccountName: ml-pipeline-viewer-crd-service-account
Expand All @@ -2836,7 +2837,7 @@ spec:
application-crd-id: kubeflow-pipelines
spec:
containers:
- image: gcr.io/ml-pipeline/visualization-server:1.8.0-rc.2
- image: gcr.io/ml-pipeline/visualization-server:1.8.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -2944,7 +2945,7 @@ spec:
- env:
- name: PROXY_URL
value: https://datalab-staging.cloud.google.com/tun/m/4592f092208ecc84946b8f8f8016274df1b36a14
image: gcr.io/ml-pipeline/inverse-proxy-agent:1.8.0-rc.2
image: gcr.io/ml-pipeline/inverse-proxy-agent:1.8.0-rc.3
imagePullPolicy: IfNotPresent
name: proxy-agent
hostNetwork: true
Expand Down Expand Up @@ -3054,7 +3055,7 @@ spec:
url: https://github.com/kubeflow/pipelines
notes: Please go to [Hosted Kubeflow Pipelines Console](https://console.cloud.google.com/ai-platform/pipelines/clusters).
type: Kubeflow Pipelines
version: 1.8.0-rc.2
version: 1.8.0-rc.3
info:
- name: Console
value: https://console.cloud.google.com/ai-platform/pipelines/clusters
Expand Down
2 changes: 1 addition & 1 deletion test-infra/kfp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KFP_STANDALONE_1_DIR=$(ACM_REPOS)/kfp-standalone-1

# Please edit the following version before running:
# make kfp-update
PIPELINES_VERSION?=1.8.0-rc.2
PIPELINES_VERSION?=1.8.0-rc.3
PIPELINES_SRC_REPO=https://github.com/kubeflow/pipelines.git

all: hydrate hydrate-kfp-manifests vet-kfp-manifests
Expand Down
6 changes: 3 additions & 3 deletions test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ upstream:
git:
repo: https://github.com/kubeflow/pipelines
directory: /manifests/kustomize
ref: 1.8.0-rc.2
ref: 1.8.0-rc.3
updateStrategy: resource-merge
upstreamLock:
type: git
git:
repo: https://github.com/kubeflow/pipelines
directory: /manifests/kustomize
ref: 1.8.0-rc.2
commit: bbdbcd9f1def4abf0379df8df8caa20efa3935cc
ref: 1.8.0-rc.3
commit: 6cef20fe02ef4961c41348f5ba8e64967b668138
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ commonLabels:
app: cache-deployer
images:
- name: gcr.io/ml-pipeline/cache-deployer
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ commonLabels:
app: cache-server
images:
- name: gcr.io/ml-pipeline/cache-server
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
until the changes take effect. A quick way to restart all deployments in a
namespace: `kubectl rollout restart deployment -n <your-namespace>`.
appName: pipeline
appVersion: 1.8.0-rc.2
appVersion: 1.8.0-rc.3
dbHost: mysql
dbPort: "3306"
mlmdDb: metadb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rules:
- kubeflow.org
resources:
- scheduledworkflows
- scheduledworkflows/finalizers
verbs:
- create
- get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resources:
- metadata-grpc-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-envoy
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ resources:
- kfp-launcher-configmap.yaml
images:
- name: gcr.io/ml-pipeline/api-server
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
- name: gcr.io/ml-pipeline/frontend
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
- name: gcr.io/ml-pipeline/visualization-server
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
- metadata-writer-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-writer
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rules:
- kubeflow.org
resources:
- scheduledworkflows
- scheduledworkflows/finalizers
verbs:
- create
- get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
resources:
- proxy-configmap.yaml
- proxy-deployment.yaml
Expand Down

0 comments on commit 8fae9ff

Please sign in to comment.