Skip to content

Commit b11c845

Browse files
mporratoAllda
authored andcommitted
Update podman and skopeo images
1 parent c5abf37 commit b11c845

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
default: image-registry.openshift-image-registry.svc:5000
3030
- name: podman_image
3131
description: Podman image
32-
default: "registry.redhat.io/rhel8/podman:8.5-13"
32+
default: "registry.redhat.io/rhel8/podman:8.7"
3333
- name: env
3434
description: Which environment to run in. Can be one of [dev, qa, stage, prod]
3535
default: "prod"

ansible/roles/operator-pipeline/templates/openshift/tasks/generate-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: pipeline_image
99
- name: podman_image
1010
description: Podman image
11-
default: "registry.redhat.io/rhel8/podman:8.5-13"
11+
default: "registry.redhat.io/rhel8/podman:8.7"
1212
- name: bundle_image
1313
description: Pull spec of a bundle image
1414
- name: from_index

ansible/roles/operator-pipeline/templates/openshift/tasks/inspect-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ spec:
77
params:
88
- name: skopeo_image
99
description: Skopeo image
10-
default: "registry.redhat.io/rhel8/skopeo:8.4-13"
10+
default: "registry.redhat.io/rhel8/skopeo:8.7"
1111
- name: podman_image
1212
description: Podman image
13-
default: "registry.redhat.io/rhel8/podman:8.4-14"
13+
default: "registry.redhat.io/rhel8/podman:8.7"
1414
- name: image
1515
description: reference to the existing bundle image
1616
- name: registry

0 commit comments

Comments
 (0)