Skip to content

Commit 9df510b

Browse files
committed
Upgrade PaC version to 0.17.3
As we are working through issues to migrate to the downstream images, the PaC version has been left unchanged. There has been quite a few bug fixes that have been delivered that would improve the UX of RHTAP, therefore an update seems warranted. The version has been chosen to be compatible with OSP 1.10, so as not to impact the image migration. Signed-off-by: Romain Arnaud <[email protected]>
1 parent 4461887 commit 9df510b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

operator/gitops/argocd/pipeline-service/pipelines-as-code/kustomization.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ commonLabels:
66

77
resources:
88
- allow-argocd.yaml
9-
- https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.16.0/release.yaml
9+
- https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.17.3/release.yaml
1010

1111
# TODO backing off until https://issues.redhat.com/browse/SRVKP-3134 is resolved
1212
# images:
13-
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-controller:v0.16.0
13+
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-controller:v0.17.3
1414
# newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
15-
# newTag: v1.10.2-1
16-
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-watcher:v0.16.0
15+
# newTag: v1.10.3-2
16+
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-watcher:v0.17.3
1717
# newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
18-
# newTag: v1.10.2-1
19-
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-webhook:v0.16.0
18+
# newTag: v1.10.3-2
19+
# - name: ghcr.io/openshift-pipelines/pipelines-as-code-webhook:v0.17.3
2020
# newName: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel8
21-
# newTag: v1.10.2-1
21+
# newTag: v1.10.3-2
2222

2323
patchesStrategicMerge:
2424
- disable-pipelines-as-code-webhook.yaml

0 commit comments

Comments
 (0)