Skip to content

Commit

Permalink
use vendored images
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Dec 21, 2022
1 parent cc584bc commit da5367d
Showing 1 changed file with 12 additions and 34 deletions.
46 changes: 12 additions & 34 deletions airbyte/helm/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ airbyte:

temporal:
image:
repository: airbyte/temporal-auto-setup
repository: dkr.plural.sh/airbyte/airbyte/temporal-auto-setup
pullPolicy: IfNotPresent
tag: 1.13.0
extraEnv:
Expand All @@ -50,45 +50,52 @@ airbyte:

worker:
image:
repository: dkr.plural.sh/airbyte/airbyte/worker
tag: 0.40.26

log:
level: INFO

cron:
image:
repository: dkr.plural.sh/airbyte/airbyte/cron
tag: 0.40.26

server:
image:
repository: dkr.plural.sh/airbyte/airbyte/server
tag: 0.40.26

log:
level: INFO

connectorBuilderServer:
connector-builder-server:
image:
repository: dkr.plural.sh/airbyte/airbyte/connector-builder-server
tag: 0.40.26

airbyte-bootloader:
image:
repository: dkr.plural.sh/airbyte/airbyte/bootloader
tag: 0.40.26

pod-sweeper:
image:
repository: bitnami/kubectl #TODO: change this image
tag: latest
repository: dkr.plural.sh/airbyte/bitnami/kubectl #TODO: change this image
tag: 1.25.5

metrics:
enabled: true
image:
repository: dkr.plural.sh/airbyte/airbyte/metrics-reporter
tag: 0.40.26

webapp:
image:
repository: dkr.plural.sh/airbyte/airbyte/webapp
tag: 0.40.26
podLabels:
airbyte: webapp
airbyte: webapp # TODO: this is here for backwards compatibility, remove in the future

ingress:
enabled: false
Expand Down Expand Up @@ -189,35 +196,6 @@ configOverlays:
updates:
- path:
["airbyte", "airbyte", "worker", "resources", "requests", "memory"]
- name: scheduler-cpu
labels:
platform.plural.sh/component: airbyte-scheduler
platform.plural.sh/kind: deployment
platform.plural.sh/resource: cpu
spec:
name: scheduler cpu
documentation: cpu requests for scheduler deployment
updates:
- path:
["airbyte", "airbyte", "scheduler", "resources", "requests", "cpu"]
- name: scheduler-mem
labels:
platform.plural.sh/component: airbyte-scheduler
platform.plural.sh/kind: deployment
platform.plural.sh/resource: memory
spec:
name: scheduler memory
documentation: memory requests for scheduler deployment
updates:
- path:
[
"airbyte",
"airbyte",
"scheduler",
"resources",
"requests",
"memory",
]
- name: server-cpu
labels:
platform.plural.sh/component: airbyte-server
Expand Down

0 comments on commit da5367d

Please sign in to comment.