Skip to content

Commit 70519f7

Browse files
committed
Rename stable to charts folder, link README
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]>
1 parent b77eed8 commit 70519f7

25 files changed

+4
-19
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Helm
1515
uses: azure/setup-helm@v1
1616
with:
17-
version: v3.6.0
17+
version: v3.6.3
1818

1919
- uses: actions/setup-python@v2
2020
with:
@@ -35,7 +35,7 @@ jobs:
3535
run: ct lint
3636

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

4141
- name: Run chart-testing (install)

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
- name: Set up Helm
2424
uses: azure/setup-helm@v1
2525
with:
26-
version: v3.6.0
26+
version: v3.6.3
2727

2828
- name: Run chart-releaser
2929
uses: helm/[email protected]
30-
with:
31-
charts_dir: stable
3230
env:
3331
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
charts/coredns/README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)