ci-includes-yml/templates/helm.tpl.yml

15 lines
338 B
YAML
Raw Normal View History

.helm-build:
image: registry.internal.durp.info/dtzar/helm-kubectl
2023-05-21 08:21:45 -05:00
script:
- ./scripts/helm-package.sh
2023-08-20 13:34:41 +00:00
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
2023-05-21 08:21:45 -05:00
- ./scripts/helm-push.sh