mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user