Skip to content

Commit

Permalink
Merge pull request #400 from gkurz/replay-393-for-1.5.3
Browse files Browse the repository at this point in the history
Fix the podvm-payload image references on `release-1.5` branch
  • Loading branch information
gkurz committed Apr 10, 2024
2 parents 9aca282 + 4f6d01a commit 5df8e25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ spec:
- name: PEERPODS_NAMESPACE
value: "openshift-sandboxed-containers-operator"
- name: RELATED_IMAGE_KATA_MONITOR
value: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-monitor:latest
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.5.3
- name: SANDBOXED_CONTAINERS_EXTENSION
value: kata-containers
- name: RELATED_IMAGE_CAA
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:latest
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.5.3
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
value: "quay.io/confidential-containers/peer-pods-webhook:latest"
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

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:latest
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
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:latest
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down

0 comments on commit 5df8e25

Please sign in to comment.