Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2266,6 +2266,8 @@ spec:
env:
- name: AUTOINSTALL_COMPONENTS
value: "false"
- name: IMAGE_ADDONS_TKN_CLI_SERVE
value: quay.io/openshift-pipeline/pipelines-serve-tkn-cli-rhel9@sha256:4ad6019456179fb03accd02413230a4ad85253ae98384e37e7a568141798d2e4
---
apiVersion: route.openshift.io/v1
kind: Route
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,8 @@ spec:
env:
- name: AUTOINSTALL_COMPONENTS
value: "false"
- name: IMAGE_ADDONS_TKN_CLI_SERVE
value: quay.io/openshift-pipeline/pipelines-serve-tkn-cli-rhel9@sha256:4ad6019456179fb03accd02413230a4ad85253ae98384e37e7a568141798d2e4
---
apiVersion: route.openshift.io/v1
kind: Route
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,8 @@ spec:
env:
- name: AUTOINSTALL_COMPONENTS
value: "false"
- name: IMAGE_ADDONS_TKN_CLI_SERVE
value: quay.io/openshift-pipeline/pipelines-serve-tkn-cli-rhel9@sha256:4ad6019456179fb03accd02413230a4ad85253ae98384e37e7a568141798d2e4
name: openshift-pipelines-operator-rh
source: custom-operators
sourceNamespace: openshift-marketplace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2681,6 +2681,8 @@ spec:
env:
- name: AUTOINSTALL_COMPONENTS
value: "false"
- name: IMAGE_ADDONS_TKN_CLI_SERVE
value: quay.io/openshift-pipeline/pipelines-serve-tkn-cli-rhel9@sha256:4ad6019456179fb03accd02413230a4ad85253ae98384e37e7a568141798d2e4
name: openshift-pipelines-operator-rh
source: custom-operators
sourceNamespace: openshift-marketplace
Expand Down
Loading