feat(OkdInstallBlog): fix (2nd try) og tags for linkedIn

This commit is contained in:
Sylvain Tremblay 2024-04-20 09:56:45 -04:00
parent 464c1506d6
commit 67e9edde5d
4 changed files with 3 additions and 2 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.6.0"
tag: "v1.7.0"
imagePullSecrets:
- name: nationtech-registry-key

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

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

View File

@ -10,6 +10,7 @@ pub fn OkdInstallationOverview1() -> impl IntoView {
<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-installation-overview-1"/>
<Meta property="og:description" content="Une vue haut niveau des requis et étapes nécessaires pour installer un cluster RedHat OKD hautement disponible sur bare metal."/>
<Meta property="og:author" content="Sylvain Tremblay"/>
<div class="margin-x-auto max-width-900">
// <div class="fixed-blog-header">
<div class="">