diff --git a/.goreleaser.yml b/.goreleaser.yml index 2d345fa..e04a03a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -56,18 +56,3 @@ dockers: extra_files: - etc/chart_schema.yaml - etc/lintconf.yaml -brews: - - github: - owner: helm - name: homebrew-tap - commit_author: - name: helm-bot - email: helm-bot@users.noreply.github.com - folder: Formula - homepage: https://github.com/helm/chart-testing/ - description: Testing and linting Helm charts - install: | - bin.install "ct" - etc.install "etc" => "ct" - test: | - system "#{bin}/ct version" diff --git a/README.md b/README.md index e59e038..1644769 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ available tags [here](https://quay.io/repository/helmpack/chart-testing?tab=tags ### Homebrew ```console -$ brew tap helm/tap $ brew install chart-testing ```