diff --git a/airbyte/Chart.yaml b/airbyte/Chart.yaml index 21c62c4..60dfd93 100644 --- a/airbyte/Chart.yaml +++ b/airbyte/Chart.yaml @@ -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 diff --git a/airbyte/values.yaml b/airbyte/values.yaml index 55049cb..21fda44 100644 --- a/airbyte/values.yaml +++ b/airbyte/values.yaml @@ -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: {} @@ -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 ## @@ -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) ##