@@ -31,7 +31,7 @@ Helm charts for Airbyte.
31
31
| ` webapp.replicaCount ` | Number of webapp replicas | ` 1 ` |
32
32
| ` webapp.image.repository ` | The repository to use for the airbyte webapp image. | ` airbyte/webapp ` |
33
33
| ` webapp.image.pullPolicy ` | the pull policy to use for the airbyte webapp image | ` IfNotPresent ` |
34
- | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.35.62 -alpha ` |
34
+ | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.35.63 -alpha ` |
35
35
| ` webapp.podAnnotations ` | Add extra annotations to the webapp pod(s) | ` {} ` |
36
36
| ` webapp.containerSecurityContext ` | Security context for the container | ` {} ` |
37
37
| ` webapp.livenessProbe.enabled ` | Enable livenessProbe on the webapp | ` true ` |
@@ -73,7 +73,7 @@ Helm charts for Airbyte.
73
73
| ` scheduler.replicaCount ` | Number of scheduler replicas | ` 1 ` |
74
74
| ` scheduler.image.repository ` | The repository to use for the airbyte scheduler image. | ` airbyte/scheduler ` |
75
75
| ` scheduler.image.pullPolicy ` | the pull policy to use for the airbyte scheduler image | ` IfNotPresent ` |
76
- | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.35.62 -alpha ` |
76
+ | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.35.63 -alpha ` |
77
77
| ` scheduler.podAnnotations ` | Add extra annotations to the scheduler pod | ` {} ` |
78
78
| ` scheduler.resources.limits ` | The resources limits for the scheduler container | ` {} ` |
79
79
| ` scheduler.resources.requests ` | The requested resources for the scheduler container | ` {} ` |
@@ -120,7 +120,7 @@ Helm charts for Airbyte.
120
120
| ` server.replicaCount ` | Number of server replicas | ` 1 ` |
121
121
| ` server.image.repository ` | The repository to use for the airbyte server image. | ` airbyte/server ` |
122
122
| ` server.image.pullPolicy ` | the pull policy to use for the airbyte server image | ` IfNotPresent ` |
123
- | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.35.62 -alpha ` |
123
+ | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.35.63 -alpha ` |
124
124
| ` server.podAnnotations ` | Add extra annotations to the server pod | ` {} ` |
125
125
| ` server.containerSecurityContext ` | Security context for the container | ` {} ` |
126
126
| ` server.livenessProbe.enabled ` | Enable livenessProbe on the server | ` true ` |
@@ -158,7 +158,7 @@ Helm charts for Airbyte.
158
158
| ` worker.replicaCount ` | Number of worker replicas | ` 1 ` |
159
159
| ` worker.image.repository ` | The repository to use for the airbyte worker image. | ` airbyte/worker ` |
160
160
| ` worker.image.pullPolicy ` | the pull policy to use for the airbyte worker image | ` IfNotPresent ` |
161
- | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.35.62 -alpha ` |
161
+ | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.35.63 -alpha ` |
162
162
| ` worker.podAnnotations ` | Add extra annotations to the worker pod(s) | ` {} ` |
163
163
| ` worker.containerSecurityContext ` | Security context for the container | ` {} ` |
164
164
| ` worker.livenessProbe.enabled ` | Enable livenessProbe on the worker | ` true ` |
@@ -190,7 +190,7 @@ Helm charts for Airbyte.
190
190
| ----------------------------- | -------------------------------------------------------------------- | -------------------- |
191
191
| ` bootloader.image.repository ` | The repository to use for the airbyte bootloader image. | ` airbyte/bootloader ` |
192
192
| ` bootloader.image.pullPolicy ` | the pull policy to use for the airbyte bootloader image | ` IfNotPresent ` |
193
- | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.35.62 -alpha ` |
193
+ | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.35.63 -alpha ` |
194
194
195
195
196
196
### Temporal parameters
0 commit comments