diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 9b9f69d53..eb260475e 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,17 +4,17 @@ 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.88 +version: 0.2.89 # 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.8.42 +appVersion: 0.8.43 dependencies: - name: datahub-gms version: 0.2.5 repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend - version: 0.2.3 + version: 0.2.4 repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer @@ -22,7 +22,7 @@ dependencies: repository: file://./subcharts/datahub-mae-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-mce-consumer - version: 0.2.5 + version: 0.2.6 repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron diff --git a/charts/datahub/README.md b/charts/datahub/README.md index fc88d7518..7817e6f8f 100644 --- a/charts/datahub/README.md +++ b/charts/datahub/README.md @@ -22,39 +22,39 @@ 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.8.41"` | Image tag for datahub-frontend | +| datahub-frontend.image.tag | string | `"v0.8.43"` | 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.8.41"` | Image tag for datahub-gms | +| datahub-gms.image.tag | string | `"v0.8.43"` | 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.8.41"` | Image tag for datahub-mae-consumer | +| datahub-mae-consumer.image.tag | string | `"v0.8.43"` | 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.8.41"` | Image tag for datahub-mce-consumer | +| datahub-mce-consumer.image.tag | string | `"v0.8.43"` | 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 | | datahubUpgrade.podAnnotations | object | `{}` | Pod annotations for datahubUpgrade jobs | | 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.8.41"` | Image repository for elasticsearchSetupJob | +| elasticsearchSetupJob.image.tag | string | `"v0.8.43"` | 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.8.41"` | Image repository for kafkaSetupJob | +| kafkaSetupJob.image.tag | string | `"v0.8.43"` | 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.8.41"` | Image repository for mysqlSetupJob | +| mysqlSetupJob.image.tag | string | `"v0.8.43"` | 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.8.41"` | Image repository for postgresqlSetupJob | +| postgresqlSetupJob.image.tag | string | `"v0.8.43"` | 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 73bf41201..ac9b46e4f 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.8.41" + tag: "v0.8.43" datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react - tag: "v0.8.41" + tag: "v0.8.43" # 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.8.41" + tag: "v0.8.43" kafkaSetupJob: enabled: true image: repository: linkedin/datahub-kafka-setup - tag: "v0.8.41" + tag: "v0.8.43" mysqlSetupJob: enabled: true image: repository: acryldata/datahub-mysql-setup - tag: "v0.8.41" + tag: "v0.8.43" datahubUpgrade: enabled: true image: repository: acryldata/datahub-upgrade - tag: "v0.8.41" + tag: "v0.8.43" datahub-ingestion-cron: enabled: false image: repository: acryldata/datahub-ingestion - tag: "v0.8.41" + tag: "v0.8.43" global: graph_service_impl: neo4j @@ -102,4 +102,4 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.8.41" + defaultCliVersion: "0.8.43" diff --git a/charts/datahub/subcharts/datahub-frontend/Chart.yaml b/charts/datahub/subcharts/datahub-frontend/Chart.yaml index a0fcedc02..8f7c18685 100644 --- a/charts/datahub/subcharts/datahub-frontend/Chart.yaml +++ b/charts/datahub/subcharts/datahub-frontend/Chart.yaml @@ -14,7 +14,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.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/datahub/subcharts/datahub-frontend/README.md b/charts/datahub/subcharts/datahub-frontend/README.md index 1e38dacef..aacf964f9 100644 --- a/charts/datahub/subcharts/datahub-frontend/README.md +++ b/charts/datahub/subcharts/datahub-frontend/README.md @@ -45,6 +45,7 @@ Current chart version is `0.2.0` | readinessProbe.periodSeconds | int | `30` | | | readinessProbe.failureThreshold | int | `4` | | | replicaCount | int | `1` | | +| lifecycle | object | `{}` | | | resources | object | `{}` | | | securityContext | object | `{}` | | | service.port | int | `9001` | | diff --git a/charts/datahub/subcharts/datahub-frontend/values.yaml b/charts/datahub/subcharts/datahub-frontend/values.yaml index bce6c0080..988506785 100644 --- a/charts/datahub/subcharts/datahub-frontend/values.yaml +++ b/charts/datahub/subcharts/datahub-frontend/values.yaml @@ -93,7 +93,12 @@ extraVolumeMounts: [] extraInitContainers: [] -lifecycle: {} +lifecycle: + # To add a new user to datahub in JAAS config without mounting the user.props file + # postStart: + # exec: + # command: ["/bin/sh", "-c", "echo "test_user:password" >> datahub-frontend/conf/user.props"] + resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little diff --git a/charts/datahub/subcharts/datahub-mce-consumer/values.yaml b/charts/datahub/subcharts/datahub-mce-consumer/values.yaml index 2c3397edf..4fde466d7 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/values.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/values.yaml @@ -152,6 +152,8 @@ global: url: "http://schema-registry:8081" datahub: + monitoring: + enablePrometheus: false gms: port: "8080" metadata_service_authentication: diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index a24578d3f..0e38c0771 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.8.41" + tag: "v0.8.43" datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react - tag: "v0.8.41" + tag: "v0.8.43" # 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.8.41" + tag: "v0.8.43" datahub-mce-consumer: image: repository: linkedin/datahub-mce-consumer - tag: "v0.8.41" + tag: "v0.8.43" datahub-ingestion-cron: enabled: false image: repository: acryldata/datahub-ingestion - tag: "v0.8.41" + tag: "v0.8.43" elasticsearchSetupJob: enabled: true image: repository: linkedin/datahub-elasticsearch-setup - tag: "v0.8.41" + tag: "v0.8.43" podSecurityContext: fsGroup: 1000 securityContext: @@ -58,7 +58,7 @@ kafkaSetupJob: enabled: true image: repository: linkedin/datahub-kafka-setup - tag: "v0.8.41" + tag: "v0.8.43" podSecurityContext: fsGroup: 1000 securityContext: @@ -69,7 +69,7 @@ mysqlSetupJob: enabled: true image: repository: acryldata/datahub-mysql-setup - tag: "v0.8.41" + tag: "v0.8.43" podSecurityContext: fsGroup: 1000 securityContext: @@ -80,7 +80,7 @@ postgresqlSetupJob: enabled: false image: repository: acryldata/datahub-postgres-setup - tag: "v0.8.41" + tag: "v0.8.43" podSecurityContext: fsGroup: 1000 securityContext: @@ -91,7 +91,7 @@ datahubUpgrade: enabled: true image: repository: acryldata/datahub-upgrade - tag: "v0.8.41" + tag: "v0.8.43" noCodeDataMigration: sqlDbType: "MYSQL" podSecurityContext: {} @@ -161,7 +161,7 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.8.41" + defaultCliVersion: "0.8.43" metadata_service_authentication: enabled: false diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index cab78215f..cd08d9abf 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on 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.0.8 +version: 0.0.9 dependencies: - name: elasticsearch version: 7.16.2