From e26ef5b4af548ee95d21b9f3ba95188b40bfff67 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:53:45 -0700 Subject: [PATCH] chore(airbyte): switch to ecr public image for jobs (#18389) --- .../argo-cd-manifests/hm-airbyte-application.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ops/argo-cd/applications/production-hm/airbyte/argo-cd-manifests/hm-airbyte-application.yaml b/ops/argo-cd/applications/production-hm/airbyte/argo-cd-manifests/hm-airbyte-application.yaml index 009017b1f6..fad404a313 100644 --- a/ops/argo-cd/applications/production-hm/airbyte/argo-cd-manifests/hm-airbyte-application.yaml +++ b/ops/argo-cd/applications/production-hm/airbyte/argo-cd-manifests/hm-airbyte-application.yaml @@ -12,7 +12,7 @@ spec: sources: - repoURL: https://airbytehq.github.io/helm-charts # https://artifacthub.io/packages/helm/airbyte/airbyte - targetRevision: 0.282.0 + targetRevision: 0.350.0 chart: airbyte helm: releaseName: hm-airbyte @@ -58,6 +58,14 @@ spec: minio: enabled: false jobs: + kube: + images: + # https://gallery.ecr.aws/docker/library/busybox + busybox: public.ecr.aws/docker/library/busybox:1.36.1 + # https://gallery.ecr.aws/t2o0z5n2/socat + socat: public.ecr.aws/t2o0z5n2/socat:1.7.4.4-r0 + # https://gallery.ecr.aws/groundcovercom/curl + curl: public.ecr.aws/groundcovercom/curl:8.6.0 resources: requests: cpu: 3000m