Skip to content

Commit 820c7c5

Browse files
helm-docs
1 parent 1121527 commit 820c7c5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

charts/gitops-runtime/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![AppVersion: 0.1.44](https://img.shields.io/badge/AppVersion-0.1.44-informational?style=flat-square)
2+
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: 0.1.44](https://img.shields.io/badge/AppVersion-0.1.44-informational?style=flat-square)
33

44
## Prerequisites
55

@@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue:
2727
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
2828

2929
```
30-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.5.2 <local_registry>
30+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.6.0 <local_registry>
3131
```
3232
`output_dir` - is a local directory where the utility will output files. <br>
3333
`local_registry` - is your local registry where you want to mirror the images to
@@ -119,6 +119,9 @@ sealed-secrets:
119119
| app-proxy.livenessProbe.timeoutSeconds | int | `10` | Number of seconds after which the [probe] times out. |
120120
| app-proxy.nameOverride | string | `""` | |
121121
| app-proxy.nodeSelector | object | `{}` | |
122+
| app-proxy.pdb.enabled | bool | `false` | Enable PDB |
123+
| app-proxy.pdb.maxUnavailable | string | `""` | Set number of pods that are unavailable after eviction as number or percentage |
124+
| app-proxy.pdb.minAvailable | int | `1` | Set number of pods that are available after eviction as number or percentage |
122125
| app-proxy.podAnnotations | object | `{}` | |
123126
| app-proxy.podLabels | object | `{}` | |
124127
| app-proxy.podSecurityContext | object | `{}` | |
@@ -306,6 +309,9 @@ sealed-secrets:
306309
| internal-router.imagePullSecrets | list | `[]` | |
307310
| internal-router.nameOverride | string | `""` | |
308311
| internal-router.nodeSelector | object | `{}` | |
312+
| internal-router.pdb.enabled | bool | `false` | Enable PDB |
313+
| internal-router.pdb.maxUnavailable | string | `""` | Set number of pods that are unavailable after eviction as number or percentage |
314+
| internal-router.pdb.minAvailable | int | `1` | Set number of pods that are available after eviction as number or percentage |
309315
| internal-router.podAnnotations | object | `{}` | |
310316
| internal-router.podLabels | object | `{}` | |
311317
| internal-router.podSecurityContext | object | `{}` | |

0 commit comments

Comments
 (0)