Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into featur…
Browse files Browse the repository at this point in the history
…e/449-enhance-service-monitor-labels
  • Loading branch information
Serhii Shepel committed Apr 14, 2024
2 parents 610516a + 8a360a1 commit b07c97c
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 31 deletions.
14 changes: 7 additions & 7 deletions charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ 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.4.4
version: 0.4.8
# 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.0
appVersion: 0.13.1
dependencies:
- name: datahub-gms
version: 0.2.164
version: 0.2.167
repository: file://./subcharts/datahub-gms
condition: datahub-gms.enabled
- name: datahub-frontend
version: 0.2.156
version: 0.2.157
repository: file://./subcharts/datahub-frontend
condition: datahub-frontend.enabled
- name: datahub-mae-consumer
version: 0.2.157
version: 0.2.158
repository: file://./subcharts/datahub-mae-consumer
condition: global.datahub_standalone_consumers_enabled
- name: datahub-mce-consumer
version: 0.2.159
version: 0.2.160
repository: file://./subcharts/datahub-mce-consumer
condition: global.datahub_standalone_consumers_enabled
- name: datahub-ingestion-cron
version: 0.2.142
version: 0.2.143
repository: file://./subcharts/datahub-ingestion-cron
condition: datahub-ingestion-cron.enabled
- name: acryl-datahub-actions
Expand Down
4 changes: 2 additions & 2 deletions charts/datahub/subcharts/datahub-frontend/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.156
version: 0.2.157
# 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.11.0
appVersion: v0.13.1
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
revisionHistoryLimit: 10

image:
repository: linkedin/datahub-frontend-react
repository: acryldata/datahub-frontend-react
tag:
pullPolicy: IfNotPresent
# Override the image's command & args with a new one.
Expand Down
4 changes: 2 additions & 2 deletions 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 LinkedIn 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.164
version: 0.2.167
# 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.11.0
appVersion: v0.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ spec:
secretKeyRef:
name: {{ .Values.global.datahub.metadata_service_authentication.systemClientSecret.secretRef }}
key: {{ .Values.global.datahub.metadata_service_authentication.systemClientSecret.secretKey }}
{{- if .Values.global.datahub.metadata_service_authentication.view.authorization.enabled }}
- name: VIEW_AUTHORIZATION_ENABLED
value: "true"
{{- if .Values.global.datahub.metadata_service_authentication.view.authorization.recommendations.peerGroupEnabled }}
- name: VIEW_AUTHORIZATION_RECOMMENDATIONS_PEER_GROUP_ENABLED
value: "true"
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.global.datahub.managed_ingestion.enabled }}
- name: UI_INGESTION_ENABLED
Expand Down
10 changes: 9 additions & 1 deletion charts/datahub/subcharts/datahub-gms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
revisionHistoryLimit: 10

image:
repository: linkedin/datahub-gms
repository: acryldata/datahub-gms
pullPolicy: IfNotPresent
tag:
# Override the image's command & args with a new one.
Expand Down Expand Up @@ -226,6 +226,14 @@ global:
# systemClientSecret:
# secretRef: <secret-ref>
# secretKey: <secret-key>
view:
authorization:
# search/view authorization filters
enabled: false
# recommendation settings when search/view authorization is in effect
recommendations:
# whether to restrict Most Popular entities
peerGroupEnabled: true

encryptionKey:
secretRef: "encryption-key-secret"
Expand Down
4 changes: 2 additions & 2 deletions charts/datahub/subcharts/datahub-ingestion-cron/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.142
version: 0.2.143
# 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.11.0
appVersion: v0.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
repository: linkedin/datahub-ingestion
repository: acryldata/datahub-ingestion
tag:
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions 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.157
version: 0.2.158
# 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.11.0
appVersion: v0.13.1
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-mae-consumer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
revisionHistoryLimit: 10

image:
repository: linkedin/datahub-mae-consumer
repository: acryldata/datahub-mae-consumer
pullPolicy: IfNotPresent
tag:
# Override the image's command & args with a new one.
Expand Down
4 changes: 2 additions & 2 deletions 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.159
version: 0.2.160
# 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.11.0
appVersion: v0.13.1
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-mce-consumer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
revisionHistoryLimit: 10

image:
repository: linkedin/datahub-mce-consumer
repository: acryldata/datahub-mce-consumer
pullPolicy: IfNotPresent
tag:
# Override the image's command & args with a new one.
Expand Down
18 changes: 9 additions & 9 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
repository: acryldata/datahub-gms
# tag: "v0.11.0 # defaults to .global.datahub.version
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
Expand Down Expand Up @@ -37,7 +37,7 @@ datahub-gms:
datahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
repository: acryldata/datahub-frontend-react
# tag: "v0.11.0" # # defaults to .global.datahub.version
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
Expand Down Expand Up @@ -86,7 +86,7 @@ acryl-datahub-actions:

datahub-mae-consumer:
image:
repository: linkedin/datahub-mae-consumer
repository: acryldata/datahub-mae-consumer
# tag: "v0.11.0" # defaults to .global.datahub.version
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
Expand All @@ -101,7 +101,7 @@ datahub-mae-consumer:

datahub-mce-consumer:
image:
repository: linkedin/datahub-mce-consumer
repository: acryldata/datahub-mce-consumer
# tag: "v0.11.0" # defaults to .global.datahub.version
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
Expand All @@ -123,7 +123,7 @@ datahub-ingestion-cron:
elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
repository: acryldata/datahub-elasticsearch-setup
# tag: "v0.11.0" # defaults to .global.datahub.version
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
Expand Down Expand Up @@ -157,7 +157,7 @@ elasticsearchSetupJob:
kafkaSetupJob:
enabled: true
image:
repository: linkedin/datahub-kafka-setup
repository: acryldata/datahub-kafka-setup
# tag: "v0.11.0" # defaults to .global.datahub.version
# Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script
# to run
Expand Down Expand Up @@ -374,7 +374,7 @@ datahubSystemUpdate:
# steps are completed, the non-blocking job runs while the rest of the
# system is starting.
nonblocking:
enabled: true
enabled: false
# When mode = 'nonblocking' the nonblocking job should not include the above helm.sh/hook annotations
annotations:
# This is what defines this resource as a hook. Without this line, the
Expand Down Expand Up @@ -655,7 +655,7 @@ global:
# value: password

datahub:
version: v0.13.0
version: v0.13.1
gms:
protocol: "http"
port: "8080"
Expand Down Expand Up @@ -693,7 +693,7 @@ global:

managed_ingestion:
enabled: true
defaultCliVersion: "0.13.0.0"
defaultCliVersion: "0.13.1.2"

metadata_service_authentication:
enabled: true
Expand Down

0 comments on commit b07c97c

Please sign in to comment.