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

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

Merged
merged 7 commits into from
Jun 29, 2022
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