File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ helm upgrade --install --wait smtp ./charts/smtp --values $SMTP_VALUES_FILE
2525helm upgrade --install --wait rabbitmq ./charts/rabbitmq --values ./values/rabbitmq/prod-values.example.yaml --values ./values/rabbitmq/prod-secrets.example.yaml
2626# it will only deploy the redis cluster
2727helm upgrade --install --wait databases-ephemeral ./charts/databases-ephemeral --values ./values/databases-ephemeral/prod-values.example.yaml
28- helm upgrade --install --wait reaper ./charts/reaper
28+ helm upgrade --install --wait reaper ./charts/reaper --values ./values/reaper/prod-values.example.yaml
2929helm upgrade --install --wait --timeout=30m0s wire-server ./charts/wire-server --values ./values/wire-server/prod-values.example.yaml --values ./values/wire-server/secrets.yaml
3030
3131# if charts/webapp directory exists
You can’t perform that action at this time.
0 commit comments