Skip to content

Commit

Permalink
Merge pull request #117 from Michkov/tekton-ci-bundle
Browse files Browse the repository at this point in the history
chore: STONEBLD-777 - tekton-ci: update bundle
  • Loading branch information
MartinBasti authored Feb 22, 2023
2 parents f6ad458 + 4292bec commit 330ebdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
value: 'quay.io/redhat-appstudio/pull-request-builds:integration-service-{{ revision }}'
pipelineRef:
name: docker-build
bundle: quay.io/redhat-appstudio/hacbs-core-service-templates-bundle:latest
bundle: quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
6 changes: 1 addition & 5 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ spec:
value: "{{ revision }}"
- name: output-image
value: 'quay.io/redhat-appstudio/integration-service:{{ revision }}'
- name: path-context
value: .
- name: dockerfile
value: Dockerfile
- name: infra-deployment-update-script
value: |
sed -i -e 's|\(https://github.com/redhat-appstudio/integration-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/integration/kustomization.yaml
pipelineRef:
name: docker-build
bundle: quay.io/redhat-appstudio/hacbs-core-service-templates-bundle:latest
bundle: quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down

0 comments on commit 330ebdb

Please sign in to comment.