@@ -30,7 +30,7 @@ Helm charts for Airbyte.
30
30
| ` webapp.replicaCount ` | Number of webapp replicas | ` 1 ` |
31
31
| ` webapp.image.repository ` | The repository to use for the airbyte webapp image. | ` airbyte/webapp ` |
32
32
| ` webapp.image.pullPolicy ` | the pull policy to use for the airbyte webapp image | ` IfNotPresent ` |
33
- | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.38.3 -alpha ` |
33
+ | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.38.4 -alpha ` |
34
34
| ` webapp.podAnnotations ` | Add extra annotations to the webapp pod(s) | ` {} ` |
35
35
| ` webapp.containerSecurityContext ` | Security context for the container | ` {} ` |
36
36
| ` webapp.livenessProbe.enabled ` | Enable livenessProbe on the webapp | ` true ` |
@@ -72,7 +72,7 @@ Helm charts for Airbyte.
72
72
| ` scheduler.replicaCount ` | Number of scheduler replicas | ` 1 ` |
73
73
| ` scheduler.image.repository ` | The repository to use for the airbyte scheduler image. | ` airbyte/scheduler ` |
74
74
| ` scheduler.image.pullPolicy ` | the pull policy to use for the airbyte scheduler image | ` IfNotPresent ` |
75
- | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.38.3 -alpha ` |
75
+ | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.38.4 -alpha ` |
76
76
| ` scheduler.podAnnotations ` | Add extra annotations to the scheduler pod | ` {} ` |
77
77
| ` scheduler.containerSecurityContext ` | Security context for the container | ` {} ` |
78
78
| ` scheduler.livenessProbe.enabled ` | Enable livenessProbe on the scheduler | ` true ` |
@@ -135,7 +135,7 @@ Helm charts for Airbyte.
135
135
| ` server.replicaCount ` | Number of server replicas | ` 1 ` |
136
136
| ` server.image.repository ` | The repository to use for the airbyte server image. | ` airbyte/server ` |
137
137
| ` server.image.pullPolicy ` | the pull policy to use for the airbyte server image | ` IfNotPresent ` |
138
- | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.38.3 -alpha ` |
138
+ | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.38.4 -alpha ` |
139
139
| ` server.podAnnotations ` | Add extra annotations to the server pod | ` {} ` |
140
140
| ` server.containerSecurityContext ` | Security context for the container | ` {} ` |
141
141
| ` server.livenessProbe.enabled ` | Enable livenessProbe on the server | ` true ` |
@@ -170,7 +170,7 @@ Helm charts for Airbyte.
170
170
| ` worker.replicaCount ` | Number of worker replicas | ` 1 ` |
171
171
| ` worker.image.repository ` | The repository to use for the airbyte worker image. | ` airbyte/worker ` |
172
172
| ` worker.image.pullPolicy ` | the pull policy to use for the airbyte worker image | ` IfNotPresent ` |
173
- | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.38.3 -alpha ` |
173
+ | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.38.4 -alpha ` |
174
174
| ` worker.podAnnotations ` | Add extra annotations to the worker pod(s) | ` {} ` |
175
175
| ` worker.containerSecurityContext ` | Security context for the container | ` {} ` |
176
176
| ` worker.livenessProbe.enabled ` | Enable livenessProbe on the worker | ` true ` |
@@ -202,7 +202,7 @@ Helm charts for Airbyte.
202
202
| ----------------------------- | -------------------------------------------------------------------- | -------------------- |
203
203
| ` bootloader.image.repository ` | The repository to use for the airbyte bootloader image. | ` airbyte/bootloader ` |
204
204
| ` bootloader.image.pullPolicy ` | the pull policy to use for the airbyte bootloader image | ` IfNotPresent ` |
205
- | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.38.3 -alpha ` |
205
+ | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.38.4 -alpha ` |
206
206
| ` bootloader.podAnnotations ` | Add extra annotations to the bootloader pod | ` {} ` |
207
207
| ` bootloader.nodeSelector ` | Node labels for pod assignment | ` {} ` |
208
208
| ` bootloader.tolerations ` | Tolerations for worker pod assignment. | ` [] ` |
0 commit comments