mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 04:48:31 +07:00
Add tls.force flag to helm upgrade commands
Added tls.force flag to helm upgrade commands for both editions.
This commit is contained in:
@@ -31,14 +31,14 @@ Next, run one of the following commands to update Portainer:
|
||||
{% tab title="Business Edition" %}
|
||||
```
|
||||
helm upgrade -n portainer portainer portainer/portainer \
|
||||
--set enterpriseEdition.image.tag=sts --set enterpriseEdition.enabled=true
|
||||
--set tls.force=true --set enterpriseEdition.image.tag=sts --set enterpriseEdition.enabled=true
|
||||
```
|
||||
{% endtab %}
|
||||
|
||||
{% tab title="Community Edition" %}
|
||||
```
|
||||
helm upgrade -n portainer portainer portainer/portainer \
|
||||
--set image.tag=lts
|
||||
--set tls.force=true --set image.tag=lts
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
Reference in New Issue
Block a user