Skip to content

Commit

Permalink
Fix links and references to DataHub (acryldata#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnaut authored Jun 21, 2024
1 parent 41306bd commit bdc53d1
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


## Checklist
- [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format))
- [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format))
- [ ] Links to related issues (if applicable)
- [ ] Tests for the changes have been added/updated (if applicable)
- [ ] Docs related to the changes have been added/updated (if applicable)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/datahub)](https://artifacthub.io/packages/search?repo=datahub)

## Introduction
[This repo](https://github.com/acryldata/datahub-helm) provides
the Kubernetes [Helm](https://helm.sh/) charts for deploying
[Datahub](https://github.com/linkedin/datahub) and it's dependencies
[This repo](https://github.com/acryldata/datahub-helm) provides
the Kubernetes [Helm](https://helm.sh/) charts for deploying
[Datahub](https://github.com/datahub-project/datahub) and it's dependencies
(Elasticsearch, optionally Neo4j, MySQL, and Kafka) on a Kubernetes cluster.

## Setup
Expand Down
4 changes: 2 additions & 2 deletions charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: datahub
description: A Helm chart for LinkedIn DataHub
description: A Helm chart for 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.4.18
version: 0.4.19
# 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.13.2
Expand Down
14 changes: 7 additions & 7 deletions charts/datahub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DataHub
=======
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/datahub)](https://artifacthub.io/packages/search?repo=datahub)

A Helm chart for LinkedIn DataHub
A Helm chart for DataHub

## Install DataHub
Run the following command to install datahub with default configuration.
Expand All @@ -21,23 +21,23 @@ helm install datahub datahub/datahub --values <<path-to-values-file>>
| Key | Type | Default | Description |
|----------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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.repository | string | `"acryldata/datahub-frontend-react"` | Image repository for datahub-frontend |
| datahub-frontend.image.tag | string | `"v0.11.0"` | Image tag for datahub-frontend |
| datahub-frontend.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-frontend |
| datahub-frontend.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
| datahub-frontend.image.command | list | `[]` | Override the image's command. Used to configure custom startup or shutdown behavior |
| datahub-gms.enabled | bool | `true` | Enable GMS |
| datahub-gms.image.repository | string | `"linkedin/datahub-gms"` | Image repository for datahub-gms |
| datahub-gms.image.repository | string | `"acryldata/datahub-gms"` | Image repository for datahub-gms |
| datahub-gms.image.tag | string | `"v0.11.0"` | Image tag for datahub-gms |
| datahub-gms.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-gms |
| datahub-gms.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
| datahub-gms.image.command | list | `[]` | Override the image's command. Used to configure custom startup or shutdown behavior |
| datahub-mae-consumer.image.repository | string | `"linkedin/datahub-mae-consumer"` | Image repository for datahub-mae-consumer |
| datahub-mae-consumer.image.repository | string | `"acryldata/datahub-mae-consumer"` | Image repository for datahub-mae-consumer |
| datahub-mae-consumer.image.tag | string | `"v0.11.0"` | Image tag for datahub-mae-consumer |
| datahub-mae-consumer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-mae-consumer |
| datahub-mae-consumer.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
| datahub-mae-consumer.image.command | list | `[]` | Override the image's command. Used to configure custom startup or shutdown behavior |
| datahub-mce-consumer.image.repository | string | `"linkedin/datahub-mce-consumer"` | Image repository for datahub-mce-consumer |
| datahub-mce-consumer.image.repository | string | `"acryldata/datahub-mce-consumer"` | Image repository for datahub-mce-consumer |
| datahub-mce-consumer.image.tag | string | `"v0.11.0"` | Image tag for datahub-mce-consumer |
| datahub-mce-consumer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-mce-consumer |
| datahub-mce-consumer.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
Expand All @@ -59,7 +59,7 @@ helm install datahub datahub/datahub --values <<path-to-values-file>>
| datahubUpgrade.restoreIndices.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
| datahubUpgrade.restoreIndices.image.command | list | `[]` | Override the image's command. Used to configure custom startup or shutdown behavior |
| elasticsearchSetupJob.enabled | bool | `true` | Enable setup job for elasicsearch |
| elasticsearchSetupJob.image.repository | string | `"linkedin/datahub-elasticsearch-setup"` | Image repository for elasticsearchSetupJob |
| elasticsearchSetupJob.image.repository | string | `"acryldata/datahub-elasticsearch-setup"` | Image repository for elasticsearchSetupJob |
| elasticsearchSetupJob.image.tag | string | `"v0.11.0"` | Image repository for elasticsearchSetupJob |
| elasticsearchSetupJob.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for elasticsearchSetupJob |
| elasticsearchSetupJob.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
Expand All @@ -70,7 +70,7 @@ helm install datahub datahub/datahub --values <<path-to-values-file>>
| elasticsearchSetupJob.podAnnotations | object | `{}` | Pod annotations for elasticsearchSetupJob |
| elasticsearchSetupJob.extraSidecars | list | `[]` | Add additional sidecar containers to the job pod |
| kafkaSetupJob.enabled | bool | `true` | Enable setup job for kafka |
| kafkaSetupJob.image.repository | string | `"linkedin/datahub-kafka-setup"` | Image repository for kafkaSetupJob |
| kafkaSetupJob.image.repository | string | `"acryldata/datahub-kafka-setup"` | Image repository for kafkaSetupJob |
| kafkaSetupJob.image.tag | string | `"v0.11.0"` | Image repository for kafkaSetupJob |
| kafkaSetupJob.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for kafkaSetupJob |
| kafkaSetupJob.image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior |
Expand Down
8 changes: 4 additions & 4 deletions charts/datahub/quickstart-values-with-neo4j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
repository: acryldata/datahub-gms
# tag: "v0.11.0 # defaults to .global.datahub.version


datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
repository: acryldata/datahub-frontend-react
# tag: "v0.11.0 # defaults to .global.datahub.version

# Set up ingress to expose react front-end
Expand Down Expand Up @@ -39,14 +39,14 @@ acryl-datahub-actions:
elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
repository: acryldata/datahub-elasticsearch-setup
# tag: "v0.11.0 # defaults to .global.datahub.version


kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
repository: acryldata/datahub-kafka-setup
# tag: "v0.11.0 # defaults to .global.datahub.version


Expand Down
Loading

0 comments on commit bdc53d1

Please sign in to comment.