Skip to content

Commit

Permalink
Merge pull request #260 from dheerajodha/hot-fix/change-to-resolver
Browse files Browse the repository at this point in the history
chore(ci): add workaround for new OSP ver
  • Loading branch information
hongweiliu17 authored Aug 3, 2023
2 parents eda4a7b + bf6e4ac commit 14949e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ spec:
- name: output-image
value: 'quay.io/redhat-appstudio/pull-request-builds:integration-service-{{ revision }}'
pipelineRef:
name: docker-build
bundle: quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
params:
- name: bundle
value: >-
quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
- name: name
value: docker-build
- name: kind
value: Pipeline
resolver: bundles
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
11 changes: 9 additions & 2 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ spec:
sed -i -e 's|\(https://github.com/redhat-appstudio/integration-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/integration/kustomization.yaml
sed -i -e 's|\(https://github.com/redhat-appstudio/integration-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/monitoring/grafana/base/dashboards/integration/kustomization.yaml
pipelineRef:
name: docker-build
bundle: quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
params:
- name: bundle
value: >-
quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
- name: name
value: docker-build
- name: kind
value: Pipeline
resolver: bundles
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down

0 comments on commit 14949e9

Please sign in to comment.