From c8077aa1627da1db1e702386d65a7ff3ffa6c0ec Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Date: Mon, 27 Jun 2022 18:25:42 +0200 Subject: [PATCH 1/2] Remove the old scheduler from HelmCharts helper The old scheduler was removed as part of https://github.com/airbytehq/airbyte/pull/13400 --- charts/airbyte/templates/_helpers.tpl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/charts/airbyte/templates/_helpers.tpl b/charts/airbyte/templates/_helpers.tpl index 333a0c16e9a4..03a1895c0b90 100644 --- a/charts/airbyte/templates/_helpers.tpl +++ b/charts/airbyte/templates/_helpers.tpl @@ -179,13 +179,6 @@ Returns the GCP credentials path {{- end -}} {{- end -}} -{{/* -Returns the Airbyte Scheduler Image -*/}} -{{- define "airbyte.schedulerImage" -}} -{{- include "common.images.image" (dict "imageRoot" .Values.scheduler.image "global" .Values.global) -}} -{{- end -}} - {{/* Returns the Airbyte Server Image */}} From f49a79b1963523520a984a1d0963cef0bb14ebe3 Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Date: Tue, 28 Jun 2022 13:21:59 +0200 Subject: [PATCH 2/2] Remove legacy `scheduler` comment in HelmCharts --- charts/airbyte/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airbyte/values.yaml b/charts/airbyte/values.yaml index f3cc804a29a7..5f29131e4961 100644 --- a/charts/airbyte/values.yaml +++ b/charts/airbyte/values.yaml @@ -832,7 +832,7 @@ logs: ## @param logs.gcs.credentialsJson Base64 encoded json GCP credentials file contents gcs: bucket: "" - # If you are mounting an existing secret to extraVolumes on scheduler, server and worker + # If you are mounting an existing secret to extraVolumes on server and worker # deployments, then set credentials to the path of the mounted JSON file credentials: "" # If credentialsJson is set then credentials auto resolves (to /secrets/gcs-log-creds/gcp.json)