Skip to content

Commit 707826d

Browse files
Add a warning in the helm readme to check for braking changes
1 parent 03ed398 commit 707826d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

helm/korifi/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ If you want to try out Korifi on your local machine we recommend [installing kor
77

88
# Installation
99

10-
1. Make sure [dependencies](https://github.com/cloudfoundry/korifi/blob/main/INSTALL.md#dependencies) are installed
10+
1. 🚨 When upgrading from a previous release, please review the [release notes](https://github.com/cloudfoundry/korifi/releases) of the version you are upgrading to for any breaking changes. 🚨
1111

12+
2. Make sure [dependencies](https://github.com/cloudfoundry/korifi/blob/main/INSTALL.md#dependencies) are installed
1213

13-
2. Add the korifi repository:
14+
3. Add the korifi repository:
1415

1516
```
1617
helm repo add korifi https://cloudfoundry.github.io/korifi/
1718
```
1819

19-
3. Install the korifi helm chart
20+
4. Install the korifi helm chart
2021

2122
```
2223
helm install my-korifi korifi/korifi

0 commit comments

Comments
 (0)