From 49f3a5ee044cbb635654d14b780d71ca0cb4ab65 Mon Sep 17 00:00:00 2001 From: Alexander Zigelski <7140800+crunchtime-ali@users.noreply.github.com> Date: Mon, 31 Aug 2020 01:21:46 +0200 Subject: [PATCH] Migrate chart-testing formula to homebrew/core (#247) Signed-off-by: Scott Rigby --- .goreleaser.yml | 15 --------------- README.md | 1 - 2 files changed, 16 deletions(-) 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 ```