Skip to content

Commit

Permalink
Merge pull request opendatahub-io#318 from moulalis/update_floating_t…
Browse files Browse the repository at this point in the history
…ag_210

Addning floating tags fopr kserve-2.10
  • Loading branch information
moulalis authored May 31, 2024
2 parents 2078511 + d30d2c2 commit 8601c69
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .tekton/kserve-agent-210-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/modh/kserve-agent:{{revision}}
value: quay.io/modh/kserve-agent:{{target_branch}}
- name: path-context
value: .
- name: revision
Expand Down Expand Up @@ -408,6 +408,9 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value:
- '{{target_branch}}-{{revision}}'
runAfter:
- build-container
taskRef:
Expand Down
5 changes: 4 additions & 1 deletion .tekton/kserve-controller-210-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/modh/kserve-controller:{{revision}}
value: quay.io/modh/kserve-controller:{{target_branch}}
- name: path-context
value: .
- name: revision
Expand Down Expand Up @@ -408,6 +408,9 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value:
- '{{target_branch}}-{{revision}}'
runAfter:
- build-container
taskRef:
Expand Down
5 changes: 4 additions & 1 deletion .tekton/kserve-router-210-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/modh/kserve-router:{{revision}}
value: quay.io/modh/kserve-router:{{target_branch}}
- name: path-context
value: .
- name: revision
Expand Down Expand Up @@ -408,6 +408,9 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value:
- '{{target_branch}}-{{revision}}'
runAfter:
- build-container
taskRef:
Expand Down
5 changes: 4 additions & 1 deletion .tekton/kserve-storage-initializer-210-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/modh/kserve-storage-initializer:{{revision}}
value: quay.io/modh/kserve-storage-initializer:{{target_branch}}
- name: path-context
value: python
- name: revision
Expand Down Expand Up @@ -408,6 +408,9 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value:
- '{{target_branch}}-{{revision}}'
runAfter:
- build-container
taskRef:
Expand Down

0 comments on commit 8601c69

Please sign in to comment.