From b01eeb297d7085a1ef252c34ea48ad9fd6e4d09e Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Date: Thu, 6 Jan 2022 01:17:27 +0100 Subject: [PATCH] Update `bootloader` image to `0.35.3-alpha` in HelmCharts (#9321) --- charts/airbyte/README.md | 2 +- charts/airbyte/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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