|
29 | 29 | | `webapp.replicaCount` | Number of webapp replicas | `1` |
|
30 | 30 | | `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` |
|
31 | 31 | | `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` |
|
32 |
| -| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.33.3-alpha` | |
| 32 | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.33.4-alpha` | |
33 | 33 | | `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` |
|
34 | 34 | | `webapp.service.type` | The service type to use for the webapp service | `ClusterIP` |
|
35 | 35 | | `webapp.service.port` | The service port to expose the webapp on | `80` |
|
|
56 | 56 | | `scheduler.replicaCount` | Number of scheduler replicas | `1` |
|
57 | 57 | | `scheduler.image.repository` | The repository to use for the airbyte scheduler image. | `airbyte/scheduler` |
|
58 | 58 | | `scheduler.image.pullPolicy` | the pull policy to use for the airbyte scheduler image | `IfNotPresent` |
|
59 |
| -| `scheduler.image.tag` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | `0.33.3-alpha` | |
| 59 | +| `scheduler.image.tag` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | `0.33.4-alpha` | |
60 | 60 | | `scheduler.podAnnotations` | Add extra annotations to the scheduler pod | `{}` |
|
61 | 61 | | `scheduler.resources.limits` | The resources limits for the scheduler container | `{}` |
|
62 | 62 | | `scheduler.resources.requests` | The requested resources for the scheduler container | `{}` |
|
|
87 | 87 | | `server.replicaCount` | Number of server replicas | `1` |
|
88 | 88 | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` |
|
89 | 89 | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` |
|
90 |
| -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.33.3-alpha` | |
| 90 | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.33.4-alpha` | |
91 | 91 | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` |
|
92 | 92 | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` |
|
93 | 93 | | `server.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
|
|
121 | 121 | | `worker.replicaCount` | Number of worker replicas | `1` |
|
122 | 122 | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` |
|
123 | 123 | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` |
|
124 |
| -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.33.3-alpha` | |
| 124 | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.33.4-alpha` | |
125 | 125 | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` |
|
126 | 126 | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` |
|
127 | 127 | | `worker.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
|
|
0 commit comments