mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/grafana-tempo] Global StorageClass as default value (#28028)
This commit is contained in:
committed by
GitHub
parent
bcebfb0311
commit
bcfcaef6e4
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 3.7.1 (2024-07-18)
|
||||
|
||||
* [bitnami/grafana-tempo] Global StorageClass as default value ([#28028](https://github.com/bitnami/charts/pull/28028))
|
||||
|
||||
## 3.7.0 (2024-07-17)
|
||||
|
||||
* [bitnami/grafana-tempo] Change OTLP HTTP port 55681 to 4318 ([#27830](https://github.com/bitnami/charts/pull/27830))
|
||||
* [bitnami/grafana-tempo] Change OTLP HTTP port 55681 to 4318 (#27830) ([c14c3f9](https://github.com/bitnami/charts/commit/c14c3f9b47ad12a2ee5491ab66b3de26b27a40c1)), closes [#27830](https://github.com/bitnami/charts/issues/27830)
|
||||
|
||||
## <small>3.6.3 (2024-07-08)</small>
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 7.4.8
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:e6d176873ce2c75bec17e1d1cb321f17b373b1587a13b0d40874812c5319ec17
|
||||
generated: "2024-07-03T02:14:08.722047595Z"
|
||||
version: 2.20.5
|
||||
digest: sha256:be203e13a2693393042a10326a2e0045d88109eedaeb97148e342d103be188ce
|
||||
generated: "2024-07-16T12:07:47.959633+02:00"
|
||||
|
||||
@@ -16,27 +16,27 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 2.5.0
|
||||
dependencies:
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 7.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 7.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Grafana Tempo is a distributed tracing system that has out-of-the-box integration with Grafana. It is highly scalable and works with many popular tracing protocols.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/grafana-tempo/img/grafana-tempo-stack-220x234.png
|
||||
keywords:
|
||||
- grafana
|
||||
- tracing
|
||||
- metrics
|
||||
- infrastructure
|
||||
- grafana
|
||||
- tracing
|
||||
- metrics
|
||||
- infrastructure
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: grafana-tempo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
|
||||
version: 3.7.0
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
|
||||
version: 3.7.1
|
||||
|
||||
@@ -168,7 +168,8 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn
|
||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
|
||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
|
||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
||||
|
||||
### Common parameters
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
|
||||
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
|
||||
##
|
||||
global:
|
||||
imageRegistry: ""
|
||||
@@ -18,6 +19,7 @@ global:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
defaultStorageClass: ""
|
||||
storageClass: ""
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user