Fix pipeline
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
2024-01-24 22:09:39 +00:00
parent 8389dbcee7
commit b6cd28d1e9
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

Binary file not shown.