Skip to content

Commit

Permalink
Bump helm chart version reference to 0.40.27 (#18152)
Browse files Browse the repository at this point in the history
Co-authored-by: xpuska513 <xpuska513@users.noreply.github.com>
Co-authored-by: Kyryl Skobylko <xpuska513@gmail.com>
  • Loading branch information
3 people authored Oct 19, 2022
1 parent ac026ac commit 8b68308
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 23 deletions.
3 changes: 2 additions & 1 deletion charts/airbyte-bootloader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.40.26"
version: "0.40.27"


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/airbyte-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.40.26"
version: "0.40.27"


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/airbyte-pod-sweeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.40.26"
version: "0.40.27"


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/airbyte-temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.40.26"
version: "0.40.27"


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/airbyte-webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.40.26"
version: "0.40.27"


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/airbyte-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.40.26"
version: "0.40.27"


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
19 changes: 10 additions & 9 deletions charts/airbyte/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@ dependencies:
version: 1.17.1
- name: airbyte-bootloader
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
version: 0.40.27
- name: temporal
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
version: 0.40.27
- name: webapp
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
version: 0.40.27
- name: server
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
version: 0.40.27
- name: worker
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
version: 0.40.27
- name: pod-sweeper
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
version: 0.40.27
- name: metrics
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.26
digest: sha256:cdcab12a15e123b7f42ca0d9ec06efc0438f70ba46197ad2e6a4e072dfe13b6b
generated: "2022-10-18T07:42:19.513120098Z"
version: 0.40.27
digest: sha256:23e474cb8e2a7ff58cc911ef61eec81f7e2068c9a3b7ca6bfb22a45018a0fbed
generated: "2022-10-19T07:02:23.354665679Z"

18 changes: 10 additions & 8 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.40.26
version: 0.40.27


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -32,28 +33,29 @@ dependencies:
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27
- condition: temporal.enabled
name: temporal
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27
- condition: webapp.enabled
name: webapp
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27
- condition: server.enabled
name: server
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27
- condition: worker.enabled
name: worker
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27
- condition: metrics.enabled
name: metrics
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.26
version: 0.40.27

0 comments on commit 8b68308

Please sign in to comment.