Skip to content

Commit

Permalink
Rename stable to charts folder, link README
Browse files Browse the repository at this point in the history
This is the common approach, stable doesnt make sense.
Also since coredns is the only chart in this repo, link the README
instead.

Signed-off-by: Manuel Rüger <[email protected]>
  • Loading branch information
mrueg committed Aug 16, 2021
1 parent b77eed8 commit 70519f7
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.6.0
version: v3.6.3

- uses: actions/setup-python@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
run: ct lint

- name: Create kind cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.6.0
version: v3.6.3

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: stable
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
14 changes: 0 additions & 14 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
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.

0 comments on commit 70519f7

Please sign in to comment.