Update version for helm (#2719)

This commit is contained in:
Dexter Lee 2021-06-18 15:45:38 -07:00 committed by GitHub
parent 38471ac700
commit b6a849a46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 33 additions and 33 deletions

View File

@ -4,10 +4,10 @@ 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.0
version: 0.2.1
# 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.1 #0.3.1
appVersion: 0.8.3 #0.3.1
dependencies:
- name: datahub-gms
version: 0.2.1

View File

@ -17,23 +17,23 @@ helm install datahub datahub/
|-----|------|---------|-------------|
| 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.1"` | Image tag for datahub-frontend |
| datahub-frontend.image.tag | string | `"v0.8.3"` | 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.1"` | Image tag for datahub-gms |
| datahub-gms.image.tag | string | `"v0.8.3"` | Image tag for datahub-gms |
| datahub-mae-consumer.enabled | bool | `true` | Enable MAE Consumer |
| datahub-mae-consumer.image.repository | string | `"linkedin/datahub-mae-consumer"` | Image repository for datahub-mae-consumer |
| datahub-mae-consumer.image.tag | string | `"v0.8.1"` | Image tag for datahub-mae-consumer |
| datahub-mae-consumer.image.tag | string | `"v0.8.3"` | Image tag for datahub-mae-consumer |
| datahub-mce-consumer.enabled | bool | `true` | Enable MCE 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.1"` | Image tag for datahub-mce-consumer |
| datahub-mce-consumer.image.tag | string | `"v0.8.3"` | 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.1"` | Image repository for elasticsearchSetupJob |
| elasticsearchSetupJob.image.tag | string | `"v0.8.3"` | 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.1"` | Image repository for kafkaSetupJob |
| kafkaSetupJob.image.tag | string | `"v0.8.3"` | Image repository for kafkaSetupJob |
| mysqlSetupJob.enabled | bool | `false` | Enable setup job for mysql |
| mysqlSetupJob.image.repository | string | `""` | Image repository for mysqlSetupJob |
| mysqlSetupJob.image.tag | string | `""` | Image repository for mysqlSetupJob |

View File

@ -20,7 +20,7 @@ Current chart version is `0.2.0`
| global.datahub.gms.port | string | `"8080"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linkedin/datahub-frontend-react"` | |
| image.tag | string | `"v0.8.1"` | |
| image.tag | string | `"v0.8.3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |

View File

@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: linkedin/datahub-frontend-react
tag: "v0.8.1"
tag: "v0.8.3"
pullPolicy: Always
imagePullSecrets: []

View File

@ -38,7 +38,7 @@ Current chart version is `0.2.0`
| global.sql.datasource.password.secretKey | string | `"mysql-password"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linkedin/datahub-gms"` | |
| image.tag | string | `"v0.8.1"` | |
| image.tag | string | `"v0.8.3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |

View File

@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: linkedin/datahub-gms
pullPolicy: Always
tag: v0.8.1
tag: v0.8.3
imagePullSecrets: []
nameOverride: ""

View File

@ -8,7 +8,7 @@ A Helm chart for datahub's metadata-ingestion framework with kerberos authentica
|-----|------|---------|-------------|
| image.pullPolicy | string | `"Always"` | Image pull policy |
| image.repository | string | `"linkedin/datahub-ingestion"` | DataHub Ingestion image repository |
| image.tag | string | `"v0.8.1"` | DataHub Ingestion image tag |
| image.tag | string | `"v0.8.3"` | DataHub Ingestion image tag |
| imagePullSecrets | array | `[]` (does not add image pull secrets to deployed pods) | Docker registry secret names as an array |
| labels | string | `{}` | Metadata labels to be added to each crawling cron job |
| crons | type | `{}` | A map of crawling parameters per different technology being crawler, the key in the object will be used as the name for the new cron job |

View File

@ -4,7 +4,7 @@
image:
repository: linkedin/datahub-ingestion
tag: v0.8.1
tag: v0.8.3
pullPolicy: Always
imagePullSecrets: []

View File

@ -31,7 +31,7 @@ Current chart version is `0.2.0`
| global.hostAliases[0].ip | string | `"192.168.0.104"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linkedin/datahub-mae-consumer"` | |
| image.tag | string | `"v0.8.1"` | |
| image.tag | string | `"v0.8.3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |

View File

@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: linkedin/datahub-mae-consumer
pullPolicy: Always
tag: v0.8.1
tag: v0.8.3
imagePullSecrets: []
nameOverride: ""

View File

@ -24,7 +24,7 @@ Current chart version is `0.2.0`
| global.hostAliases[0].ip | string | `"192.168.0.104"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linkedin/datahub-mce-consumer"` | |
| image.tag | string | `"v0.8.1"` | |
| image.tag | string | `"v0.8.3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |

View File

@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: linkedin/datahub-mce-consumer
pullPolicy: Always
tag: v0.8.1
tag: v0.8.3
imagePullSecrets: []
nameOverride: ""

View File

@ -4,13 +4,13 @@ datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
tag: "v0.8.1"
tag: "v0.8.3"
datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
tag: "v0.8.1"
tag: "v0.8.3"
# Set up ingress to expose react front-end
ingress:
enabled: false
@ -19,25 +19,25 @@ elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
tag: "v0.8.1"
tag: "v0.8.3"
kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
tag: "v0.8.1"
tag: "v0.8.3"
mysqlSetupJob:
enabled: true
image:
repository: acryldata/datahub-mysql-setup
tag: "v0.8.1"
tag: "v0.8.3"
datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "v0.8.1"
tag: "v0.8.3"
datahub-ingestion-cron:
enabled: false

View File

@ -4,13 +4,13 @@ datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
tag: "v0.8.1"
tag: "v0.8.3"
datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
tag: "v0.8.1"
tag: "v0.8.3"
# Set up ingress to expose react front-end
ingress:
enabled: false
@ -19,43 +19,43 @@ datahub-mae-consumer:
enabled: true
image:
repository: linkedin/datahub-mae-consumer
tag: "v0.8.1"
tag: "v0.8.3"
datahub-mce-consumer:
enabled: true
image:
repository: linkedin/datahub-mce-consumer
tag: "v0.8.1"
tag: "v0.8.3"
datahub-ingestion-cron:
enabled: false
image:
repository: linkedin/datahub-ingestion
tag: "v0.8.1"
tag: "v0.8.3"
elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
tag: "v0.8.1"
tag: "v0.8.3"
kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
tag: "v0.8.1"
tag: "v0.8.3"
mysqlSetupJob:
enabled: true
image:
repository: acryldata/datahub-mysql-setup
tag: "v0.8.1"
tag: "v0.8.3"
datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "v0.8.1"
tag: "v0.8.3"
global: