diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index a075d31..13c60d5 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -11,12 +11,13 @@ jobs: - name: Fetch history run: git fetch --prune --unshallow + - name: Install Chart Tester + uses: helm/chart-testing-action@v2.4.0 + - name: Add WyriHaximusNet repo + run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ - name: Lint charts id: lint - uses: helm/chart-testing-action@v2.4.0 - with: - command: lint - config: ct.yaml + run: ct lint --all test: runs-on: ubuntu-latest @@ -59,11 +60,13 @@ jobs: sed -i '$ d' charts/commentoplusplus/ci/postgresql-values.yaml echo -e " manual: \"${{ steps.postgresql.outputs.url }}\"\r\n" >> charts/commentoplusplus/ci/postgresql-values.yaml sed -i 's/library/application/g' charts/commons/Chart.yaml - sed -i 's/library/application/g' charts/cron-jobs/Chart.yaml - sed -i 's/library/application/g' charts/horizontal-pod-autoscalers/Chart.yaml rm -Rf charts/commento rm -Rf charts/commentoplusplus - - name: Test charts +# sed -i 's/library/application/g' charts/cron-jobs/Chart.yaml +# sed -i 's/library/application/g' charts/horizontal-pod-autoscalers/Chart.yaml + - name: Add WyriHaximusNet repo + run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ + - name: Install Chart Tester uses: helm/chart-testing-action@v2.4.0 - with: - command: install + - name: Test charts + run: ct install diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml index 41efa6c..84467db 100644 --- a/charts/commento/Chart.yaml +++ b/charts/commento/Chart.yaml @@ -4,12 +4,9 @@ description: Helm chart to install commento on a kubernetes cluster home: https://commento.io/ icon: https://cdn.commento.io/images/logo.svg name: commento -version: 0.2.1 +version: 0.2.2 deprecated: true kubeVersion: ^1.19 -maintainers: - - name: WyriHaximus - email: helm@wyrihaximus.net dependencies: - name: commons version: ^0.1