Skip to content

Commit

Permalink
chore(airbyte): switch to ecr public image for jobs (#18389)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Jul 27, 2024
1 parent 4ba4783 commit e26ef5b
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e26ef5b

Please sign in to comment.