.helm-build: image: registry.internal.durp.info/dtzar/helm-kubectl script: - ./scripts/helm-package.sh artifacts: expire_in: 1 hour paths: - $CI_PROJECT_DIR/packages .helm-push: image: registry.internal.durp.info/dtzar/helm-kubectl script: - ./scripts/helm-addrepo.sh - ./scripts/helm-push.sh