Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI/manifests): Update CI and move manifests to 2.0.3 #1407

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -428,7 +428,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -611,7 +611,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -944,7 +944,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -1139,7 +1139,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -1308,7 +1308,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -1485,7 +1485,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down Expand Up @@ -1662,7 +1662,7 @@ spec:
- launcher-v2
- --copy
- /tekton/home/launch
image: gcr.io/ml-pipeline/kfp-launcher@sha256:6641bf94acaeec03ee7e231241800fce2f0ad92eee25371bd5248ca800a086d7
image: gcr.io/ml-pipeline/kfp-launcher@sha256:50151a8615c8d6907aa627902dce50a2619fd231f25d1e5c2a72737a2ea4001e
imagePullPolicy: Always
name: kfp-launcher
computeResources: {}
Expand Down
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.0.2
newTag: 2.0.3
- name: gcr.io/ml-pipeline/persistenceagent
newName: quay.io/aipipeline/persistenceagent
newTag: 2.0.2
newTag: 2.0.3
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: quay.io/aipipeline/scheduledworkflow
newTag: 2.0.2
newTag: 2.0.3

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.0.2
newTag: 2.0.3
- name: gcr.io/ml-pipeline/persistenceagent
newName: quay.io/aipipeline/persistenceagent
newTag: 2.0.2
newTag: 2.0.3
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: quay.io/aipipeline/scheduledworkflow
newTag: 2.0.2
newTag: 2.0.3

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

images:
- name: quay.io/aipipeline/pipelineloop-controller
newTag: 1.8.0
newTag: 1.8.1
- name: quay.io/aipipeline/pipelineloop-webhook
newTag: 1.8.0
newTag: 1.8.1
- name: kfp-v2-dev-driver-controller
newName: quay.io/aipipeline/tekton-driver
newTag: 2.0.2
newTag: 2.0.3
- name: tekton-exithandler-controller
newName: quay.io/aipipeline/tekton-exithandler-controller
newTag: 2.0.2
newTag: 2.0.3
- name: tekton-exithandler-webhook
newName: quay.io/aipipeline/tekton-exithandler-webhook
newTag: 2.0.2
newTag: 2.0.3
- name: tekton-kfptask-controller
newName: quay.io/aipipeline/tekton-kfptask-controller
newTag: 2.0.2
newTag: 2.0.3
- name: tekton-kfptask-webhook
newName: quay.io/aipipeline/tekton-kfptask-webhook
newTag: 2.0.2
newTag: 2.0.3
1 change: 0 additions & 1 deletion scripts/deploy/github/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ docker system prune -a -f
docker build -q -t "${REGISTRY}/apiserver:${TAG}" -f backend/Dockerfile . && docker push "${REGISTRY}/apiserver:${TAG}" &
docker build -q -t "${REGISTRY}/persistenceagent:${TAG}" -f backend/Dockerfile.persistenceagent . && docker push "${REGISTRY}/persistenceagent:${TAG}" &
docker build -q -t "${REGISTRY}/scheduledworkflow:${TAG}" -f backend/Dockerfile.scheduledworkflow . && docker push "${REGISTRY}/scheduledworkflow:${TAG}" &
docker build -q -t "${REGISTRY}/tekton-driver:${TAG}" -f backend/Dockerfile.tektondriver . && docker push "${REGISTRY}/tekton-driver:${TAG}" &

wait

Expand Down
6 changes: 3 additions & 3 deletions scripts/deploy/github/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ resources:
# when application is deleted.

images:
- name: '*/aipipeline/tekton-driver'
newName: kind-registry:5000/tekton-driver
newTag: latest
- name: gcr.io/ml-pipeline/api-server
newName: kind-registry:5000/apiserver
newTag: latest
Expand All @@ -39,6 +36,9 @@ images:
# - name: '*/aipipeline/tekton-kfptask-webhook'
# newName: kind-registry:5000/tekton-kfptask-webhook
# newTag: latest
# - name: '*/aipipeline/tekton-driver'
# newName: kind-registry:5000/tekton-driver
# newTag: latest

labels:
- includeSelectors: true
Expand Down
Loading