Skip to content

Commit

Permalink
Changing Shell Image from UBI-minimal to shell image
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and tekton-robot committed Aug 2, 2023
1 parent 42df154 commit 3cf0b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3cf0b42

Please sign in to comment.