fix(okd-recover-from-expired-certs): remove wrong og:image tag

This commit is contained in:
Sylvain Tremblay 2024-07-02 15:10:01 -04:00
parent dc46da4ce2
commit 7c81d11e32
3 changed files with 2 additions and 3 deletions

View File

@ -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.1"
tag: "v1.8.2"
imagePullSecrets:
- name: nationtech-registry-key

View File

@ -2,7 +2,7 @@
REGISTRY=registry.nationtech.io
IMAGE_NAME=sreez-website
TAG="v1.8.1"
TAG="v1.8.2"
IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"

View File

@ -7,7 +7,6 @@ pub fn OkdRecoverFromExpiredCerts() -> impl IntoView {
provide_meta_context();
view! {
<Meta property="og:title" content="Red Hat OKD - Comment récupérer un cluster dont les certificats sont expirés"/>
<Meta property="og:image" content="https://sreez.nationtech.io/assets/okd-install-blog-part-1-thumbnail.png"/>
<Meta property="og:url" content="https://sreez.nationtech.io/okd-recover-from-expired-certs"/>
<Meta property="og:description" content="Si un cluster OpenShift est arrêté trop longtemps, ses certificats vont expirer et plus rien ne va fonctionner au redémarrage. Cet article décrit les étapes à suivre pour se sortir de cette situation et récupérer son cluster."/>
<Meta property="og:author" content="Sylvain Tremblay"/>