diff --git a/airbyte/helm/airbyte/Chart.yaml b/airbyte/helm/airbyte/Chart.yaml index 73b4c7df3..65672dc54 100644 --- a/airbyte/helm/airbyte/Chart.yaml +++ b/airbyte/helm/airbyte/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: airbyte description: Unified data integration platform type: application -version: 0.4.25 -appVersion: 0.50.8 +version: 0.4.26 +appVersion: 0.50.33 dependencies: - name: airbyte version: 0.43.22 diff --git a/airbyte/helm/airbyte/charts/airbyte-0.43.22.tgz b/airbyte/helm/airbyte/charts/airbyte-0.43.22.tgz index 9c423c4b2..c00c45759 100644 Binary files a/airbyte/helm/airbyte/charts/airbyte-0.43.22.tgz and b/airbyte/helm/airbyte/charts/airbyte-0.43.22.tgz differ diff --git a/airbyte/helm/airbyte/values.yaml b/airbyte/helm/airbyte/values.yaml index 41c0c4cbe..21d33567d 100644 --- a/airbyte/helm/airbyte/values.yaml +++ b/airbyte/helm/airbyte/values.yaml @@ -3,6 +3,8 @@ # Declare variables to be passed into your templates. global: + env_vars: {} + metrics: metricClient: otel otelCollectorEndpoint: http://plural-otel-collector.monitoring:4317 @@ -22,10 +24,10 @@ replicaCount: 1 bootloader: image: repository: dkr.plural.sh/airbyte/airbyte/bootloader - tag: 0.50.8 + tag: 0.50.33 airbyte: - version: 0.50.8 + version: 0.50.33 postgresql: enabled: false @@ -56,7 +58,7 @@ airbyte: worker: image: repository: dkr.plural.sh/airbyte/airbyte/worker - tag: 0.50.8 + tag: 0.50.33 log: level: INFO @@ -67,7 +69,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.33 livenessProbe: enabled: true @@ -88,12 +90,12 @@ airbyte: cron: image: repository: dkr.plural.sh/airbyte/airbyte/cron - tag: 0.50.8 + tag: 0.50.33 server: image: repository: dkr.plural.sh/airbyte/airbyte/server - tag: 0.50.8 + tag: 0.50.33 log: level: INFO @@ -122,13 +124,13 @@ airbyte: connector-builder-server: image: repository: dkr.plural.sh/airbyte/airbyte/connector-builder-server - tag: 0.50.8 + tag: 0.50.33 airbyte-bootloader: enabled: false image: repository: dkr.plural.sh/airbyte/airbyte/bootloader - tag: 0.50.8 + tag: 0.50.33 extraInitContainers: - name: wait-for-pg image: gcr.io/pluralsh/busybox:latest @@ -150,12 +152,20 @@ airbyte: enabled: true image: repository: dkr.plural.sh/airbyte/airbyte/metrics-reporter - tag: 0.50.8 + tag: 0.50.33 webapp: image: repository: dkr.plural.sh/airbyte/airbyte/webapp - tag: 0.50.8 + tag: 0.50.33 + + env_vars: + KEYCLOAK_INTERNAL_HOST: localhost + + securityContext: + sysctls: + - name: net.ipv4.ip_unprivileged_port_start + value: "80" ingress: enabled: false @@ -188,7 +198,7 @@ test-base: testName: airbyte-integration promoteTag: stable tags: - - 0.50.8 + - 0.50.33 postgres: enabled: true