Skip to content

Commit b01eeb2

Browse files
authored
Update bootloader image to 0.35.3-alpha in HelmCharts (#9321)
1 parent 34c9366 commit b01eeb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/airbyte/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
| ----------------------------- | -------------------------------------------------------------------- | -------------------- |
149149
| `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` |
150150
| `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.34.0-alpha` |
151+
| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.35.3-alpha` |
152152

153153

154154
### Temporal parameters

charts/airbyte/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ bootloader:
446446
image:
447447
repository: airbyte/bootloader
448448
pullPolicy: IfNotPresent
449-
tag: 0.34.0-alpha
449+
tag: 0.35.3-alpha
450450

451451
## @section Temporal parameters
452452
## TODO: Move to consuming temporal from a dedicated helm chart

0 commit comments

Comments
 (0)