2 Commits
1.0.0 ... main

Author SHA1 Message Date
bd49fce7b7 Add fleet 2024-01-22 11:33:25 +00:00
Lars
e93cdda80e Updated CI
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
2024-01-22 12:17:36 +01:00
2 changed files with 39 additions and 1 deletions

View File

@@ -21,5 +21,5 @@ jobs:
run: |
curl --request POST \
--user ${{ secrets.HELM_PKG_UPLOAD_USER }}:${{ secrets.HELM_PKG_UPLOAD_PASS }} \
--form "chart=@*-${HELM_CHART_VERSION}.tgz" \
--form "chart=@minimal-test-${HELM_CHART_VERSION}.tgz" \
https://git.cloudyne.io/api/packages/helm/helm/api/charts

38
fleet.yaml Normal file
View File

@@ -0,0 +1,38 @@
namespace: fleet-helm-example
helm:
releaseName: minimal-helm-example
# The directory of the chart in the repo. Also any valid go-getter supported
# URL can be used there is specify where to download the chart from.
# If repo below is set this value if the chart name in the repo
chart: "minimal-test"
# An https to a valid Helm repository to download the chart from
repo: "https://helm.cloudyne.io"
# Used if repo is set to look up the version of the chart
version: "1.0.1"
# Force recreate resource that can not be updated
force: false
# How long for helm to wait for the release to be active. If the value
# is less that or equal to zero, we will not wait in Helm
timeoutSeconds: 30
# Custom values that will be passed as values.yaml to the installation
values:
secretContents:
THIS: "was a triumph"
I: "am making a note here, huge success"
It: "is hard to overstate my satisfaction"
Aperture: "Science"
We: "do what we must, because we can"
Because: "we can"
For: "All of us"
Except: "The ones who are dead"
But: "There's no sense crying over every mistake"
You: "Just keep on trying till you run out of cake"
And: "The science gets done"
AndYou: "make a neat gun"
ForThe: "people who are still alive"