Skip to content

Commit

Permalink
Import workflows from vapor; add manual dispatch options (#189)
Browse files Browse the repository at this point in the history
* Inherit secret from caller

* Move charts into charts/; remove prophetess

* Update to charts/* for validation
  • Loading branch information
GuessWhoSamFoo authored Nov 6, 2023
1 parent d451d97 commit 4d3b2d3
Show file tree
Hide file tree
Showing 132 changed files with 4 additions and 701 deletions.
46 changes: 0 additions & 46 deletions .github/actions/publish-charts.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/actions/validate-charts.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ./.github/workflows/validate-charts.yml
with:
k8s_version: 1.24.15
charts_path: '*/'
charts_path: 'charts/*'

publish:
name: 'Publish'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ on:
jobs:
manual-publish:
uses: ./.github/workflows/publish-charts.yml
secrets: inherit
with:
bucket_name: charts.vapor.io
4 changes: 2 additions & 2 deletions .github/workflows/validate-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
env:
VERSION: ${{ inputs.k8s_version }}
run: |
for c in $(find . -maxdepth 1 -mindepth 1 ! -path '*/.*' -type d -printf '%P\n')
for c in $(ls charts)
do
helm template "${c}" "${c}" --debug --kube-version $VERSION --dependency-update --output-dir dist
helm template "${c}" "charts/${c}" --debug --kube-version $VERSION --dependency-update --output-dir dist
done
- uses: docker://ghcr.io/yannh/kubeconform:latest
env:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions prophetess/Chart.yaml

This file was deleted.

124 changes: 0 additions & 124 deletions prophetess/_test_values.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions prophetess/templates/NOTES.txt

This file was deleted.

63 changes: 0 additions & 63 deletions prophetess/templates/_helpers.tpl

This file was deleted.

Loading

0 comments on commit 4d3b2d3

Please sign in to comment.