From f1e84ba5c737a64a0ff7637a259be27d69869481 Mon Sep 17 00:00:00 2001 From: mloiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Tue, 7 Mar 2023 08:40:42 +0100 Subject: [PATCH] doc: Improve upgrade command (#803) --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 47b54b0cb..c0718f9b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,3 @@ - - ### What does this PR do? @@ -19,3 +13,9 @@ HOW TO WRITE A GOOD PULL REQUEST? https://doc.traefik.io/traefik/contributing/su - [ ] Yes, I updated the tests accordingly - [ ] Yes, I ran `make test` and all the tests passed + + diff --git a/README.md b/README.md index 7d159f086..6c9705213 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ helm repo update # See current Chart & Traefik version helm search repo traefik/traefik # Upgrade Traefik -helm upgrade traefik traefik/traefik +helm upgrade --reuse-values traefik traefik/traefik ``` New major version indicates that there is an incompatible breaking change.