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

Updated app version

parent 1055f9fb
No related branches found
No related tags found
3 merge requests!237Resolve "Proxy settings",!235Master,!233Master
...@@ -5,8 +5,8 @@ variables: ...@@ -5,8 +5,8 @@ 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"
APP_VERSION: "1.4.1" APP_VERSION: "1.4.0"
CHART_VERSION: "1.4.1" CHART_VERSION: "1.4.0"
image: debian:12-slim image: debian:12-slim
...@@ -646,7 +646,7 @@ docs-latest: ...@@ -646,7 +646,7 @@ docs-latest:
- pip install -r ./requirements.txt - pip install -r ./requirements.txt
- mkdir -p ./final/{latest,1.3} - mkdir -p ./final/{latest,1.3}
- find ./.docs -type f -exec sed -i -e "s/__TAG__/latest/g" {} \; - find ./.docs -type f -exec sed -i -e "s/__TAG__/latest/g" {} \;
- find ./.docs -type f -exec sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" {} \; - find ./.docs -type f -exec sed -i -e "s/__APPVERSION__/latest/g" {} \;
- mkdocs build && cp -r ./site ./final/latest - mkdocs build && cp -r ./site ./final/latest
- cp ./.docs/redirect.html ./final/index.html - cp ./.docs/redirect.html ./final/index.html
- cp ./.docs/redirect.html ./final/1.3/index.html - cp ./.docs/redirect.html ./final/1.3/index.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment