Skip to content
Snippets Groups Projects
Verified Commit fc893770 authored by Martin Weise's avatar Martin Weise
Browse files

Updated version

parent 46aad66c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<label for="version">Version</label> <label for="version">Version</label>
<select style="margin-left:8px;" id="version" name="version" onchange="switchVersion(this.options[this.selectedIndex].value)"> <select style="margin-left:8px;" id="version" name="version" onchange="switchVersion(this.options[this.selectedIndex].value)">
<option value="latest">latest</option> <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.1">1.4.1</option>
<option value="1.4.0">1.4.0</option> <option value="1.4.0">1.4.0</option>
<option value="1.3.0">1.3.0</option> <option value="1.3.0">1.3.0</option>
......
...@@ -4,9 +4,9 @@ variables: ...@@ -4,9 +4,9 @@ variables:
TRIVY_CACHE_DIR: ".trivycache/" TRIVY_CACHE_DIR: ".trivycache/"
DOCKER_HOST: "unix:///var/run/dind/docker.sock" DOCKER_HOST: "unix:///var/run/dind/docker.sock"
TESTCONTAINERS_RYUK_DISABLED: "false" TESTCONTAINERS_RYUK_DISABLED: "false"
DOC_VERSIONS: "latest,1.4.1,1.4.0,1.3.0" DOC_VERSIONS: "latest,1.4.2,1.4.1,1.4.0,1.3.0"
APP_VERSION: "1.4.1" APP_VERSION: "1.4.2"
CHART_VERSION: "1.4.1" CHART_VERSION: "1.4.2"
image: debian:12-slim image: debian:12-slim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment