Skip to content

Commit

Permalink
fix(airbyte): Update airbyte
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Aug 2, 2023
1 parent 99c80ff commit c22e65f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions airbyte/helm/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: airbyte
description: Unified data integration platform
type: application
version: 0.4.23
version: 0.4.24
appVersion: 0.50.8
dependencies:
- name: airbyte
version: 0.43.22
repository: file://../../../../airbyte/charts/airbyte
- name: postgres
version: 0.1.16
version: 0.1.17
repository: https://pluralsh.github.io/module-library
condition: postgres.enabled
- name: oidc-config
Expand Down
20 changes: 10 additions & 10 deletions airbyte/helm/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ replicaCount: 1
bootloader:
image:
repository: dkr.plural.sh/airbyte/airbyte/bootloader
tag: 0.50.8
tag: 0.50.12

airbyte:
version: 0.50.8
Expand Down Expand Up @@ -56,7 +56,7 @@ airbyte:
worker:
image:
repository: dkr.plural.sh/airbyte/airbyte/worker
tag: 0.50.8
tag: 0.50.12

log:
level: INFO
Expand All @@ -67,7 +67,7 @@ airbyte:
memory: 3Gi

containerOrchestrator:
image: dkr.plural.sh/airbyte/airbyte/container-orchestrator:0.50.8
image: dkr.plural.sh/airbyte/airbyte/container-orchestrator:0.50.12

livenessProbe:
enabled: true
Expand All @@ -88,12 +88,12 @@ airbyte:
cron:
image:
repository: dkr.plural.sh/airbyte/airbyte/cron
tag: 0.50.8
tag: 0.50.12

server:
image:
repository: dkr.plural.sh/airbyte/airbyte/server
tag: 0.50.8
tag: 0.50.12

log:
level: INFO
Expand Down Expand Up @@ -122,13 +122,13 @@ airbyte:
connector-builder-server:
image:
repository: dkr.plural.sh/airbyte/airbyte/connector-builder-server
tag: 0.50.8
tag: 0.50.12

airbyte-bootloader:
enabled: false
image:
repository: dkr.plural.sh/airbyte/airbyte/bootloader
tag: 0.50.8
tag: 0.50.12
extraInitContainers:
- name: wait-for-pg
image: gcr.io/pluralsh/busybox:latest
Expand All @@ -144,18 +144,18 @@ airbyte:
pod-sweeper:
image:
repository: dkr.plural.sh/airbyte/bitnami/kubectl
tag: 1.27.2
tag: 1.27.4

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

webapp:
image:
repository: dkr.plural.sh/airbyte/airbyte/webapp
tag: 0.50.8
tag: 0.50.12

ingress:
enabled: false
Expand Down

0 comments on commit c22e65f

Please sign in to comment.