From 45d5cb18ca494b4e86bd82427d031faf0ef7846d Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Sun, 22 Dec 2024 18:24:01 +0330 Subject: [PATCH] Bumped version Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 133401e1cc..6f8541f3b8 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.28.0 +version: 1.28.1 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 7e3c752af5..06d19cf82e 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.28.0](https://img.shields.io/badge/Version-1.28.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 1.28.1](https://img.shields.io/badge/Version-1.28.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Grafana Tempo in MicroService mode @@ -350,6 +350,7 @@ The memcached default args are removed and should be provided manually. The sett | distributor.nodeSelector | object | `{}` | Node selector for distributor pods | | distributor.podAnnotations | object | `{}` | Annotations for distributor pods | | distributor.podLabels | object | `{}` | Labels for distributor pods | +| distributor.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-metrics","port":3100,"service":true}]` | Default ports | | distributor.priorityClassName | string | `nil` | The name of the PriorityClass for distributor pods | | distributor.replicas | int | `1` | Number of replicas for the distributor | | distributor.resources | object | `{}` | Resource requests and limits for the distributor | @@ -463,7 +464,7 @@ The memcached default args are removed and should be provided manually. The sett | gateway.basicAuth.htpasswd | string | `"{{ htpasswd (required \"'gateway.basicAuth.username' is required\" .Values.gateway.basicAuth.username) (required \"'gateway.basicAuth.password' is required\" .Values.gateway.basicAuth.password) }}"` | Uses the specified username and password to compute a htpasswd using Sprig's `htpasswd` function. The value is templated using `tpl`. Override this to use a custom htpasswd, e.g. in case the default causes high CPU load. | | gateway.basicAuth.password | string | `nil` | The basic auth password for the gateway | | gateway.basicAuth.username | string | `nil` | The basic auth username for the gateway | -| gateway.enabled | bool | `false` | Specifies whether the gateway should be enabled | +| gateway.enabled | bool | `true` | Specifies whether the gateway should be enabled | | gateway.extraArgs | list | `[]` | Additional CLI args for the gateway | | gateway.extraEnv | list | `[]` | Environment variables to add to the gateway pods | | gateway.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the gateway pods | @@ -502,7 +503,7 @@ The memcached default args are removed and should be provided manually. The sett | gateway.service.labels | object | `{}` | Labels for gateway service | | gateway.service.loadBalancerIP | string | `nil` | Load balancer IP address if service type is LoadBalancer | | gateway.service.nodePort | string | `nil` | Node port if service type is NodePort | -| gateway.service.port | int | `80` | Port of the gateway service | +| gateway.service.port | int | `380` | Port of the gateway service | | gateway.service.type | string | `"ClusterIP"` | Type of the gateway service | | gateway.terminationGracePeriodSeconds | int | `30` | Grace period to allow the gateway to shutdown before it is killed | | gateway.tolerations | list | `[]` | Tolerations for gateway pods | @@ -510,10 +511,10 @@ The memcached default args are removed and should be provided manually. The sett | gateway.verboseLogging | bool | `true` | Enable logging of 2xx and 3xx HTTP requests | | global.clusterDomain | string | `"cluster.local"` | configures cluster domain ("cluster.local" by default) | | global.dnsNamespace | string | `"kube-system"` | configures DNS service namespace | -| global.dnsService | string | `"kube-dns"` | configures DNS service name | +| global.dnsService | string | `"coredns"` | configures DNS service name | | global.extraEnv | list | `[]` | Common environment variables to add to all pods directly managed by this chart. scope: admin-api, compactor, distributor, enterprise-federation-frontend, gateway, ingester, memcached, metrics-generator, querier, query-frontend, tokengen | -| global.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets for all images, excluding enterprise. Names of existing secrets with private container registry credentials. Ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod Example: pullSecrets: [ my-dockerconfigjson-secret ] | -| global.image.registry | string | `"docker.io"` | Overrides the Docker registry globally for all images, excluding enterprise. | +| global.image.pullSecrets | list | `["regcred"]` | Optional list of imagePullSecrets for all images, excluding enterprise. Names of existing secrets with private container registry credentials. Ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod Example: pullSecrets: [ my-dockerconfigjson-secret ] | +| global.image.registry | string | `"registry.arvaninternal.ir/storage"` | Overrides the Docker registry globally for all images, excluding enterprise. | | global.priorityClassName | string | `nil` | Overrides the priorityClassName for all pods | | global_overrides | object | `{"per_tenant_override_config":"/runtime-config/overrides.yaml"}` | The standard overrides configuration section. This can include a `defaults` object for applying to all tenants (not to be confused with the `global` property of the same name, which overrides `max_byte_per_trace` for all tenants). For an example on how to enable the metrics generator using the `global_overrides` object, see the 'Activate metrics generator' section below. Refer to [Standard overrides](https://grafana.com/docs/tempo/latest/configuration/#standard-overrides) for more details. | | ingester.affinity | string | Soft node and soft zone anti-affinity | Affinity for ingester pods. Passed through `tpl` and, thus, to be configured as string | @@ -587,7 +588,7 @@ The memcached default args are removed and should be provided manually. The sett | license.secretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"license\") }}"` | | | memberlist | object | `{"abort_if_cluster_join_fails":false,"bind_addr":[],"bind_port":7946,"cluster_label":"{{ .Release.Name }}.{{ .Release.Namespace }}","gossip_interval":"1s","gossip_nodes":2,"gossip_to_dead_nodes_time":"30s","leave_timeout":"5s","left_ingesters_timeout":"5m","max_join_backoff":"1m","max_join_retries":10,"min_join_backoff":"1s","node_name":"","packet_dial_timeout":"5s","packet_write_timeout":"5s","pull_push_interval":"30s","randomize_node_name":true,"rejoin_interval":"0s","retransmit_factor":2,"stream_timeout":"10s"}` | Memberlist configuration. Please refer to https://grafana.com/docs/tempo/latest/configuration/#memberlist | | memcached.affinity | string | Hard node and soft zone anti-affinity | Affinity for memcached pods. Passed through `tpl` and, thus, to be configured as string | -| memcached.enabled | bool | `true` | Specified whether the memcached cachce should be enabled | +| memcached.enabled | bool | `false` | Specified whether the memcached cachce should be enabled | | memcached.extraArgs | list | `[]` | Additional CLI args for memcached | | memcached.extraEnv | list | `[]` | Environment variables to add to memcached pods | | memcached.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to memcached pods | @@ -682,7 +683,7 @@ The memcached default args are removed and should be provided manually. The sett | metricsGenerator.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | Volume retention behavior when the replica count of the StatefulSet is reduced | | metricsGenerator.podAnnotations | object | `{}` | Annotations for metrics-generator pods | | metricsGenerator.podLabels | object | `{}` | Labels for metrics-generator pods | -| metricsGenerator.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-memberlist","port":7946,"service":false},{"name":"http-metrics","port":3100,"service":true}]` | Default ports | +| metricsGenerator.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-memberlist","port":7946,"service":false},{"name":"http-metrics","port":3200,"service":true}]` | Default ports | | metricsGenerator.priorityClassName | string | `nil` | The name of the PriorityClass for metrics-generator pods | | metricsGenerator.replicas | int | `1` | Number of replicas for the metrics-generator | | metricsGenerator.resources | object | `{}` | Resource requests and limits for the metrics-generator |