diff --git a/helm/osdu-infra-onprem/values.yaml b/helm/osdu-infra-onprem/values.yaml index 5fe4a304323a37d6e327aa8a3d7eb2dc8591ffa4..e72b236c1c609cfb38df1aa74e08302ec7224fb2 100644 --- a/helm/osdu-infra-onprem/values.yaml +++ b/helm/osdu-infra-onprem/values.yaml @@ -21,6 +21,12 @@ airflow: create: true serviceaccount: create: true + dags: + existingConfigmap: "dags-config" + image: + registry: "gcr.io/osdu-anthos" + repository: "bitnami/bitnami-shell" + tag: "v0.14.0" worker: image: registry: "gcr.io/osdu-anthos"