diff --git a/datahub/helm/datahub/Chart.lock b/datahub/helm/datahub/Chart.lock index 6a3023dbd..29fc33ff9 100644 --- a/datahub/helm/datahub/Chart.lock +++ b/datahub/helm/datahub/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: datahub repository: https://pluralsh.github.io/plural-helm-charts - version: 0.2.166 + version: 0.4.19 - name: postgres repository: https://pluralsh.github.io/module-library version: 0.1.10 -digest: sha256:3a1053b6eb15fd64a59aa307a477b84ae233eca15480b9c005bc7e895a435200 -generated: "2023-05-30T20:02:36.386306+02:00" +digest: sha256:50f933736b180f9a2536a5a2e2105a4900e770f59441805ba6f743c53e6b2ce1 +generated: "2024-10-08T14:44:23.799412+11:00" diff --git a/datahub/helm/datahub/Chart.yaml b/datahub/helm/datahub/Chart.yaml index 7e37a7b3a..edd30dd8a 100644 --- a/datahub/helm/datahub/Chart.yaml +++ b/datahub/helm/datahub/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: datahub description: helm chart for datahub type: application -version: 0.1.16 -appVersion: v0.10.3 +version: 0.1.17 +appVersion: v0.13.2 dependencies: - name: datahub - version: 0.2.166 + version: 0.4.19 repository: https://pluralsh.github.io/plural-helm-charts - name: postgres version: 0.1.10 diff --git a/datahub/helm/datahub/charts/datahub-0.2.166.tgz b/datahub/helm/datahub/charts/datahub-0.2.166.tgz deleted file mode 100644 index 74a90741c..000000000 Binary files a/datahub/helm/datahub/charts/datahub-0.2.166.tgz and /dev/null differ diff --git a/datahub/helm/datahub/values.yaml b/datahub/helm/datahub/values.yaml index 7e0d4b0c2..32ed35e82 100644 --- a/datahub/helm/datahub/values.yaml +++ b/datahub/helm/datahub/values.yaml @@ -31,7 +31,7 @@ datahub: datahub-frontend: image: repository: dkr.plural.sh/datahub/linkedin/datahub-frontend-react - tag: v0.10.3 + tag: v0.13.2 service: type: ClusterIP serviceMonitor: @@ -68,7 +68,7 @@ datahub: datahub-gms: image: repository: dkr.plural.sh/datahub/linkedin/datahub-gms - tag: v0.10.3 + tag: v0.13.2 serviceMonitor: create: true extraInitContainers: @@ -109,7 +109,7 @@ datahub: create: true image: repository: dkr.plural.sh/datahub/acryldata/datahub-actions - tag: v0.0.12 + tag: v0.0.15 resources: limits: memory: 512Mi @@ -125,14 +125,14 @@ datahub: datahub-mae-consumer: image: repository: dkr.plural.sh/datahub/linkedin/datahub-mae-consumer - tag: v0.10.3 + tag: v0.13.2 serviceMonitor: create: true datahub-mce-consumer: image: repository: dkr.plural.sh/datahub/linkedin/datahub-mce-consumer - tag: v0.10.3 + tag: v0.13.2 serviceMonitor: create: true @@ -140,7 +140,7 @@ datahub: enabled: false image: repository: dkr.plural.sh/datahub/acryldata/datahub-ingestion - tag: v0.10.3 + tag: v0.13.2 mysqlSetupJob: enabled: false @@ -149,7 +149,7 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/acryldata/datahub-postgres-setup - tag: v0.10.3 + tag: v0.13.2 extraInitContainers: - name: wait-for-pg image: gcr.io/pluralsh/library/busybox:1.36.0 @@ -173,7 +173,7 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/linkedin/datahub-elasticsearch-setup - tag: v0.10.3 + tag: v0.13.2 resources: requests: cpu: 5m @@ -187,7 +187,7 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/linkedin/datahub-kafka-setup - tag: v0.10.3 + tag: v0.13.2 resources: requests: cpu: 0.4 @@ -201,7 +201,7 @@ datahub: enabled: true image: repository: dkr.plural.sh/datahub/acryldata/datahub-upgrade - tag: v0.10.3 + tag: v0.13.2 noCodeDataMigration: sqlDbType: POSTGRES extraInitContainers: @@ -217,7 +217,7 @@ datahub: datahubSystemUpdate: image: repository: dkr.plural.sh/datahub/acryldata/datahub-upgrade - tag: v0.10.3 + tag: v0.13.2 annotations: helm.sh/hook: post-install,pre-upgrade # helm.sh/hook-weight: "-4"