diff --git a/helm/sreez-website/values.yaml b/helm/sreez-website/values.yaml index 3e5bc53..33105ba 100644 --- a/helm/sreez-website/values.yaml +++ b/helm/sreez-website/values.yaml @@ -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 diff --git a/sreez/assets/okd-install-blog-part-1-thumbnail.png b/sreez/assets/okd-install-blog-part-1-thumbnail.png index 827e4c7..9eb0912 100644 Binary files a/sreez/assets/okd-install-blog-part-1-thumbnail.png and b/sreez/assets/okd-install-blog-part-1-thumbnail.png differ diff --git a/sreez/build_docker.sh b/sreez/build_docker.sh index 6066989..f97a77c 100755 --- a/sreez/build_docker.sh +++ b/sreez/build_docker.sh @@ -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}"