Skip to content
Closed
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: 2 additions & 2 deletions assets/components/openshift-router/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: ROUTER_ALLOW_WILDCARD_ROUTES
value: "false"
- name: ROUTER_CANONICAL_HOSTNAME
value: router-default.apps.{{ .ClusterName }}.{{ .BaseDomain }}
value: router-default.apps.{{ .ClusterDomain }}
- name: ROUTER_CIPHERS
value: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
- name: ROUTER_CIPHERSUITES
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
- name: GRACEFUL_SHUTDOWN_DELAY
value: 1s
- name: ROUTER_DOMAIN
value: apps.{{ .ClusterName }}.{{ .BaseDomain }}
value: apps.{{ .ClusterDomain }}
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

package release

var Base = "4.12.0-0.nightly-2022-12-08-234300"
var Base = "4.12.0-0.nightly-2022-12-09-063749"

var Image = map[string]string{
"cli": "quay.io/microshift/cli:" + Base,
Expand Down