diff --git a/charts/celery-exporter/Chart.yaml b/charts/celery-exporter/Chart.yaml index 5f8a6c5..3d52834 100644 --- a/charts/celery-exporter/Chart.yaml +++ b/charts/celery-exporter/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: danihodovic - name: adinhodovic -version: 0.6.5 -appVersion: 0.8.1 +version: 0.7.0 +appVersion: 0.9.2 diff --git a/charts/celery-exporter/README.md b/charts/celery-exporter/README.md index f88f1b2..3852b64 100644 --- a/charts/celery-exporter/README.md +++ b/charts/celery-exporter/README.md @@ -1,6 +1,6 @@ # celery-exporter -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.2](https://img.shields.io/badge/AppVersion-0.9.2-informational?style=flat-square) Prometheus exporter for Celery @@ -8,58 +8,58 @@ Prometheus exporter for Celery ## Maintainers -| Name | Email | Url | -| ---- | ------ | --- | -| danihodovic | | | -| adinhodovic | | | +| Name | Email | Url | +| ----------- | ----- | --- | +| danihodovic | | | +| adinhodovic | | | ## Source Code -* +- ## Values -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| fullnameOverride | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"danihodovic/celery-exporter"` | | -| image.tag | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | object | `{}` | | -| ingress.className | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hosts[0].host | string | `"celery-exporter.example"` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| ingress.tls | list | `[]` | | -| nameOverride | string | `""` | | -| nodeSelector | object | `{}` | | -| podAnnotations | object | `{}` | | -| podSecurityContext | object | `{}` | | -| replicaCount | int | `1` | | -| resources | object | `{}` | | -| securityContext | object | `{}` | | -| service.port | int | `9808` | | -| service.type | string | `"ClusterIP"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| serviceMonitor.additionalLabels | object | `{}` | | -| serviceMonitor.enabled | bool | `false` | | -| serviceMonitor.metricRelabelings | list | `[]` | | -| serviceMonitor.namespace | string | `""` | | -| serviceMonitor.namespaceSelector | object | `{}` | | -| serviceMonitor.relabelings | list | `[]` | | -| serviceMonitor.scrapeInterval | string | `"30s"` | | -| serviceMonitor.targetLabels | list | `[]` | | -| tolerations | list | `[]` | | -| livenessProbe.timeoutSeconds | object | `5` | | -| livenessProbe.failureThreshold | object | `5` | | -| livenessProbe.periodSeconds | object | `10` | | -| livenessProbe.successThreshold | object | `1` | | -| readinessProbe.timeoutSeconds | object | `5` | | -| readinessProbe.failureThreshold | object | `5` | | -| readinessProbe.periodSeconds | object | `10` | | -| readinessProbe.namespaceSelector | object | `1` | | +| Key | Type | Default | Description | +| ---------------------------------- | ------ | ------------------------------- | ----------- | +| affinity | object | `{}` | | +| fullnameOverride | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"danihodovic/celery-exporter"` | | +| image.tag | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | object | `{}` | | +| ingress.className | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts[0].host | string | `"celery-exporter.example"` | | +| ingress.hosts[0].paths[0].path | string | `"/"` | | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| ingress.tls | list | `[]` | | +| nameOverride | string | `""` | | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| podSecurityContext | object | `{}` | | +| replicaCount | int | `1` | | +| resources | object | `{}` | | +| securityContext | object | `{}` | | +| service.port | int | `9808` | | +| service.type | string | `"ClusterIP"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| serviceMonitor.additionalLabels | object | `{}` | | +| serviceMonitor.enabled | bool | `false` | | +| serviceMonitor.metricRelabelings | list | `[]` | | +| serviceMonitor.namespace | string | `""` | | +| serviceMonitor.namespaceSelector | object | `{}` | | +| serviceMonitor.relabelings | list | `[]` | | +| serviceMonitor.scrapeInterval | string | `"30s"` | | +| serviceMonitor.targetLabels | list | `[]` | | +| tolerations | list | `[]` | | +| livenessProbe.timeoutSeconds | object | `5` | | +| livenessProbe.failureThreshold | object | `5` | | +| livenessProbe.periodSeconds | object | `10` | | +| livenessProbe.successThreshold | object | `1` | | +| readinessProbe.timeoutSeconds | object | `5` | | +| readinessProbe.failureThreshold | object | `5` | | +| readinessProbe.periodSeconds | object | `10` | | +| readinessProbe.namespaceSelector | object | `1` | |