Fix pipeline
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -19,6 +19,6 @@ jobs:
|
|||||||
- name: Upload Helm Chart
|
- name: Upload Helm Chart
|
||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
curl --request POST \
|
||||||
-H "Authorization: Bearer ${{ secrets.GITEA_TOKEN }}" \
|
--user "${HELM_USER}:${HELM_PASS}" \
|
||||||
--form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \
|
--upload-file "wordyne-${HELM_CHART_VERSION}.tgz" \
|
||||||
https://git.cloudyne.io/api/packages/helm/helm/charts
|
https://helm.cloudyne.io/api/charts
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: wordyne
|
name: wordyne
|
||||||
description: Helm chart for deploying pre-built website containers to kubernetes clusters
|
description: Helm chart for deploying pre-built website containers to kubernetes clusters
|
||||||
type: application
|
type: application
|
||||||
version: "1.0.24"
|
version: "1.0.27"
|
||||||
appVersion: "6.2.2"
|
appVersion: "6.2.2"
|
||||||
|
|||||||
BIN
wordyne-1.0.27.tgz
Normal file
BIN
wordyne-1.0.27.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user