Skip to content

Commit

Permalink
feat(image registry): fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchmidtDev committed Aug 21, 2024
1 parent cd000a7 commit 4d5a2e4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ 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.21
version: 0.4.22
# 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.14.0
dependencies:
- name: datahub-gms
version: 0.2.171
version: 0.2.172
repository: file://./subcharts/datahub-gms
condition: datahub-gms.enabled
- name: datahub-frontend
version: 0.2.159
repository: file://./subcharts/datahub-frontend
condition: datahub-frontend.enabled
- name: datahub-mae-consumer
version: 0.2.160
version: 0.2.161
repository: file://./subcharts/datahub-mae-consumer
condition: global.datahub_standalone_consumers_enabled
- name: datahub-mce-consumer
version: 0.2.162
version: 0.2.163
repository: file://./subcharts/datahub-mce-consumer
condition: global.datahub_standalone_consumers_enabled
- name: datahub-ingestion-cron
Expand Down
12 changes: 6 additions & 6 deletions charts/datahub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `"acryldata/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 | `"acryldata/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 | `"acryldata/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 | `"acryldata/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 | `"acryldata/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 | `"acryldata/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
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-gms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: A Helm chart for DataHub's datahub-gms component
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.171
version: 0.2.172
# 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: v0.13.1
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes
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.160
version: 0.2.161
# 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: v0.13.1
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes
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.162
version: 0.2.163
# 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: v0.13.1

0 comments on commit 4d5a2e4

Please sign in to comment.