diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index c11926f..b4bc0f7 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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: @@ -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) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 606c63e..77a1dd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/chart-releaser-action@v1.2.1 - with: - charts_dir: stable env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/README.md b/README.md deleted file mode 100644 index 91ff36b..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Coredns Helm Chart repository - -## Kubernetes - -This is a basic repository for *Coredns* helm charts. - -### Helm Chart - -This repository provides helm chart repo. - -``` -helm repo add coredns https://coredns.github.io/helm -helm install coredns/ -``` diff --git a/README.md b/README.md new file mode 120000 index 0000000..9f01818 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +charts/coredns/README.md \ No newline at end of file diff --git a/stable/coredns/.helmignore b/charts/coredns/.helmignore similarity index 100% rename from stable/coredns/.helmignore rename to charts/coredns/.helmignore diff --git a/stable/coredns/Chart.yaml b/charts/coredns/Chart.yaml similarity index 100% rename from stable/coredns/Chart.yaml rename to charts/coredns/Chart.yaml diff --git a/stable/coredns/README.md b/charts/coredns/README.md similarity index 100% rename from stable/coredns/README.md rename to charts/coredns/README.md diff --git a/stable/coredns/templates/NOTES.txt b/charts/coredns/templates/NOTES.txt similarity index 100% rename from stable/coredns/templates/NOTES.txt rename to charts/coredns/templates/NOTES.txt diff --git a/stable/coredns/templates/_helpers.tpl b/charts/coredns/templates/_helpers.tpl similarity index 100% rename from stable/coredns/templates/_helpers.tpl rename to charts/coredns/templates/_helpers.tpl diff --git a/stable/coredns/templates/clusterrole-autoscaler.yaml b/charts/coredns/templates/clusterrole-autoscaler.yaml similarity index 100% rename from stable/coredns/templates/clusterrole-autoscaler.yaml rename to charts/coredns/templates/clusterrole-autoscaler.yaml diff --git a/stable/coredns/templates/clusterrole.yaml b/charts/coredns/templates/clusterrole.yaml similarity index 100% rename from stable/coredns/templates/clusterrole.yaml rename to charts/coredns/templates/clusterrole.yaml diff --git a/stable/coredns/templates/clusterrolebinding-autoscaler.yaml b/charts/coredns/templates/clusterrolebinding-autoscaler.yaml similarity index 100% rename from stable/coredns/templates/clusterrolebinding-autoscaler.yaml rename to charts/coredns/templates/clusterrolebinding-autoscaler.yaml diff --git a/stable/coredns/templates/clusterrolebinding.yaml b/charts/coredns/templates/clusterrolebinding.yaml similarity index 100% rename from stable/coredns/templates/clusterrolebinding.yaml rename to charts/coredns/templates/clusterrolebinding.yaml diff --git a/stable/coredns/templates/configmap-autoscaler.yaml b/charts/coredns/templates/configmap-autoscaler.yaml similarity index 100% rename from stable/coredns/templates/configmap-autoscaler.yaml rename to charts/coredns/templates/configmap-autoscaler.yaml diff --git a/stable/coredns/templates/configmap.yaml b/charts/coredns/templates/configmap.yaml similarity index 100% rename from stable/coredns/templates/configmap.yaml rename to charts/coredns/templates/configmap.yaml diff --git a/stable/coredns/templates/deployment-autoscaler.yaml b/charts/coredns/templates/deployment-autoscaler.yaml similarity index 100% rename from stable/coredns/templates/deployment-autoscaler.yaml rename to charts/coredns/templates/deployment-autoscaler.yaml diff --git a/stable/coredns/templates/deployment.yaml b/charts/coredns/templates/deployment.yaml similarity index 100% rename from stable/coredns/templates/deployment.yaml rename to charts/coredns/templates/deployment.yaml diff --git a/stable/coredns/templates/hpa.yaml b/charts/coredns/templates/hpa.yaml similarity index 100% rename from stable/coredns/templates/hpa.yaml rename to charts/coredns/templates/hpa.yaml diff --git a/stable/coredns/templates/poddisruptionbudget.yaml b/charts/coredns/templates/poddisruptionbudget.yaml similarity index 100% rename from stable/coredns/templates/poddisruptionbudget.yaml rename to charts/coredns/templates/poddisruptionbudget.yaml diff --git a/stable/coredns/templates/podsecuritypolicy.yaml b/charts/coredns/templates/podsecuritypolicy.yaml similarity index 100% rename from stable/coredns/templates/podsecuritypolicy.yaml rename to charts/coredns/templates/podsecuritypolicy.yaml diff --git a/stable/coredns/templates/service-metrics.yaml b/charts/coredns/templates/service-metrics.yaml similarity index 100% rename from stable/coredns/templates/service-metrics.yaml rename to charts/coredns/templates/service-metrics.yaml diff --git a/stable/coredns/templates/service.yaml b/charts/coredns/templates/service.yaml similarity index 100% rename from stable/coredns/templates/service.yaml rename to charts/coredns/templates/service.yaml diff --git a/stable/coredns/templates/serviceaccount-autoscaler.yaml b/charts/coredns/templates/serviceaccount-autoscaler.yaml similarity index 100% rename from stable/coredns/templates/serviceaccount-autoscaler.yaml rename to charts/coredns/templates/serviceaccount-autoscaler.yaml diff --git a/stable/coredns/templates/serviceaccount.yaml b/charts/coredns/templates/serviceaccount.yaml similarity index 100% rename from stable/coredns/templates/serviceaccount.yaml rename to charts/coredns/templates/serviceaccount.yaml diff --git a/stable/coredns/templates/servicemonitor.yaml b/charts/coredns/templates/servicemonitor.yaml similarity index 100% rename from stable/coredns/templates/servicemonitor.yaml rename to charts/coredns/templates/servicemonitor.yaml diff --git a/stable/coredns/values.yaml b/charts/coredns/values.yaml similarity index 100% rename from stable/coredns/values.yaml rename to charts/coredns/values.yaml