fix(okd-recover-from-expired-certs): RedHat -> Red Hat

This commit is contained in:
2024-06-29 19:22:11 -04:00
parent 3181e0db9e
commit dc46da4ce2
3 changed files with 3 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.0"
tag: "v1.8.1"
imagePullSecrets:
- name: nationtech-registry-key

View File

@@ -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}"