fix(okd-recover-from-expired-certs): RedHat -> Red Hat
This commit is contained in:
parent
3181e0db9e
commit
dc46da4ce2
@ -8,7 +8,7 @@ image:
|
||||
repository: registry.nationtech.io/sreez-website
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "v1.8.0"
|
||||
tag: "v1.8.1"
|
||||
|
||||
imagePullSecrets:
|
||||
- name: nationtech-registry-key
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
REGISTRY=registry.nationtech.io
|
||||
IMAGE_NAME=sreez-website
|
||||
TAG="v1.8.0"
|
||||
TAG="v1.8.1"
|
||||
|
||||
IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"
|
||||
|
||||
|
@ -16,7 +16,7 @@ pub fn OkdRecoverFromExpiredCerts() -> impl IntoView {
|
||||
<div class="">
|
||||
<div class="row margin-top-2 space-between">
|
||||
<div class="margin-x-1 text-left column">
|
||||
<h1 class="font-3xl">"RedHat OKD"
|
||||
<h1 class="font-3xl">"Red Hat OKD"
|
||||
<span class="font-l font-italic">" -OpenShift Community Edition-"</span>
|
||||
<br/>
|
||||
<span class="font-xl color-gray">"Certs Expirés - Comment Récupérer Le Cluster"</span>
|
||||
|
Loading…
Reference in New Issue
Block a user