Skip to content

Commit 920a177

Browse files
authored
docs: points to docker images hosted by linkedin org (datahub-project#1683)
As we're now utilize GitHub Actions to build & publish docker images to docker hub under linkedin org Also allow overriding image tags via DATAHUB_VERSION environment variable
1 parent 63943a1 commit 920a177

File tree

26 files changed

+49
-49
lines changed

26 files changed

+49
-49
lines changed

contrib/kubernetes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ The following table lists the configuration parameters and its default values
4141
| Key | Type | Default | Description |
4242
|-----|------|---------|-------------|
4343
| datahub-frontend.enabled | bool | `true` | |
44-
| datahub-frontend.image.repository | string | `"keremsahin/datahub-frontend"` | |
44+
| datahub-frontend.image.repository | string | `"linkedin/datahub-frontend"` | |
4545
| datahub-frontend.image.tag | string | `"latest"` | |
4646
| datahub-gms.enabled | bool | `true` | |
47-
| datahub-gms.image.repository | string | `"keremsahin/datahub-gms"` | |
47+
| datahub-gms.image.repository | string | `"linkedin/datahub-gms"` | |
4848
| datahub-gms.image.tag | string | `"latest"` | |
4949
| datahub-mae-consumer.enabled | bool | `true` | |
50-
| datahub-mae-consumer.image.repository | string | `"keremsahin/datahub-mae-consumer"` | |
50+
| datahub-mae-consumer.image.repository | string | `"linkedin/datahub-mae-consumer"` | |
5151
| datahub-mae-consumer.image.tag | string | `"latest"` | |
5252
| datahub-mce-consumer.enabled | bool | `true` | |
53-
| datahub-mce-consumer.image.repository | string | `"keremsahin/datahub-mce-consumer"` | |
53+
| datahub-mce-consumer.image.repository | string | `"linkedin/datahub-mce-consumer"` | |
5454
| datahub-mce-consumer.image.tag | string | `"latest"` | |
5555
| global.datahub.appVersion | string | `"1.0"` | |
5656
| global.datahub.gms.host | string | `"datahub-gms-deployment"` | |

contrib/kubernetes/datahub/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Current chart version is `0.0.1`
1818
| Key | Type | Default | Description |
1919
|-----|------|---------|-------------|
2020
| datahub-frontend.enabled | bool | `true` | |
21-
| datahub-frontend.image.repository | string | `"keremsahin/datahub-frontend"` | |
21+
| datahub-frontend.image.repository | string | `"linkedin/datahub-frontend"` | |
2222
| datahub-frontend.image.tag | string | `"latest"` | |
2323
| datahub-gms.enabled | bool | `true` | |
24-
| datahub-gms.image.repository | string | `"keremsahin/datahub-gms"` | |
24+
| datahub-gms.image.repository | string | `"linkedin/datahub-gms"` | |
2525
| datahub-gms.image.tag | string | `"latest"` | |
2626
| datahub-mae-consumer.enabled | bool | `true` | |
27-
| datahub-mae-consumer.image.repository | string | `"keremsahin/datahub-mae-consumer"` | |
27+
| datahub-mae-consumer.image.repository | string | `"linkedin/datahub-mae-consumer"` | |
2828
| datahub-mae-consumer.image.tag | string | `"latest"` | |
2929
| datahub-mce-consumer.enabled | bool | `true` | |
30-
| datahub-mce-consumer.image.repository | string | `"keremsahin/datahub-mce-consumer"` | |
30+
| datahub-mce-consumer.image.repository | string | `"linkedin/datahub-mce-consumer"` | |
3131
| datahub-mce-consumer.image.tag | string | `"latest"` | |
3232
| global.datahub.appVersion | string | `"1.0"` | |
3333
| global.datahub.gms.host | string | `"datahub-gms-deployment"` | |

contrib/kubernetes/datahub/charts/datahub-frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Current chart version is `0.1.0`
1515
| global.datahub.gms.port | string | `"8080"` | |
1616
| global.datahub.gms.secret | string | `"YouKnowNothing"` | |
1717
| image.pullPolicy | string | `"IfNotPresent"` | |
18-
| image.repository | string | `"keremsahin/datahub-frontend"` | |
18+
| image.repository | string | `"linkedin/datahub-frontend"` | |
1919
| image.tag | string | `"latest"` | |
2020
| imagePullSecrets | list | `[]` | |
2121
| ingress.annotations | object | `{}` | |

contrib/kubernetes/datahub/charts/datahub-frontend/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: keremsahin/datahub-frontend
8+
repository: linkedin/datahub-frontend
99
tag: "latest"
1010
pullPolicy: IfNotPresent
1111

contrib/kubernetes/datahub/charts/datahub-gms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Current chart version is `0.1.0`
2929
| global.sql.datasource.url | string | `"jdbc:mysql://192.168.0.104:3306/datahub?verifyServerCertificate=false\u0026useSSL=true"` | |
3030
| global.sql.datasource.username | string | `"datahub"` | |
3131
| image.pullPolicy | string | `"IfNotPresent"` | |
32-
| image.repository | string | `"keremsahin/datahub-gms"` | |
32+
| image.repository | string | `"linkedin/datahub-gms"` | |
3333
| image.tag | string | `"latest"` | |
3434
| imagePullSecrets | list | `[]` | |
3535
| ingress.annotations | object | `{}` | |

contrib/kubernetes/datahub/charts/datahub-gms/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: keremsahin/datahub-gms
8+
repository: linkedin/datahub-gms
99
pullPolicy: IfNotPresent
1010
tag: latest
1111

contrib/kubernetes/datahub/charts/datahub-mae-consumer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Current chart version is `0.1.0`
1616
| global.hostAliases[0].hostnames[3] | string | `"neo4j"` | |
1717
| global.hostAliases[0].ip | string | `"192.168.0.104"` | |
1818
| image.pullPolicy | string | `"IfNotPresent"` | |
19-
| image.repository | string | `"keremsahin/datahub-mae-consumer"` | |
19+
| image.repository | string | `"linkedin/datahub-mae-consumer"` | |
2020
| image.tag | string | `"latest"` | |
2121
| imagePullSecrets | list | `[]` | |
2222
| ingress.annotations | object | `{}` | |

contrib/kubernetes/datahub/charts/datahub-mae-consumer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: keremsahin/datahub-mae-consumer
8+
repository: linkedin/datahub-mae-consumer
99
pullPolicy: IfNotPresent
1010
tag: latest
1111

contrib/kubernetes/datahub/charts/datahub-mce-consumer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Current chart version is `0.1.0`
1919
| global.hostAliases[0].hostnames[3] | string | `"neo4j"` | |
2020
| global.hostAliases[0].ip | string | `"192.168.0.104"` | |
2121
| image.pullPolicy | string | `"IfNotPresent"` | |
22-
| image.repository | string | `"keremsahin/datahub-mce-consumer"` | |
22+
| image.repository | string | `"linkedin/datahub-mce-consumer"` | |
2323
| image.tag | string | `"latest"` | |
2424
| imagePullSecrets | list | `[]` | |
2525
| ingress.annotations | object | `{}` | |

contrib/kubernetes/datahub/charts/datahub-mce-consumer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: keremsahin/datahub-mce-consumer
8+
repository: linkedin/datahub-mce-consumer
99
pullPolicy: IfNotPresent
1010
tag: latest
1111

0 commit comments

Comments
 (0)