Skip to content

Commit

Permalink
Upgrade to 0.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 committed Feb 10, 2022
1 parent 8f571c6 commit 00f0d8a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
version: 0.2.44
# 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.25
appVersion: 0.8.26
dependencies:
- name: datahub-gms
version: 0.2.3
Expand Down
16 changes: 8 additions & 8 deletions charts/datahub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run the following command to install datahub with default configuration.
helm repo add datahub https://helm.datahubproject.io
helm install datahub datahub/datahub
```

s
If the default configuration is not applicable, you can update the values listed below in a `values.yaml` file and run
```
helm install datahub datahub/datahub --values <<path-to-values-file>>
Expand All @@ -23,24 +23,24 @@ 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.25"` | Image tag for datahub-frontend |
| datahub-frontend.image.tag | string | `"v0.8.26"` | 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.25"` | Image tag for datahub-gms |
| datahub-gms.image.tag | string | `"v0.8.26"` | 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.25"` | Image tag for datahub-mae-consumer |
| datahub-mae-consumer.image.tag | string | `"v0.8.26"` | 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.25"` | Image tag for datahub-mce-consumer |
| datahub-mce-consumer.image.tag | string | `"v0.8.26"` | Image tag for datahub-mce-consumer |
| datahub-ingestion-cron.enabled | bool | `false` | Enable cronjob for periodic ingestion |
| 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.25"` | Image repository for elasticsearchSetupJob |
| elasticsearchSetupJob.image.tag | string | `"v0.8.26"` | Image repository 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.25"` | Image repository for kafkaSetupJob |
| kafkaSetupJob.image.tag | string | `"v0.8.26"` | Image repository 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.25.0"` | Image repository for mysqlSetupJob |
| mysqlSetupJob.image.tag | string | `"v0.8.26.0"` | Image repository for mysqlSetupJob |
| global.datahub_standalone_consumers_enabled | boolean | true | Enable standalone consumers for kafka |
| global.datahub_analytics_enabled | boolean | true | Enable datahub usage analytics |
| global.datahub.appVersion | string | `"1.0"` | App version for annotation |
Expand Down
14 changes: 7 additions & 7 deletions charts/datahub/quickstart-values-without-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.25"
tag: "v0.8.26"

datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
tag: "v0.8.25"
tag: "v0.8.26"
# Set up ingress to expose react front-end
ingress:
enabled: false
Expand All @@ -25,31 +25,31 @@ elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
tag: "v0.8.25"
tag: "v0.8.26"

kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
tag: "v0.8.25"
tag: "v0.8.26"

mysqlSetupJob:
enabled: true
image:
repository: acryldata/datahub-mysql-setup
tag: "v0.8.25.0"
tag: "v0.8.26.0"

datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "v0.8.25.0"
tag: "v0.8.26.0"

datahub-ingestion-cron:
enabled: false
image:
repository: acryldata/datahub-ingestion
tag: "v0.8.25.0"
tag: "v0.8.26.0"

global:
graph_service_impl: elasticsearch
Expand Down
14 changes: 7 additions & 7 deletions charts/datahub/quickstart-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.25"
tag: "v0.8.26"

datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
tag: "v0.8.25"
tag: "v0.8.26"
# Set up ingress to expose react front-end
ingress:
enabled: false
Expand All @@ -25,31 +25,31 @@ elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
tag: "v0.8.25"
tag: "v0.8.26"

kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
tag: "v0.8.25"
tag: "v0.8.26"

mysqlSetupJob:
enabled: true
image:
repository: acryldata/datahub-mysql-setup
tag: "v0.8.25.0"
tag: "v0.8.26.0"

datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "v0.8.25.0"
tag: "v0.8.26.0"

datahub-ingestion-cron:
enabled: false
image:
repository: acryldata/datahub-ingestion
tag: "v0.8.25.0"
tag: "v0.8.26.0"

global:
graph_service_impl: neo4j
Expand Down
18 changes: 9 additions & 9 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,56 @@ datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
tag: "v0.8.25"
tag: "v0.8.26"

datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
tag: "v0.8.25"
tag: "v0.8.26"
# Set up ingress to expose react front-end
ingress:
enabled: false

datahub-mae-consumer:
image:
repository: linkedin/datahub-mae-consumer
tag: "v0.8.25"
tag: "v0.8.26"

datahub-mce-consumer:
image:
repository: linkedin/datahub-mce-consumer
tag: "v0.8.25"
tag: "v0.8.26"

datahub-ingestion-cron:
enabled: false
image:
repository: acryldata/datahub-ingestion
tag: "v0.8.25.0"
tag: "v0.8.26.0"

elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
tag: "v0.8.25"
tag: "v0.8.26"

kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
tag: "v0.8.25"
tag: "v0.8.26"

mysqlSetupJob:
enabled: true
image:
repository: acryldata/datahub-mysql-setup
tag: "v0.8.25.0"
tag: "v0.8.26.0"

datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "v0.8.25.0"
tag: "v0.8.26.0"
noCodeDataMigration:
sqlDbType: "MYSQL"

Expand Down

0 comments on commit 00f0d8a

Please sign in to comment.