Skip to content

Commit

Permalink
Revert "Merge pull request openshift#393 from bpradipt/fix-image-1.5.3"
Browse files Browse the repository at this point in the history
This reverts commit 59d918f, reversing
changes made to b57ba2c.

Signed-off-by: Greg Kurz <groug@kaod.org>
  • Loading branch information
gkurz committed Apr 8, 2024
1 parent 59d918f commit 65a0f53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,13 @@ spec:
- name: PEERPODS_NAMESPACE
value: "openshift-sandboxed-containers-operator"
- name: RELATED_IMAGE_KATA_MONITOR
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.5.3
value: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-monitor:latest
- name: SANDBOXED_CONTAINERS_EXTENSION
value: kata-containers
- name: RELATED_IMAGE_CAA
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.5.3
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:latest
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.5.3
- name: RELATED_IMAGE_PODVM_PAYLOAD
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3

value: "quay.io/confidential-containers/peer-pods-webhook:latest"
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion config/peerpods/podvm/aws-VM-image-create-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:

initContainers:
- name: payload
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:latest
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion config/peerpods/podvm/azure-VM-image-create-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:

initContainers:
- name: payload
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:latest
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down

0 comments on commit 65a0f53

Please sign in to comment.