-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
368d0c7
commit 2563257
Showing
5 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ datahub-gms: | |
enabled: true | ||
image: | ||
repository: linkedin/datahub-gms | ||
tag: "v0.8.40" | ||
tag: "v0.8.41" | ||
|
||
datahub-frontend: | ||
enabled: true | ||
image: | ||
repository: linkedin/datahub-frontend-react | ||
tag: "v0.8.40" | ||
tag: "v0.8.41" | ||
# 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.40" | ||
tag: "v0.8.41" | ||
|
||
kafkaSetupJob: | ||
enabled: true | ||
image: | ||
repository: linkedin/datahub-kafka-setup | ||
tag: "v0.8.40" | ||
tag: "v0.8.41" | ||
|
||
mysqlSetupJob: | ||
enabled: true | ||
image: | ||
repository: acryldata/datahub-mysql-setup | ||
tag: "v0.8.40" | ||
tag: "v0.8.41" | ||
|
||
datahubUpgrade: | ||
enabled: true | ||
image: | ||
repository: acryldata/datahub-upgrade | ||
tag: "v0.8.40" | ||
tag: "v0.8.41" | ||
|
||
datahub-ingestion-cron: | ||
enabled: false | ||
image: | ||
repository: acryldata/datahub-ingestion | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
anshbansal
Author
Contributor
|
||
tag: "v0.8.40" | ||
tag: "v0.8.41" | ||
|
||
global: | ||
graph_service_impl: neo4j | ||
|
@@ -102,4 +102,4 @@ global: | |
|
||
managed_ingestion: | ||
enabled: true | ||
defaultCliVersion: "0.8.40" | ||
defaultCliVersion: "0.8.41" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@anshbansal Is this correct? I think it should be
linkedin/datahub-ingestion
.