@@ -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.24 -alpha ` |
33
+ | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.39.25 -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 ` |
@@ -103,7 +103,7 @@ Helm charts for Airbyte.
103
103
| ` server.replicaCount ` | Number of server replicas | ` 1 ` |
104
104
| ` server.image.repository ` | The repository to use for the airbyte server image. | ` airbyte/server ` |
105
105
| ` server.image.pullPolicy ` | the pull policy to use for the airbyte server image | ` IfNotPresent ` |
106
- | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.39.24 -alpha ` |
106
+ | ` server.image.tag ` | The airbyte server image tag. Defaults to the chart's AppVersion | ` 0.39.25 -alpha ` |
107
107
| ` server.podAnnotations ` | Add extra annotations to the server pod | ` {} ` |
108
108
| ` server.containerSecurityContext ` | Security context for the container | ` {} ` |
109
109
| ` server.livenessProbe.enabled ` | Enable livenessProbe on the server | ` true ` |
@@ -138,7 +138,7 @@ Helm charts for Airbyte.
138
138
| ` worker.replicaCount ` | Number of worker replicas | ` 1 ` |
139
139
| ` worker.image.repository ` | The repository to use for the airbyte worker image. | ` airbyte/worker ` |
140
140
| ` worker.image.pullPolicy ` | the pull policy to use for the airbyte worker image | ` IfNotPresent ` |
141
- | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.39.24 -alpha ` |
141
+ | ` worker.image.tag ` | The airbyte worker image tag. Defaults to the chart's AppVersion | ` 0.39.25 -alpha ` |
142
142
| ` worker.podAnnotations ` | Add extra annotations to the worker pod(s) | ` {} ` |
143
143
| ` worker.containerSecurityContext ` | Security context for the container | ` {} ` |
144
144
| ` worker.livenessProbe.enabled ` | Enable livenessProbe on the worker | ` true ` |
@@ -170,7 +170,7 @@ Helm charts for Airbyte.
170
170
| ------------------------------- | -------------------------------------------------------------------- | -------------------- |
171
171
| ` bootloader.image.repository ` | The repository to use for the airbyte bootloader image. | ` airbyte/bootloader ` |
172
172
| ` bootloader.image.pullPolicy ` | the pull policy to use for the airbyte bootloader image | ` IfNotPresent ` |
173
- | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.39.24 -alpha ` |
173
+ | ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.39.25 -alpha ` |
174
174
| ` bootloader.podAnnotations ` | Add extra annotations to the bootloader pod | ` {} ` |
175
175
| ` bootloader.nodeSelector ` | Node labels for pod assignment | ` {} ` |
176
176
| ` bootloader.tolerations ` | Tolerations for worker pod assignment. | ` [] ` |
0 commit comments