Skip to content

Commit 01dcc1f

Browse files
chore: update README.md
1 parent 955a88c commit 01dcc1f

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

charts/gitops-runtime/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,29 @@ sealed-secrets:
189189
enabled: false
190190
```
191191

192+
## Upgrading
193+
194+
### To 0.23.x
195+
196+
#### Affected values
197+
198+
- `.Values.gitops-operator.image` map has been changed to include `registry` field. Please migrate the values git below:
199+
200+
```yaml
201+
# before
202+
gitops-operator:
203+
image:
204+
repository: quay.io/codefresh/codefresh-gitops-operator
205+
tag: vX.Y.Z
206+
207+
# after
208+
gitops-operator:
209+
image:
210+
registry: quay.io
211+
repository: codefresh/codefresh-gitops-operator
212+
tag: vX.Y.Z
213+
```
214+
192215
## Values
193216
194217
| Key | Type | Default | Description |

charts/gitops-runtime/README.md.gotmpl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,27 @@ sealed-secrets:
193193
enabled: false
194194
```
195195

196+
## Upgrading
197+
198+
### To 0.23.x
199+
200+
#### Affected values
201+
202+
- `.Values.gitops-operator.image` map has been changed to include `registry` field. Please migrate the values git below:
203+
204+
```yaml
205+
# before
206+
gitops-operator:
207+
image:
208+
repository: quay.io/codefresh/codefresh-gitops-operator
209+
tag: vX.Y.Z
210+
211+
# after
212+
gitops-operator:
213+
image:
214+
registry: quay.io
215+
repository: codefresh/codefresh-gitops-operator
216+
tag: vX.Y.Z
217+
```
218+
196219
{{ template "chart.valuesSection" . }}

0 commit comments

Comments
 (0)