Skip to content

Commit

Permalink
chore(release): kfp-tekton 2.0.5 backend release (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Jan 18, 2024
1 parent 75ab644 commit cbdb47e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ commonLabels:
images:
- name: gcr.io/ml-pipeline/api-server
newName: quay.io/aipipeline/apiserver
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/persistenceagent
newName: quay.io/aipipeline/persistenceagent
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: quay.io/aipipeline/scheduledworkflow
newTag: 2.1.0-rc0
newTag: 2.0.5

patchesStrategicMerge:
- tekton-config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ resources:
images:
- name: gcr.io/ml-pipeline/api-server
newName: quay.io/aipipeline/apiserver
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/persistenceagent
newName: quay.io/aipipeline/persistenceagent
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: quay.io/aipipeline/scheduledworkflow
newTag: 2.1.0-rc0
newTag: 2.0.5

labels:
- includeSelectors: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ namespace: tekton-pipelines

images:
- name: quay.io/aipipeline/pipelineloop-controller
newTag: 1.9.1-rc0
newTag: 1.9.2
- name: quay.io/aipipeline/pipelineloop-webhook
newTag: 1.9.1-rc0
newTag: 1.9.2
- name: tekton-exithandler-controller
newName: quay.io/aipipeline/tekton-exithandler-controller
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: tekton-exithandler-webhook
newName: quay.io/aipipeline/tekton-exithandler-webhook
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: tekton-kfptask-controller
newName: quay.io/aipipeline/tekton-kfptask-controller
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: tekton-kfptask-webhook
newName: quay.io/aipipeline/tekton-kfptask-webhook
newTag: 2.1.0-rc0
newTag: 2.0.5
# Deprecated controller
# - name: kfp-v2-dev-driver-controller
# newName: quay.io/aipipeline/tekton-driver
Expand Down

0 comments on commit cbdb47e

Please sign in to comment.