diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index e9806990f..cf6339fac 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,33 +4,33 @@ description: A Helm chart for LinkedIn DataHub type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.9.1 dependencies: - name: datahub-gms - version: 0.2.111 + version: 0.2.112 repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend - version: 0.2.111 + version: 0.2.112 repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer - version: 0.2.111 + version: 0.2.112 repository: file://./subcharts/datahub-mae-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-mce-consumer - version: 0.2.111 + version: 0.2.112 repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron - version: 0.2.111 + version: 0.2.112 repository: file://./subcharts/datahub-ingestion-cron condition: datahub-ingestion-cron.enabled - name: acryl-datahub-actions - version: 0.2.111 + version: 0.2.112 repository: file://./subcharts/acryl-datahub-actions condition: acryl-datahub-actions.enabled maintainers: diff --git a/charts/datahub/README.md b/charts/datahub/README.md index 370f9556b..5e077742f 100644 --- a/charts/datahub/README.md +++ b/charts/datahub/README.md @@ -22,14 +22,14 @@ helm install datahub datahub/datahub --values <> |-----|------|---------|-------------| | datahub-frontend.enabled | bool | `true` | Enable Datahub Front-end | | datahub-frontend.image.repository | string | `"linkedin/datahub-frontend-react"` | Image repository for datahub-frontend | -| datahub-frontend.image.tag | string | `"v0.9.1"` | Image tag for datahub-frontend | +| datahub-frontend.image.tag | string | `"v0.9.2"` | Image tag for datahub-frontend | | datahub-gms.enabled | bool | `true` | Enable GMS | | datahub-gms.image.repository | string | `"linkedin/datahub-gms"` | Image repository for datahub-gms | -| datahub-gms.image.tag | string | `"v0.9.1"` | Image tag for datahub-gms | +| datahub-gms.image.tag | string | `"v0.9.2"` | Image tag for datahub-gms | | datahub-mae-consumer.image.repository | string | `"linkedin/datahub-mae-consumer"` | Image repository for datahub-mae-consumer | -| datahub-mae-consumer.image.tag | string | `"v0.9.1"` | Image tag for datahub-mae-consumer | +| datahub-mae-consumer.image.tag | string | `"v0.9.2"` | Image tag for datahub-mae-consumer | | datahub-mce-consumer.image.repository | string | `"linkedin/datahub-mce-consumer"` | Image repository for datahub-mce-consumer | -| datahub-mce-consumer.image.tag | string | `"v0.9.1"` | Image tag for datahub-mce-consumer | +| datahub-mce-consumer.image.tag | string | `"v0.9.2"` | Image tag for datahub-mce-consumer | | datahub-ingestion-cron.enabled | bool | `false` | Enable cronjob for periodic ingestion | | datahubUpgrade.podSecurityContext | object | `{}` | Pod security context for datahubUpgrade jobs | | datahubUpgrade.securityContext | object | `{}` | Container security context for datahubUpgrade jobs | @@ -37,25 +37,25 @@ helm install datahub datahub/datahub --values <> | datahubUpgrade.restoreIndices.resources | object | '{}' | Kube Resource definitions for the datahub upgrade job 'restore indices' | | elasticsearchSetupJob.enabled | bool | `true` | Enable setup job for elasicsearch | | elasticsearchSetupJob.image.repository | string | `"linkedin/datahub-elasticsearch-setup"` | Image repository for elasticsearchSetupJob | -| elasticsearchSetupJob.image.tag | string | `"v0.9.1"` | Image repository for elasticsearchSetupJob | +| elasticsearchSetupJob.image.tag | string | `"v0.9.2"` | Image repository for elasticsearchSetupJob | | elasticsearchSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for elasticsearchSetupJob | | elasticsearchSetupJob.securityContext | object | `{"runAsUser": 1000}` | Container security context for elasticsearchSetupJob | | elasticsearchSetupJob.podAnnotations | object | `{}` | Pod annotations for elasticsearchSetupJob | | kafkaSetupJob.enabled | bool | `true` | Enable setup job for kafka | | kafkaSetupJob.image.repository | string | `"linkedin/datahub-kafka-setup"` | Image repository for kafkaSetupJob | -| kafkaSetupJob.image.tag | string | `"v0.9.1"` | Image repository for kafkaSetupJob | +| kafkaSetupJob.image.tag | string | `"v0.9.2"` | Image repository for kafkaSetupJob | | kafkaSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for kafkaSetupJob | | kafkaSetupJob.securityContext | object | `{"runAsUser": 1000}` | Container security context for kafkaSetupJob | | kafkaSetupJob.podAnnotations | object | `{}` | Pod annotations for kafkaSetupJob | | mysqlSetupJob.enabled | bool | `false` | Enable setup job for mysql | | mysqlSetupJob.image.repository | string | `"acryldata/datahub-mysql-setup"` | Image repository for mysqlSetupJob | -| mysqlSetupJob.image.tag | string | `"v0.9.1"` | Image repository for mysqlSetupJob | +| mysqlSetupJob.image.tag | string | `"v0.9.2"` | Image repository for mysqlSetupJob | | mysqlSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for mysqlSetupJob | | mysqlSetupJob.securityContext | object | `{"runAsUser": 1000}` | Container security context for mysqlSetupJob | | mysqlSetupJob.podAnnotations | object | `{}` | Pod annotations for mysqlSetupJob | | postgresqlSetupJob.enabled | bool | `false` | Enable setup job for postgresql | | postgresqlSetupJob.image.repository | string | `"acryldata/datahub-postgres-setup"` | Image repository for postgresqlSetupJob | -| postgresqlSetupJob.image.tag | string | `"v0.9.1"` | Image repository for postgresqlSetupJob | +| postgresqlSetupJob.image.tag | string | `"v0.9.2"` | Image repository for postgresqlSetupJob | | postgresqlSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for mysqlSetupJob | | postgresqlSetupJob.securityContext | object | `{"runAsUser": 1000}` | Container security context for mysqlSetupJob | | postgresqlSetupJob.podAnnotations | object | `{}` | Pod annotations for mysqlSetupJob | diff --git a/charts/datahub/quickstart-values-with-neo4j.yaml b/charts/datahub/quickstart-values-with-neo4j.yaml index 55e209c83..4f441bca7 100644 --- a/charts/datahub/quickstart-values-with-neo4j.yaml +++ b/charts/datahub/quickstart-values-with-neo4j.yaml @@ -4,13 +4,13 @@ datahub-gms: enabled: true image: repository: linkedin/datahub-gms - tag: "v0.9.1" + tag: "v0.9.2" datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react - tag: "v0.9.1" + tag: "v0.9.2" # Set up ingress to expose react front-end ingress: enabled: false @@ -32,31 +32,31 @@ elasticsearchSetupJob: enabled: true image: repository: linkedin/datahub-elasticsearch-setup - tag: "v0.9.1" + tag: "v0.9.2" kafkaSetupJob: enabled: true image: repository: linkedin/datahub-kafka-setup - tag: "v0.9.1" + tag: "v0.9.2" mysqlSetupJob: enabled: true image: repository: acryldata/datahub-mysql-setup - tag: "v0.9.1" + tag: "v0.9.2" datahubUpgrade: enabled: true image: repository: acryldata/datahub-upgrade - tag: "v0.9.1" + tag: "v0.9.2" datahub-ingestion-cron: enabled: false image: repository: acryldata/datahub-ingestion - tag: "v0.9.1" + tag: "v0.9.2" global: graph_service_impl: neo4j diff --git a/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml b/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml index 653769991..58d1a4a04 100644 --- a/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml +++ b/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.0.7 diff --git a/charts/datahub/subcharts/datahub-frontend/Chart.yaml b/charts/datahub/subcharts/datahub-frontend/Chart.yaml index c102827f4..732d554b3 100644 --- a/charts/datahub/subcharts/datahub-frontend/Chart.yaml +++ b/charts/datahub/subcharts/datahub-frontend/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.9.1 +appVersion: v0.9.2 diff --git a/charts/datahub/subcharts/datahub-gms/Chart.yaml b/charts/datahub/subcharts/datahub-gms/Chart.yaml index d76eebf1b..4e0a41eb1 100644 --- a/charts/datahub/subcharts/datahub-gms/Chart.yaml +++ b/charts/datahub/subcharts/datahub-gms/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for LinkedIn DataHub's datahub-gms component type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.9.1 +appVersion: v0.9.2 diff --git a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml index e846e4dc4..75d0b3fa4 100644 --- a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml +++ b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.9.1 +appVersion: v0.9.2 diff --git a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml index 495ae3bd7..14cb13dc6 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.9.1 +appVersion: v0.9.2 diff --git a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml index fdb6e7b65..b7bc68541 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.111 +version: 0.2.112 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.9.1 +appVersion: v0.9.2 diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 583041823..8134f8e30 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -4,13 +4,13 @@ datahub-gms: enabled: true image: repository: linkedin/datahub-gms - tag: "v0.9.1" + tag: "v0.9.2" datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react - tag: "v0.9.1" + tag: "v0.9.2" # Set up ingress to expose react front-end ingress: enabled: false @@ -30,24 +30,24 @@ acryl-datahub-actions: datahub-mae-consumer: image: repository: linkedin/datahub-mae-consumer - tag: "v0.9.1" + tag: "v0.9.2" datahub-mce-consumer: image: repository: linkedin/datahub-mce-consumer - tag: "v0.9.1" + tag: "v0.9.2" datahub-ingestion-cron: enabled: false image: repository: acryldata/datahub-ingestion - tag: "v0.9.1" + tag: "v0.9.2" elasticsearchSetupJob: enabled: true image: repository: linkedin/datahub-elasticsearch-setup - tag: "v0.9.1" + tag: "v0.9.2" podSecurityContext: fsGroup: 1000 securityContext: @@ -58,7 +58,7 @@ kafkaSetupJob: enabled: true image: repository: linkedin/datahub-kafka-setup - tag: "v0.9.1" + tag: "v0.9.2" podSecurityContext: fsGroup: 1000 securityContext: @@ -69,7 +69,7 @@ mysqlSetupJob: enabled: true image: repository: acryldata/datahub-mysql-setup - tag: "v0.9.1" + tag: "v0.9.2" podSecurityContext: fsGroup: 1000 securityContext: @@ -80,7 +80,7 @@ postgresqlSetupJob: enabled: false image: repository: acryldata/datahub-postgres-setup - tag: "v0.9.1" + tag: "v0.9.2" podSecurityContext: fsGroup: 1000 securityContext: @@ -91,7 +91,7 @@ datahubUpgrade: enabled: true image: repository: acryldata/datahub-upgrade - tag: "v0.9.1" + tag: "v0.9.2" batchSize: 1000 batchDelayMs: 100 noCodeDataMigration: