Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Changing Shell Image from UBI-minimal to shell image #1637

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion operatorhub/openshift/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ image-substitutions:
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_PIPELINES_ARG__NOP_IMAGE
- image: registry.redhat.io/ubi8/ubi-minimal@sha256:987ae81ce046652ee4a2c3df54dad5e82faa1b078dab5d09f7cfaae11784ed30
- image: registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ spec:
- name: IMAGE_PIPELINES_ARG__NOP_IMAGE
value: registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@
- name: IMAGE_PIPELINES_ARG__SHELL_IMAGE
value: registry.redhat.io/ubi8/ubi-minimal@sha256:eb98682661cc5fe83bbe583af9d55a90d698cfc0d14af5b83e4568c3e26b4516
value: registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@
- name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER
value: registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@
- name: IMAGE_TRIGGERS_WEBHOOK
Expand Down Expand Up @@ -1000,7 +1000,7 @@ spec:
name: IMAGE_PIPELINES_ARG__WORKINGDIRINIT_IMAGE
- image: registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@
name: IMAGE_PIPELINES_ARG__NOP_IMAGE
- image: registry.redhat.io/ubi8/ubi-minimal@sha256:eb98682661cc5fe83bbe583af9d55a90d698cfc0d14af5b83e4568c3e26b4516
- image: registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@
name: IMAGE_PIPELINES_ARG__SHELL_IMAGE
- image: registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@
name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER
Expand Down