Skip to content
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
4 changes: 4 additions & 0 deletions manifests/02-deployment-ibm-cloud-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ spec:
fieldPath: metadata.namespace
- name: IMAGE
value: openshift/origin-haproxy-router:v4.0
- name: HAPROXY_28_IMAGE
value: openshift/origin-haproxy:v2.8
- name: HAPROXY_32_IMAGE
value: openshift/origin-haproxy:v3.2
- name: CANARY_IMAGE
value: openshift/origin-cluster-ingress-operator:latest
- name: GATEWAY_API_OPERATOR_CATALOG
Expand Down
4 changes: 4 additions & 0 deletions manifests/02-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ spec:
fieldPath: metadata.namespace
- name: IMAGE
value: openshift/origin-haproxy-router:v4.0
- name: HAPROXY_28_IMAGE
value: openshift/origin-haproxy:v2.8
- name: HAPROXY_32_IMAGE
value: openshift/origin-haproxy:v3.2
- name: CANARY_IMAGE
value: openshift/origin-cluster-ingress-operator:latest
- name: GATEWAY_API_OPERATOR_CATALOG
Expand Down
8 changes: 8 additions & 0 deletions manifests/image-references
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ spec:
from:
kind: "DockerImage"
name: "openshift/origin-haproxy-router:v4.0"
- name: haproxy-router-haproxy28
from:
kind: "DockerImage"
name: "openshift/origin-haproxy:v2.8"
- name: haproxy-router-haproxy32
from:
kind: "DockerImage"
name: "openshift/origin-haproxy:v3.2"
- name: kube-rbac-proxy
from:
kind: DockerImage
Expand Down