diff --git a/charts/airbyte/README.md b/charts/airbyte/README.md index fcf8a050d5315..58fe3b6b6a0ab 100644 --- a/charts/airbyte/README.md +++ b/charts/airbyte/README.md @@ -148,7 +148,7 @@ | ----------------------------- | -------------------------------------------------------------------- | -------------------- | | `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` | | `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` | -| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.34.0-alpha` | +| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.35.3-alpha` | ### Temporal parameters diff --git a/charts/airbyte/values.yaml b/charts/airbyte/values.yaml index 07d59b1d2c73e..31d9bc0c1a5cf 100644 --- a/charts/airbyte/values.yaml +++ b/charts/airbyte/values.yaml @@ -446,7 +446,7 @@ bootloader: image: repository: airbyte/bootloader pullPolicy: IfNotPresent - tag: 0.34.0-alpha + tag: 0.35.3-alpha ## @section Temporal parameters ## TODO: Move to consuming temporal from a dedicated helm chart