Skip to content

Commit

Permalink
doc: Improve upgrade command (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Mar 7, 2023
1 parent 6d6c1dc commit f1e84ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!--
HOW TO WRITE A GOOD PULL REQUEST? https://doc.traefik.io/traefik/contributing/submitting-pull-requests/
-->

### What does this PR do?

<!-- A brief description of the change being made with this pull request. -->
Expand All @@ -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

<!--
HOW TO WRITE A GOOD PULL REQUEST? https://doc.traefik.io/traefik/contributing/submitting-pull-requests/
-->

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1e84ba

Please sign in to comment.