You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apigateway/helm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
262
262
| grpcService.hostname | string |`""`||
263
263
| grpcService.type | string |`"LoadBalancer"`||
264
264
| hostAliases | list |`[]`| Value to add extra host aliases to APIGW container. |
265
-
| image.pullPolicy|string|`"IfNotPresent"`||
265
+
| image |object|`{"pullPolicy":"IfNotPresent","repository":"sagcr.azurecr.io/apigateway-minimal","tag":"10.15"}`|The number of old ReplicaSets to retain to allow rollback. revisionHistoryLimit: 10|
266
266
| image.repository | string |`"sagcr.azurecr.io/apigateway-minimal"`| The repository for the image. By default, this points to the Software AG container repository. Change this for air-gapped installations or custom images. For the Software AG container repository you need to have a valid access token stored as registry credentials |
267
267
| image.tag | string |`"10.15"`| The image tag of the apigateway image default this will be the latest version. For realworld scenarios SAG recommends to use a specific version to not accidently change production versions with newer images. |
268
268
| imagePullSecrets | list |`[{"name":"regcred"}]`| Image pull secret reference. By default looks for `regcred`. |
0 commit comments