diff --git a/helm/sreez-website/values.yaml b/helm/sreez-website/values.yaml index 23eaf55..3e5bc53 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.6.0" + tag: "v1.7.0" 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 ad541ee..827e4c7 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 90be612..6066989 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.6.0" +TAG="v1.7.0" IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}" diff --git a/sreez/src/pages/okd_installation_overview_1.rs b/sreez/src/pages/okd_installation_overview_1.rs index 1c6ebcb..7db7a12 100644 --- a/sreez/src/pages/okd_installation_overview_1.rs +++ b/sreez/src/pages/okd_installation_overview_1.rs @@ -10,6 +10,7 @@ pub fn OkdInstallationOverview1() -> impl IntoView { +