|
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.35.31-alpha` | |
| 32 | +| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.35.32-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` |
|
|
55 | 55 | | `scheduler.replicaCount` | Number of scheduler replicas | `1` |
|
56 | 56 | | `scheduler.image.repository` | The repository to use for the airbyte scheduler image. | `airbyte/scheduler` |
|
57 | 57 | | `scheduler.image.pullPolicy` | the pull policy to use for the airbyte scheduler image | `IfNotPresent` |
|
58 |
| -| `scheduler.image.tag` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | `0.35.31-alpha` | |
| 58 | +| `scheduler.image.tag` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | `0.35.32-alpha` | |
59 | 59 | | `scheduler.podAnnotations` | Add extra annotations to the scheduler pod | `{}` |
|
60 | 60 | | `scheduler.resources.limits` | The resources limits for the scheduler container | `{}` |
|
61 | 61 | | `scheduler.resources.requests` | The requested resources for the scheduler container | `{}` |
|
|
86 | 86 | | `server.replicaCount` | Number of server replicas | `1` |
|
87 | 87 | | `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` |
|
88 | 88 | | `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` |
|
89 |
| -| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.35.31-alpha` | |
| 89 | +| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.35.32-alpha` | |
90 | 90 | | `server.podAnnotations` | Add extra annotations to the server pod | `{}` |
|
91 | 91 | | `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` |
|
92 | 92 | | `server.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
|
|
120 | 120 | | `worker.replicaCount` | Number of worker replicas | `1` |
|
121 | 121 | | `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` |
|
122 | 122 | | `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` |
|
123 |
| -| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.35.31-alpha` | |
| 123 | +| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.35.32-alpha` | |
124 | 124 | | `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` |
|
125 | 125 | | `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` |
|
126 | 126 | | `worker.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
|
|
148 | 148 | | ----------------------------- | -------------------------------------------------------------------- | -------------------- |
|
149 | 149 | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` |
|
150 | 150 | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` |
|
151 |
| -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.35.31-alpha` | |
| 151 | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.35.32-alpha` | |
152 | 152 |
|
153 | 153 |
|
154 | 154 | ### Temporal parameters
|
|
0 commit comments