Skip to content
Snippets Groups Projects
Verified Commit c624f7bb authored by Jonas Leder's avatar Jonas Leder
Browse files

fiy renovate bot scanning

parent f201d0ca
Branches
No related tags found
No related merge requests found
Pipeline #18763 passed
......@@ -47,9 +47,8 @@ Helm:
- IMAGE_HASH=$(cat image-hash.txt)
- "export NEXT_PATCH_VERSION=\"$(cat text2img/Chart.yaml | grep ^version: | cut -d ' ' -f 2 | awk -F. '{print $1 \".\" $2 \".\" $3+1}')\""
- "export GIT_SHORT_COMMIT=\"$(git rev-parse --short HEAD)\""
- "sed -i \"s/^ digest: .*/ digest: $IMAGE_HASH/\" text2img/values.yaml"
- helm package text2img --version "${NEXT_PATCH_VERSION}-rc-${GIT_SHORT_COMMIT}"
- helm package text2img --version "${NEXT_PATCH_VERSION}-rc-${CI_PIPELINE_IID}"
artifacts:
paths:
- text2img-*.tgz
......
......@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment