@@ -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.39.5 -alpha ` |
33
+ | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.39.6 -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 ` |
@@ -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.39.5 -alpha ` |
76
+ | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.39.6 -alpha ` |
77
77
| ` scheduler.podAnnotations ` | Add extra annotations to the scheduler pod | ` {} ` |
78
78
| ` scheduler.containerSecurityContext ` | Security context for the container | ` {} ` |
79
79
| ` scheduler.livenessProbe.enabled ` | Enable livenessProbe on the scheduler | ` true ` |
@@ -136,7 +136,7 @@ Helm charts for Airbyte.
136
136
| ` server.replicaCount ` | Number of server replicas | ` 1 ` |
137
137
| ` server.image.repository ` | The repository to use for the airbyte server image. | ` airbyte/server ` |
138
138
| ` server.image.pullPolicy ` | the pull policy to use for the airbyte server image | ` IfNotPresent ` |
139
- | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.39.5 -alpha ` |
139
+ | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.39.6 -alpha ` |
140
140
| ` server.podAnnotations ` | Add extra annotations to the server pod | ` {} ` |
141
141
| ` server.containerSecurityContext ` | Security context for the container | ` {} ` |
142
142
| ` server.livenessProbe.enabled ` | Enable livenessProbe on the server | ` true ` |
@@ -171,7 +171,7 @@ Helm charts for Airbyte.
171
171
| ` worker.replicaCount ` | Number of worker replicas | ` 1 ` |
172
172
| ` worker.image.repository ` | The repository to use for the airbyte worker image. | ` airbyte/worker ` |
173
173
| ` worker.image.pullPolicy ` | the pull policy to use for the airbyte worker image | ` IfNotPresent ` |
174
- | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.39.5 -alpha ` |
174
+ | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.39.6 -alpha ` |
175
175
| ` worker.podAnnotations ` | Add extra annotations to the worker pod(s) | ` {} ` |
176
176
| ` worker.containerSecurityContext ` | Security context for the container | ` {} ` |
177
177
| ` worker.livenessProbe.enabled ` | Enable livenessProbe on the worker | ` true ` |
@@ -203,7 +203,7 @@ Helm charts for Airbyte.
203
203
| ----------------------------- | -------------------------------------------------------------------- | -------------------- |
204
204
| ` bootloader.image.repository ` | The repository to use for the airbyte bootloader image. | ` airbyte/bootloader ` |
205
205
| ` bootloader.image.pullPolicy ` | the pull policy to use for the airbyte bootloader image | ` IfNotPresent ` |
206
- | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.39.5 -alpha ` |
206
+ | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.39.6 -alpha ` |
207
207
| ` bootloader.podAnnotations ` | Add extra annotations to the bootloader pod | ` {} ` |
208
208
| ` bootloader.nodeSelector ` | Node labels for pod assignment | ` {} ` |
209
209
| ` bootloader.tolerations ` | Tolerations for worker pod assignment. | ` [] ` |
0 commit comments