diff --git a/acm-repos/kfp-standalone-1/kfp-all.yaml b/acm-repos/kfp-standalone-1/kfp-all.yaml index daae8c1e1..ffe1e63ef 100644 --- a/acm-repos/kfp-standalone-1/kfp-all.yaml +++ b/acm-repos/kfp-standalone-1/kfp-all.yaml @@ -2407,7 +2407,7 @@ data: DEFAULT_CACHE_STALENESS: "" MAXIMUM_CACHE_STALENESS: "" appName: kfp-standalone-1 - appVersion: 2.0.3 + appVersion: 2.0.5 autoUpdatePipelineDefaultVersion: "true" bucketName: mlpipeline cacheDb: cachedb @@ -2796,7 +2796,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/cache-deployer:2.0.3 + image: gcr.io/ml-pipeline/cache-deployer:2.0.5 imagePullPolicy: Always name: main restartPolicy: Always @@ -2888,7 +2888,7 @@ spec: fieldPath: metadata.namespace - name: WEBHOOK_PORT value: "8443" - image: gcr.io/ml-pipeline/cache-server:2.0.3 + image: gcr.io/ml-pipeline/cache-server:2.0.5 imagePullPolicy: Always name: server ports: @@ -2930,17 +2930,13 @@ spec: spec: containers: - command: - - /bin/sh - - -c - - | - echo "logs are hidden because volume is too excessive" && - /root/manager 2> /dev/null + - /kube-app-manager env: - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/application-crd-controller:1.0-beta-non-cluster-role + image: gcr.io/ml-pipeline/application-crd-controller:20231101 imagePullPolicy: IfNotPresent name: manager resources: @@ -2977,7 +2973,7 @@ spec: component: metadata-envoy spec: containers: - - image: gcr.io/ml-pipeline/metadata-envoy:2.0.3 + - image: gcr.io/ml-pipeline/metadata-envoy:2.0.5 name: container ports: - containerPort: 9090 @@ -3094,7 +3090,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/metadata-writer:2.0.3 + image: gcr.io/ml-pipeline/metadata-writer:2.0.5 name: main resources: limits: @@ -3267,7 +3263,7 @@ spec: secretKeyRef: key: secretkey name: mlpipeline-minio-artifact - image: gcr.io/ml-pipeline/api-server:2.0.3 + image: gcr.io/ml-pipeline/api-server:2.0.5 imagePullPolicy: IfNotPresent livenessProbe: exec: @@ -3350,7 +3346,7 @@ spec: fieldPath: metadata.namespace - name: NUM_WORKERS value: "2" - image: gcr.io/ml-pipeline/persistenceagent:2.0.3 + image: gcr.io/ml-pipeline/persistenceagent:2.0.5 imagePullPolicy: IfNotPresent name: ml-pipeline-persistenceagent resources: @@ -3404,7 +3400,7 @@ spec: configMapKeyRef: key: cronScheduleTimezone name: pipeline-install-config - image: gcr.io/ml-pipeline/scheduledworkflow:2.0.3 + image: gcr.io/ml-pipeline/scheduledworkflow:2.0.5 imagePullPolicy: IfNotPresent name: ml-pipeline-scheduledworkflow serviceAccountName: ml-pipeline-scheduledworkflow @@ -3452,7 +3448,7 @@ spec: name: mlpipeline-minio-artifact - name: ALLOW_CUSTOM_VISUALIZATIONS value: "true" - image: gcr.io/ml-pipeline/frontend:2.0.3 + image: gcr.io/ml-pipeline/frontend:2.0.5 imagePullPolicy: IfNotPresent livenessProbe: exec: @@ -3526,7 +3522,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/viewer-crd-controller:2.0.3 + image: gcr.io/ml-pipeline/viewer-crd-controller:2.0.5 imagePullPolicy: Always name: ml-pipeline-viewer-crd serviceAccountName: ml-pipeline-viewer-crd-service-account @@ -3555,7 +3551,7 @@ spec: application-crd-id: kubeflow-pipelines spec: containers: - - image: gcr.io/ml-pipeline/visualization-server:2.0.3 + - image: gcr.io/ml-pipeline/visualization-server:2.0.5 imagePullPolicy: IfNotPresent livenessProbe: exec: @@ -3668,7 +3664,7 @@ spec: - env: - name: PROXY_URL value: https://datalab-staging.cloud.google.com/tun/m/4592f092208ecc84946b8f8f8016274df1b36a14 - image: gcr.io/ml-pipeline/inverse-proxy-agent:2.0.3 + image: gcr.io/ml-pipeline/inverse-proxy-agent:2.0.5 imagePullPolicy: IfNotPresent name: proxy-agent hostNetwork: true @@ -3785,7 +3781,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: 2.0.3 + version: 2.0.5 info: - name: Console value: https://console.cloud.google.com/ai-platform/pipelines/clusters diff --git a/test-infra/kfp/Makefile b/test-infra/kfp/Makefile index fe7251582..143d1655a 100644 --- a/test-infra/kfp/Makefile +++ b/test-infra/kfp/Makefile @@ -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?=2.0.3 +PIPELINES_VERSION?=2.0.5 PIPELINES_SRC_REPO=https://github.com/kubeflow/pipelines.git all: hydrate hydrate-kfp-manifests vet-kfp-manifests diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile index c85aee5c9..bd06adc0f 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile @@ -7,12 +7,12 @@ upstream: git: repo: https://github.com/kubeflow/pipelines directory: /manifests/kustomize - ref: 2.0.3 + ref: 2.0.5 updateStrategy: resource-merge upstreamLock: type: git git: repo: https://github.com/kubeflow/pipelines directory: /manifests/kustomize - ref: 2.0.3 - commit: 932dbf6c10b851e94fbd8012016f2022a5045f00 + ref: 2.0.5 + commit: f03e6cbe2d2e9c00362edec9a6808a2f22ade209 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml index de44a30c5..a68c93fd8 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml @@ -8,4 +8,4 @@ commonLabels: app: cache-deployer images: - name: gcr.io/ml-pipeline/cache-deployer - newTag: 2.0.3 + newTag: 2.0.5 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml index 24fa04023..8cafba774 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml @@ -10,4 +10,4 @@ commonLabels: app: cache-server images: - name: gcr.io/ml-pipeline/cache-server - newTag: 2.0.3 + newTag: 2.0.5 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml index 2a6225a55..5b16b3203 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml @@ -13,7 +13,7 @@ data: until the changes take effect. A quick way to restart all deployments in a namespace: `kubectl rollout restart deployment -n `. appName: pipeline - appVersion: 2.0.3 + appVersion: 2.0.5 dbHost: mysql # relic to be removed after release dbPort: "3306" # relic to be removed after release dbType: mysql diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml index 1988d30e0..af257e324 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml @@ -9,4 +9,4 @@ resources: - metadata-grpc-sa.yaml images: - name: gcr.io/ml-pipeline/metadata-envoy - newTag: 2.0.3 + newTag: 2.0.5 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml index 90b2d713c..a0a855a58 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml @@ -37,14 +37,14 @@ resources: - kfp-launcher-configmap.yaml images: - name: gcr.io/ml-pipeline/api-server - newTag: 2.0.3 + newTag: 2.0.5 - name: gcr.io/ml-pipeline/persistenceagent - newTag: 2.0.3 + newTag: 2.0.5 - name: gcr.io/ml-pipeline/scheduledworkflow - newTag: 2.0.3 + newTag: 2.0.5 - name: gcr.io/ml-pipeline/frontend - newTag: 2.0.3 + newTag: 2.0.5 - name: gcr.io/ml-pipeline/viewer-crd-controller - newTag: 2.0.3 + newTag: 2.0.5 - name: gcr.io/ml-pipeline/visualization-server - newTag: 2.0.3 + newTag: 2.0.5 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml index b50351108..5d4cec9dd 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml @@ -7,4 +7,4 @@ resources: - metadata-writer-sa.yaml images: - name: gcr.io/ml-pipeline/metadata-writer - newTag: 2.0.3 + newTag: 2.0.5 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml index 827f96197..9c2d3b3d5 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: gcr.io/ml-pipeline/inverse-proxy-agent - newTag: 2.0.3 + newTag: 2.0.5 resources: - proxy-configmap.yaml - proxy-deployment.yaml diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/third-party/application/application-controller-deployment.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/third-party/application/application-controller-deployment.yaml index 199e30ca9..331e8ee08 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/third-party/application/application-controller-deployment.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/third-party/application/application-controller-deployment.yaml @@ -20,14 +20,9 @@ spec: spec: containers: - command: - - /bin/sh - - -c - # See https://github.com/kubeflow/gcp-blueprints/issues/184. - - | - echo "logs are hidden because volume is too excessive" && - /root/manager 2> /dev/null - # A customized image with https://github.com/kubernetes-sigs/application/pull/127 - image: gcr.io/ml-pipeline/application-crd-controller:1.0-beta-non-cluster-role + - /kube-app-manager + # Built from https://github.com/kubernetes-sigs/application master branch on the date specified in the image tag. + image: gcr.io/ml-pipeline/application-crd-controller:20231101 imagePullPolicy: IfNotPresent name: manager env: