Skip to content

Commit

Permalink
Update bootloader image to 0.35.3-alpha in HelmCharts (#9321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamagdy authored Jan 6, 2022
1 parent 34c9366 commit b01eeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/airbyte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b01eeb2

Please sign in to comment.