mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 04:48:31 +07:00
GITBOOK-47: Add --set tls.force=true for updating using helm
This commit is contained in:
committed by
gitbook-bot
parent
84eb6c6614
commit
b8446eb577
@@ -24,6 +24,10 @@ Select the Portainer update method which matches the original installation metho
|
||||
|
||||
## Method 1: Updating using Helm
|
||||
|
||||
{% hint style="info" %}
|
||||
This article assumes that you installed originally using our [install instructions](../install/server/kubernetes/baremetal.md#deploy-using-helm).
|
||||
{% endhint %}
|
||||
|
||||
Add the Portainer Helm repository by running the following commands. Ignore any warnings about the repo already being there:
|
||||
|
||||
```
|
||||
@@ -37,14 +41,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=sts
|
||||
--set tls.force=true --set image.tag=sts
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
Reference in New Issue
Block a user