diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index c38b0f43a..bdf1b9858 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,7 +4,7 @@ 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.12 +version: 0.4.13 # 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 @@ -14,15 +14,15 @@ dependencies: repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend - version: 0.2.157 + version: 0.2.158 repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer - version: 0.2.158 + version: 0.2.159 repository: file://./subcharts/datahub-mae-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-mce-consumer - version: 0.2.160 + version: 0.2.161 repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron @@ -30,7 +30,7 @@ dependencies: repository: file://./subcharts/datahub-ingestion-cron condition: datahub-ingestion-cron.enabled - name: acryl-datahub-actions - version: 0.2.144 + version: 0.2.145 repository: file://./subcharts/acryl-datahub-actions condition: acryl-datahub-actions.enabled maintainers: diff --git a/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml b/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml index b6caf5c53..4a94610ed 100644 --- a/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml +++ b/charts/datahub/subcharts/acryl-datahub-actions/Chart.yaml @@ -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.144 +version: 0.2.145 # 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.0.11 diff --git a/charts/datahub/subcharts/acryl-datahub-actions/README.md b/charts/datahub/subcharts/acryl-datahub-actions/README.md index a160efa37..603ad195f 100644 --- a/charts/datahub/subcharts/acryl-datahub-actions/README.md +++ b/charts/datahub/subcharts/acryl-datahub-actions/README.md @@ -9,7 +9,6 @@ Current chart version is `0.0.3` | Key | Type | Default | Description | |-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | affinity | object | `{}` | | -| exporters.jmx.enabled | boolean | false | | | extraLabels | object | `{}` | Extra labels for deployment configuration | | extraEnvs | Extra [environment variables][] which will be appended to the `env:` definition for the container | `[]` | | extraSidecars | list | `[]` | Add additional sidecar containers to the deployment pod(s) | diff --git a/charts/datahub/subcharts/datahub-frontend/Chart.yaml b/charts/datahub/subcharts/datahub-frontend/Chart.yaml index 4e1ad07c8..2fd84a342 100644 --- a/charts/datahub/subcharts/datahub-frontend/Chart.yaml +++ b/charts/datahub/subcharts/datahub-frontend/Chart.yaml @@ -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.13.1 diff --git a/charts/datahub/subcharts/datahub-frontend/README.md b/charts/datahub/subcharts/datahub-frontend/README.md index c1a533d27..caf930ca9 100644 --- a/charts/datahub/subcharts/datahub-frontend/README.md +++ b/charts/datahub/subcharts/datahub-frontend/README.md @@ -12,7 +12,6 @@ Current chart version is `0.2.0` | affinity | object | `{}` | | | datahub.play.mem.buffer.size | string | `"10MB"` | | | existingGmsSecret | object | {} | Reference to GMS secret if already exists | -| exporters.jmx.enabled | boolean | false | | | extraLabels | object | `{}` | Extra labels for deployment configuration | | extraEnvs | Extra [environment variables][] which will be appended to the `env:` definition for the container | `[]` | | extraSidecars | list | `[]` | Add additional sidecar containers to the deployment pod(s) | @@ -21,7 +20,7 @@ Current chart version is `0.2.0` | fullnameOverride | string | `"datahub-frontend"` | | | global.datahub_analytics_enabled | boolean | true | | | global.datahub.gms.port | string | `"8080"` | | -| global.datahub.frontend.validateSignUpEmail | boolean | true | Enforces user sign up through invite link to use a valid email. | +| global.datahub.frontend.validateSignUpEmail | boolean | true | Enforces user sign up through invite link to use a valid email. | | image.args | list | `[]` | Override the image's args. Used to configure custom startup or shutdown behavior | | image.command | list | `[]` | Override the image's command. Used to configure custom startup or shutdown behavior | | image.pullPolicy | string | `"IfNotPresent"` | | diff --git a/charts/datahub/subcharts/datahub-frontend/values.yaml b/charts/datahub/subcharts/datahub-frontend/values.yaml index 1730b886f..7afa08d73 100644 --- a/charts/datahub/subcharts/datahub-frontend/values.yaml +++ b/charts/datahub/subcharts/datahub-frontend/values.yaml @@ -163,49 +163,6 @@ affinity: {} env: JMXPORT: 1099 -exporters: - jmx: - enabled: false -# image: -# repository: bitnami/jmx-exporter -# tag: 0.15.0 -# pullPolicy: IfNotPresent -# config: -# lowercaseOutputName: true -# lowercaseOutputLabelNames: true -# rules: -# - pattern: ".*" -# startDelaySeconds: 30 -# env: {} -# resources: {} -# path: /metrics -# ports: -# jmxxp: -# containerPort: 5556 -# protocol: TCP -# livenessProbe: -# httpGet: -# path: /metrics -# port: jmxxp -# initialDelaySeconds: 30 -# periodSeconds: 15 -# timeoutSeconds: 60 -# failureThreshold: 8 -# successThreshold: 1 -# readinessProbe: -# httpGet: -# path: /metrics -# port: jmxxp -# initialDelaySeconds: 30 -# periodSeconds: 15 -# timeoutSeconds: 60 -# failureThreshold: 8 -# successThreshold: 1 -# serviceMonitor: -# interval: 30s -# scrapeTimeout: 30s -# scheme: http - livenessProbe: initialDelaySeconds: 60 periodSeconds: 30 diff --git a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml index 57f59d004..01d2f7e16 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml @@ -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.158 +version: 0.2.159 # 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 diff --git a/charts/datahub/subcharts/datahub-mae-consumer/README.md b/charts/datahub/subcharts/datahub-mae-consumer/README.md index 6957bde67..b52e776e0 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/README.md +++ b/charts/datahub/subcharts/datahub-mae-consumer/README.md @@ -9,7 +9,6 @@ Current chart version is `0.2.0` | Key | Type | Default | Description | |-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | affinity | object | `{}` | | -| exporters.jmx.enabled | boolean | false | | | extraLabels | object | `{}` | Extra labels for deployment configuration | | extraEnvs | Extra [environment variables][] which will be appended to the `env:` definition for the container | `[]` | | extraSidecars | list | `[]` | Add additional sidecar containers to the deployment pod(s) | diff --git a/charts/datahub/subcharts/datahub-mae-consumer/values.yaml b/charts/datahub/subcharts/datahub-mae-consumer/values.yaml index bf8db60dd..a0c8aa52e 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/values.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/values.yaml @@ -122,48 +122,6 @@ affinity: {} env: JMXPORT: 1099 -exporters: - jmx: - enabled: false -# image: -# repository: bitnami/jmx-exporter -# tag: 0.15.0 -# pullPolicy: IfNotPresent -# config: -# lowercaseOutputName: true -# rules: -# - pattern: ".*" -# startDelaySeconds: 30 -# env: {} -# resources: {} -# path: /metrics -# ports: -# jmxxp: -# containerPort: 5556 -# protocol: TCP -# livenessProbe: -# httpGet: -# path: /metrics -# port: jmxxp -# initialDelaySeconds: 30 -# periodSeconds: 15 -# timeoutSeconds: 60 -# failureThreshold: 8 -# successThreshold: 1 -# readinessProbe: -# httpGet: -# path: /metrics -# port: jmxxp -# initialDelaySeconds: 30 -# periodSeconds: 15 -# timeoutSeconds: 60 -# failureThreshold: 8 -# successThreshold: 1 -# serviceMonitor: -# interval: 30s -# scrapeTimeout: 30s -# scheme: http - livenessProbe: initialDelaySeconds: 60 periodSeconds: 30 diff --git a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml index e25ca3208..b9aeac6ac 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml @@ -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 diff --git a/charts/datahub/subcharts/datahub-mce-consumer/README.md b/charts/datahub/subcharts/datahub-mce-consumer/README.md index 0b7e525ca..32e0eedec 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/README.md +++ b/charts/datahub/subcharts/datahub-mce-consumer/README.md @@ -9,7 +9,6 @@ Current chart version is `0.2.0` | Key | Type | Default | Description | |-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | affinity | object | `{}` | | -| exporters.jmx.enabled | boolean | false | | | extraLabels | object | `{}` | Extra labels for deployment configuration | | extraEnvs | Extra [environment variables][] which will be appended to the `env:` definition for the container | `[]` | | extraSidecars | list | `[]` | Add additional sidecar containers to the deployment pod(s) | diff --git a/charts/datahub/subcharts/datahub-mce-consumer/values.yaml b/charts/datahub/subcharts/datahub-mce-consumer/values.yaml index 9572f8ec3..285ac670c 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/values.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/values.yaml @@ -123,48 +123,6 @@ affinity: {} env: JMXPORT: 1099 -exporters: - jmx: - enabled: false -# image: -# repository: bitnami/jmx-exporter -# tag: 0.15.0 -# pullPolicy: IfNotPresent -# config: -# lowercaseOutputName: true -# rules: -# - pattern: ".*" -# startDelaySeconds: 30 -# env: {} -# resources: {} -# path: /metrics -# ports: -# jmxxp: -# containerPort: 5556 -# protocol: TCP -# livenessProbe: -# httpGet: -# path: /metrics -# port: jmxxp -# initialDelaySeconds: 30 -# periodSeconds: 15 -# timeoutSeconds: 60 -# failureThreshold: 8 -# successThreshold: 1 -# readinessProbe: -# httpGet: -# path: /metrics -# port: jmxxp -# initialDelaySeconds: 30 -# periodSeconds: 15 -# timeoutSeconds: 60 -# failureThreshold: 8 -# successThreshold: 1 -# serviceMonitor: -# interval: 30s -# scrapeTimeout: 30s -# scheme: http - livenessProbe: initialDelaySeconds: 60 periodSeconds: 30