Update Jenkinsfile
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-07-15 12:07:53 +02:00
parent 552350354b
commit 6786f768f0

3
Jenkinsfile vendored
View File

@@ -122,6 +122,7 @@ pipeline {
cd ..
rm -f index.yaml
rm -f tatort-*.tgz
git rm -f tatort-*.tgz || true
echo "[INFO] Packaging Helm chart..."
cd tatort
@@ -132,7 +133,7 @@ pipeline {
helm repo index . --merge index.yaml || helm repo index .
echo "[INFO] Committing and pushing chart changes..."
git config user.name "Jenkins"
git config user.name "jenkins"
git config user.email "jenkins@innohub.local"
git add tatort/values.yaml tatort/Chart.yaml tatort-*.tgz index.yaml
git commit -m "ci: bump tatort-dev to ${newTag}, package chart + update index"