Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b091e25

Browse files
authored
Merge pull request #114 from cospeedster/patch-1
feat: Allow setting `revisionHistoryLimit` and updating helm/README.me from values.yaml
1 parent 18b9430 commit b091e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apigateway/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
262262
| grpcService.hostname | string | `""` | |
263263
| grpcService.type | string | `"LoadBalancer"` | |
264264
| 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 |
266266
| 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 |
267267
| 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. |
268268
| imagePullSecrets | list | `[{"name":"regcred"}]` | Image pull secret reference. By default looks for `regcred`. |

0 commit comments

Comments
 (0)