Files
yml/templates/helm.tpl.yml
DeveloperDurp 01bf91aeee Update 2 files
- /scripts/helm-push.sh
- /templates/helm.tpl.yml
2023-08-20 13:47:30 +00:00

15 lines
282 B
YAML

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