diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9f0251..311847d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,2 +1,2 @@ -{"superset":"0.12.10-rc.1"} +{} diff --git a/README.md b/README.md index c0e1614..55c88e6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Provides a collection of [helm](https://helm.sh/) charts used by the [okdp](http ## TL;DR ```console -$ helm repo add odkp http://okdp.github.io/charts/ +$ helm repo add odkp https://okdp.github.io/charts/ $ helm install my-release odkp/[chart] ``` diff --git a/release-please-config.json b/release-please-config.json index 1955f53..fd57ec1 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,6 +9,16 @@ "draft": false, "prerelease": true, "initial-version": "0.12.10-rc.1" + }, + "spark-history-server": { + "changelog-path": "CHANGELOG.md", + "release-type": "helm", + "changelog-type": "default", + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, + "draft": false, + "prerelease": true, + "initial-version": "1.0.0" } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" diff --git a/superset/README.md b/superset/README.md index 7931520..f4d32bf 100644 --- a/superset/README.md +++ b/superset/README.md @@ -40,7 +40,7 @@ Objectively, the chart provides the following features: ## TL;DR ```console -$ helm repo add odkp http://okdp.github.io/charts +$ helm repo add odkp https://okdp.github.io/charts $ helm install my-superset odkp/superset ``` diff --git a/superset/README.md.gotmpl b/superset/README.md.gotmpl index 7951a88..8463892 100644 --- a/superset/README.md.gotmpl +++ b/superset/README.md.gotmpl @@ -41,7 +41,7 @@ Objectively, the chart provides the following features: ## TL;DR ```console -$ helm repo add odkp http://okdp.github.io/charts +$ helm repo add odkp https://okdp.github.io/charts $ helm install my-superset odkp/superset ```