feat(OkdInstallBlog): fix (3nd try) image size...

This commit is contained in:
Sylvain Tremblay 2024-04-20 10:13:41 -04:00
parent 67e9edde5d
commit 900b920966
3 changed files with 2 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.7.0"
tag: "v1.7.1"
imagePullSecrets:
- name: nationtech-registry-key

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

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