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

Bump PAC image tag in tests #731

Merged
merged 1 commit into from
Mar 30, 2022
Merged
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 @@ -1068,7 +1068,7 @@ spec:
- name: PAC_WEBHOOK_TYPE
value: "$(params.event_type)"
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
script: |
#!/usr/bin/env bash
set -euf
Expand Down Expand Up @@ -1249,7 +1249,7 @@ spec:
steps:
- name: apply-and-launch
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
env:
- name: PAC_GIT_PROVIDER_APIURL
value: $(params.ghe_host)
Expand Down Expand Up @@ -1416,7 +1416,7 @@ spec:
steps:
- name: apply-and-launch
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
env:
- name: PAC_GIT_PROVIDER_APIURL
value: $(params.ghe_host)
Expand Down Expand Up @@ -1682,7 +1682,7 @@ spec:
- name: PAC_SOURCE_IP
value: $(params.source_ip)
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
script: |
#!/usr/bin/env bash
set -euf
Expand Down Expand Up @@ -1877,7 +1877,7 @@ spec:
- name: PAC_SOURCE_IP
value: $(params.source_ip)
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
script: |
#!/usr/bin/env bash
set -euf
Expand Down Expand Up @@ -2168,7 +2168,7 @@ spec:
- name: PAC_PAYLOAD_FILE
value: "/tmp/payload.json"
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
script: |
#!/usr/bin/env bash
set -euf
Expand Down Expand Up @@ -2373,7 +2373,7 @@ spec:
- name: PAC_PAYLOAD_FILE
value: "/tmp/payload.json"
imagePullPolicy: Always
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.3"
image: "quay.io/openshift-pipeline/pipelines-as-code:0.5.5"
script: |
#!/usr/bin/env bash
set -euf
Expand Down