Release 1.0.0 (#300)

* Release 1.0.0

* update deploy files

* remove docs for old capabilities

* update images

* update image

* update docs

* remove capabilities language

* add CLI changes to changelog

* reorg changelog
This commit is contained in:
Robert Brennan
2020-05-20 09:00:41 -04:00
committed by GitHub
parent 2ac6a2b540
commit bd14ab8bc1
12 changed files with 111 additions and 405 deletions
-2
View File
@@ -5,7 +5,6 @@ set -eo pipefail
helm template $CHARTS_DIR/stable/polaris/ \
--name polaris --namespace polaris \
--set templateOnly=true \
--set config="$(cat ./examples/config.yaml)" \
> deploy/dashboard.yaml
helm template $CHARTS_DIR/stable/polaris/ \
@@ -13,5 +12,4 @@ helm template $CHARTS_DIR/stable/polaris/ \
--set templateOnly=true \
--set webhook.enable=true \
--set dashboard.enable=false \
--set config="$(cat ./examples/config.yaml)" \
> deploy/webhook.yaml