From c689f353b882097f52e80b7e8129ef2eb00d423a Mon Sep 17 00:00:00 2001 From: Marshall Asch Date: Mon, 10 Jul 2023 13:04:01 -0400 Subject: [PATCH] fix: remove non-existant linter script from helm workflow --- .github/workflows/helm.yaml | 4 ---- charts/plex-media-server/README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 6d6ee0c8..47ae2e24 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -34,10 +34,6 @@ jobs: ./ah lint -p charts/plex-media-server || exit 1 rm -f ./ah ./ah_1.5.0_linux_amd64.tar.gz - - name: Lint - run: | - ./build/run-in-docker.sh ./hack/verify-chart-lint.sh - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 id: filter with: diff --git a/charts/plex-media-server/README.md b/charts/plex-media-server/README.md index 606968a7..83916b8b 100644 --- a/charts/plex-media-server/README.md +++ b/charts/plex-media-server/README.md @@ -1,7 +1,7 @@ # plex-media-server Chart =========== -A Helm chart for deploying the a Plex Personal Media Server(PMS) server. +A Helm chart for deploying the Plex Personal Media Server(PMS) server. While Plex is responsible for maintaining this Helm chart, we cannot provide support for troubleshooting related to its usage. For community assistance, please visit our [support forums](https://forums.plex.tv/).