feat(OkdInstallBlog): fix (2nd try) og tags for linkedIn
This commit is contained in:
parent
464c1506d6
commit
67e9edde5d
@ -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 |
@ -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}"
|
||||
|
||||
|
@ -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="">
|
||||
|
Loading…
Reference in New Issue
Block a user