Lowerspace Chart Name and simplify pipeline
Some checks failed
Build and Push Docker Image / build (push) Failing after 7s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7s
This commit is contained in:
@@ -17,8 +17,5 @@ jobs:
|
||||
- name: Setup helm Repo
|
||||
run: helm repo add --username ${{ secrets.REGISTRY_USER }} --password ${{ secrets.REGISTRY_PASSWORD }} gitea https://git.kocoder.xyz/api/packages/kocoded/helm
|
||||
|
||||
- name: Build helm chart
|
||||
run: helm package ./helm/chart/vt
|
||||
|
||||
- name: Build and Push
|
||||
run: helm cm-push ./vt-*.tgz gitea
|
||||
run: helm cm-push ./helm/chart/vt gitea
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: VT
|
||||
name: vt
|
||||
description: A Helm chart for Kubernetes
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
|
||||
Reference in New Issue
Block a user