Compare commits
No commits in common. "master" and "4.0.1" have entirely different histories.
40
.drone.yml
40
.drone.yml
|
@ -1,40 +0,0 @@
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: submodules
|
|
||||||
image: alpine/git
|
|
||||||
commands:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
|
|
||||||
- name: build
|
|
||||||
image: alpine/helm
|
|
||||||
volumes:
|
|
||||||
- name: result
|
|
||||||
path: /output
|
|
||||||
commands:
|
|
||||||
- helm lint --set redis.enabled=false
|
|
||||||
- helm package -d chart .
|
|
||||||
- mv chart/glitchtip*.tgz /output/glitchtip.tgz
|
|
||||||
|
|
||||||
- name: upload
|
|
||||||
image: curlimages/curl:latest
|
|
||||||
environment:
|
|
||||||
GIT_HOST: git.kurocon.nl
|
|
||||||
GIT_PACKAGE_OWNER: KuroNET
|
|
||||||
GIT_USER:
|
|
||||||
from_secret: git_username
|
|
||||||
GIT_TOKEN:
|
|
||||||
from_secret: git_password_or_token
|
|
||||||
volumes:
|
|
||||||
- name: result
|
|
||||||
path: /output
|
|
||||||
commands:
|
|
||||||
- curl --user $GIT_USER:$GIT_TOKEN -X POST --upload-file /output/glitchtip.tgz https://$GIT_HOST/api/packages/{$GIT_PACKAGE_OWNER}/helm/api/charts
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: result
|
|
||||||
temp: {}
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "django-helm-chart"]
|
[submodule "django-helm-chart"]
|
||||||
path = django-helm-chart
|
path = django-helm-chart
|
||||||
url = https://git.kurocon.nl/KuroNET/django-helm-chart.git
|
url = https://gitlab.com/burke-software/django-helm-chart.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4c7256e5c96d18e4f187074354690a11d65b57fe
|
Subproject commit 74288199f63f3894345e1393433b247e66280ea0
|
Loading…
Reference in a new issue