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.