diff --git a/.docs/overrides/main.html b/.docs/overrides/main.html index 9f9a6daf6fa57add34aa8e9170bc55315f5ed3b1..59631a600e66098e4224067117f8dc6b89c315db 100644 --- a/.docs/overrides/main.html +++ b/.docs/overrides/main.html @@ -4,6 +4,7 @@ <label for="version">Version</label> <select style="margin-left:8px;" id="version" name="version" onchange="switchVersion(this.options[this.selectedIndex].value)"> <option value="latest">latest</option> + <option value="1.4.2">1.4.2</option> <option value="1.4.1">1.4.1</option> <option value="1.4.0">1.4.0</option> <option value="1.3.0">1.3.0</option> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e8964606eaa0821d9433b45d240411d362c9093..5a87da0aa786a517e8d294144eef7e7ced6f179c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ variables: TRIVY_CACHE_DIR: ".trivycache/" DOCKER_HOST: "unix:///var/run/dind/docker.sock" TESTCONTAINERS_RYUK_DISABLED: "false" - DOC_VERSIONS: "latest,1.4.1,1.4.0,1.3.0" - APP_VERSION: "1.4.1" - CHART_VERSION: "1.4.1" + DOC_VERSIONS: "latest,1.4.2,1.4.1,1.4.0,1.3.0" + APP_VERSION: "1.4.2" + CHART_VERSION: "1.4.2" image: debian:12-slim