Skip to content

Commit

Permalink
Make helm install wire-server verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Sep 27, 2022
1 parent 1748d54 commit 9c454d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/offline-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helm upgrade --install --wait fake-aws ./charts/fake-aws --values ./values/fake-
helm upgrade --install --wait demo-smtp ./charts/demo-smtp --values ./values/demo-smtp/prod-values.example.yaml
helm upgrade --install --wait databases-ephemeral ./charts/databases-ephemeral --values ./values/databases-ephemeral/prod-values.example.yaml
helm upgrade --install --wait reaper ./charts/reaper
helm upgrade --install --wait wire-server ./charts/wire-server --values ./values/wire-server/prod-values.example.yaml --values ./values/wire-server/secrets.yaml
helm --debug upgrade --install --wait wire-server ./charts/wire-server --values ./values/wire-server/prod-values.example.yaml --values ./values/wire-server/secrets.yaml
helm upgrade --install --wait nginx-ingress-controller ./charts/nginx-ingress-controller

# TODO: Requires certs; which we do not have in CI/CD at this point. future work =) (Would need cert-manager in offline package. That'd be neat)
Expand Down

0 comments on commit 9c454d0

Please sign in to comment.