Skip to content

Commit

Permalink
Update to v0.8.43 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored Aug 11, 2022
1 parent 3959cfa commit 344dae5
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 34 deletions.
8 changes: 4 additions & 4 deletions charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ 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
version: 0.2.5
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
Expand Down
16 changes: 8 additions & 8 deletions charts/datahub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,39 @@ helm install datahub datahub/datahub --values <<path-to-values-file>>
|-----|------|---------|-------------|
| 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 |
Expand Down
16 changes: 8 additions & 8 deletions charts/datahub/quickstart-values-with-neo4j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -102,4 +102,4 @@ global:

managed_ingestion:
enabled: true
defaultCliVersion: "0.8.41"
defaultCliVersion: "0.8.43"
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions charts/datahub/subcharts/datahub-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
7 changes: 6 additions & 1 deletion charts/datahub/subcharts/datahub-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions charts/datahub/subcharts/datahub-mce-consumer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ global:
url: "http://schema-registry:8081"

datahub:
monitoring:
enablePrometheus: false
gms:
port: "8080"
metadata_service_authentication:
Expand Down
22 changes: 11 additions & 11 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -91,7 +91,7 @@ datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "v0.8.41"
tag: "v0.8.43"
noCodeDataMigration:
sqlDbType: "MYSQL"
podSecurityContext: {}
Expand Down Expand Up @@ -161,7 +161,7 @@ global:

managed_ingestion:
enabled: true
defaultCliVersion: "0.8.41"
defaultCliVersion: "0.8.43"

metadata_service_authentication:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 344dae5

Please sign in to comment.