Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd49fce7b7 | |||
|
|
e93cdda80e |
@@ -21,5 +21,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
curl --request POST \
|
||||||
--user ${{ secrets.HELM_PKG_UPLOAD_USER }}:${{ secrets.HELM_PKG_UPLOAD_PASS }} \
|
--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
|
https://git.cloudyne.io/api/packages/helm/helm/api/charts
|
||||||
|
|||||||
38
fleet.yaml
Normal file
38
fleet.yaml
Normal 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"
|
||||||
Reference in New Issue
Block a user