Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Remove the old scheduler from HelmCharts helper (#14187) (#31)
Browse files Browse the repository at this point in the history
* Bump Airbyte version from 0.39.23-alpha to 0.39.24-alpha (#14094)

Co-authored-by: jdpgrailsdev <jdpgrailsdev@users.noreply.github.com>

* Bump Airbyte version from 0.39.24-alpha to 0.39.25-alpha (#14124)

Co-authored-by: brianjlai <brianjlai@users.noreply.github.com>

* Bump Airbyte version from 0.39.25-alpha to 0.39.26-alpha (#14141)

Co-authored-by: terencecho <terencecho@users.noreply.github.com>

* Bump Airbyte version from 0.39.26-alpha to 0.39.27-alpha (#14204)

Co-authored-by: lmossman <lmossman@users.noreply.github.com>

* Bump Airbyte version from 0.39.27-alpha to 0.39.28-alpha (#14210)

Co-authored-by: sherifnada <sherifnada@users.noreply.github.com>

* Remove the old scheduler from HelmCharts helper (#14187)

* Remove the old scheduler from HelmCharts helper

The old scheduler was removed as part of airbytehq/airbyte#13400

* Remove legacy `scheduler` comment in HelmCharts

Co-authored-by: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: jdpgrailsdev <jdpgrailsdev@users.noreply.github.com>
Co-authored-by: brianjlai <brianjlai@users.noreply.github.com>
Co-authored-by: terencecho <terencecho@users.noreply.github.com>
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
Co-authored-by: sherifnada <sherifnada@users.noreply.github.com>
Co-authored-by: Mohamed Magdy <mohamed.magdy@canary.is>
Co-authored-by: Eduardo Bizarro <eduardo.bizarro@meliuz.com.br>
  • Loading branch information
9 people authored Jun 29, 2022
1 parent 0e95afa commit 55bf34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ 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.3.16
version: 0.3.17


# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: "0.39.28-alpha"


dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 2 additions & 2 deletions airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ webapp:
pullPolicy: IfNotPresent
tag: 0.39.28-alpha


## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s)
##
podAnnotations: {}
Expand Down Expand Up @@ -444,7 +443,7 @@ server:
repository: airbyte/server
pullPolicy: IfNotPresent
tag: 0.39.28-alpha


## @param server.podAnnotations [object] Add extra annotations to the server pod
##
Expand Down Expand Up @@ -571,6 +570,7 @@ worker:
image:
repository: airbyte/worker
pullPolicy: IfNotPresent
tag: 0.39.28-alpha

## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s)
##
Expand Down

0 comments on commit 55bf34b

Please sign in to comment.