Skip to content

Commit

Permalink
Bump helm chart version reference to 0.41.3 (#19685)
Browse files Browse the repository at this point in the history
Co-authored-by: sherifnada <sherifnada@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sherifnada authored Nov 21, 2022
1 parent 47bf2b0 commit a702c91
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion charts/airbyte-bootloader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"


# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-connector-builder-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"

# 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
2 changes: 1 addition & 1 deletion charts/airbyte-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"


# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-pod-sweeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"


# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"

# 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
2 changes: 1 addition & 1 deletion charts/airbyte-temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"


# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"


# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46"
version: "0.41.3"


# This is the version number of the application being deployed. This version number should be
Expand Down
23 changes: 13 additions & 10 deletions charts/airbyte/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@ dependencies:
version: 1.17.1
- name: airbyte-bootloader
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: temporal
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: webapp
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: server
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: worker
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: pod-sweeper
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: metrics
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
version: 0.41.3
- name: cron
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.46
digest: sha256:f36ae5ccd39d055968406a792d76d6cc45caaea03942cd2056e5e33e487b35cb
generated: "2022-11-17T15:34:35.729309171Z"
version: 0.41.3
- name: connector-builder-server
repository: https://airbytehq.github.io/helm-charts/
version: 0.41.3
digest: sha256:f1bf3d869c628f634bfe7a000ca5280dab934d91cb2ed150b22677bd927708ec
generated: "2022-11-21T23:15:38.144581505Z"
20 changes: 10 additions & 10 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.46
version: 0.41.3

# 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,36 +32,36 @@ dependencies:
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: temporal.enabled
name: temporal
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: webapp.enabled
name: webapp
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: server.enabled
name: server
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: worker.enabled
name: worker
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: metrics.enabled
name: metrics
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: cron.enabled
name: cron
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3
- condition: connector-builder-server.enabled
name: connector-builder-server
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.46
version: 0.41.3

0 comments on commit a702c91

Please sign in to comment.