Skip to content

Commit

Permalink
test(kfp): Upgrade to 1.8.0-rc.2 (kubeflow#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Feb 9, 2022
1 parent 82e607e commit 3d41370
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 294 deletions.
564 changes: 287 additions & 277 deletions acm-repos/kfp-standalone-1/kfp-all.yaml

Large diffs are not rendered by default.

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.1
PIPELINES_VERSION?=1.8.0-rc.2
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.1
ref: 1.8.0-rc.2
updateStrategy: resource-merge
upstreamLock:
type: git
git:
repo: https://github.com/kubeflow/pipelines
directory: /manifests/kustomize
ref: 1.8.0-rc.1
commit: ebadcf271755004d48c9bba8578179435b2850e0
ref: 1.8.0-rc.2
commit: bbdbcd9f1def4abf0379df8df8caa20efa3935cc
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.1
newTag: 1.8.0-rc.2
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.1
newTag: 1.8.0-rc.2
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.1
appVersion: 1.8.0-rc.2
dbHost: mysql
dbPort: "3306"
mlmdDb: metadb
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.1
newTag: 1.8.0-rc.2
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.1
newTag: 1.8.0-rc.2
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 1.8.0-rc.1
newTag: 1.8.0-rc.2
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 1.8.0-rc.1
newTag: 1.8.0-rc.2
- name: gcr.io/ml-pipeline/frontend
newTag: 1.8.0-rc.1
newTag: 1.8.0-rc.2
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 1.8.0-rc.1
newTag: 1.8.0-rc.2
- name: gcr.io/ml-pipeline/visualization-server
newTag: 1.8.0-rc.1
newTag: 1.8.0-rc.2
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.1
newTag: 1.8.0-rc.2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
livenessProbe:
httpGet:
path: /liveness
port: '8090'
port: 8090
# Number of seconds after the container has started before the first probe is scheduled. Defaults to 0.
# Not necessary when the startup probe is in use.
initialDelaySeconds: 0
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.1
newTag: 1.8.0-rc.2
resources:
- proxy-configmap.yaml
- proxy-deployment.yaml
Expand Down

0 comments on commit 3d41370

Please sign in to comment.