Files
yml/templates/helm.tpl.yml
DeveloperDurp 504045e17c Update 4 files
- /scripts/helm-push.sh
- /scripts/helm-login.sh
- /templates/helm.tpl.yml
- /pipelines/helm.yaml
2023-08-20 12:57:34 +00:00

12 lines
243 B
YAML

.helm-build:
image: dtzar/helm-kubectl
script:
- ./scripts/variablecheck-version.sh
- ./scripts/helm-package.sh
.helm_push:
image: dtzar/helm-kubectl
script:
- ./scripts/helm-registry-login.sh
- ./scripts/helm-push.sh