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

update versioning

parent c624f7bb
No related branches found
No related tags found
No related merge requests found
Pipeline #18764 passed
......@@ -46,9 +46,9 @@ Helm:
- helm dependency update text2img
- 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 NEXT_PATCH_VERSION=\"$(cat text2img/Chart.yaml | grep ^version: | cut -d ' ' -f 2 | awk -F. '{print $1 \".\" $2 \".\"}')\""
- "sed -i \"s/^ digest: .*/ digest: $IMAGE_HASH/\" text2img/values.yaml"
- helm package text2img --version "${NEXT_PATCH_VERSION}-rc-${CI_PIPELINE_IID}"
- helm package text2img --version "${NEXT_PATCH_VERSION}${CI_PIPELINE_IID}"
artifacts:
paths:
- text2img-*.tgz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment