mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
[bitnami/grafana-tempo] Release 2.4.5 (#19527)
* [bitnami/grafana-tempo] Release 2.4.5 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 6.6.2
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.11.1
|
||||
digest: sha256:a1299991ca3a56ba86ec9cb036063ba79e729542824c1189cb5e88755173fb38
|
||||
generated: "2023-09-18T13:38:55.781753+02:00"
|
||||
version: 2.12.0
|
||||
digest: sha256:c59fc5aaf546b9cd71edb6ad40b32080e54f1687c42b37208ba5044915a55839
|
||||
generated: "2023-09-26T07:14:36.063546306Z"
|
||||
|
||||
@@ -6,15 +6,15 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: grafana-tempo-query
|
||||
image: docker.io/bitnami/grafana-tempo-query:2.2.2-debian-11-r0
|
||||
image: docker.io/bitnami/grafana-tempo-query:2.2.3-debian-11-r0
|
||||
- name: grafana-tempo-vulture
|
||||
image: docker.io/bitnami/grafana-tempo-vulture:2.2.2-debian-11-r0
|
||||
image: docker.io/bitnami/grafana-tempo-vulture:2.2.3-debian-11-r0
|
||||
- name: grafana-tempo
|
||||
image: docker.io/bitnami/grafana-tempo:2.2.2-debian-11-r0
|
||||
image: docker.io/bitnami/grafana-tempo:2.2.3-debian-11-r11
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r51
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r77
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.2
|
||||
appVersion: 2.2.3
|
||||
dependencies:
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: grafana-tempo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
|
||||
version: 2.4.4
|
||||
version: 2.4.5
|
||||
|
||||
@@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------------- |
|
||||
| `tempo.image.registry` | Grafana Tempo image registry | `docker.io` |
|
||||
| `tempo.image.repository` | Grafana Tempo image repository | `bitnami/grafana-tempo` |
|
||||
| `tempo.image.tag` | Grafana Tempo image tag (immutable tags are recommended) | `2.2.2-debian-11-r0` |
|
||||
| `tempo.image.tag` | Grafana Tempo image tag (immutable tags are recommended) | `2.2.3-debian-11-r11` |
|
||||
| `tempo.image.digest` | Grafana Tempo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `tempo.image.pullPolicy` | Grafana Tempo image pull policy | `IfNotPresent` |
|
||||
| `tempo.image.pullSecrets` | Grafana Tempo image pull secrets | `[]` |
|
||||
@@ -572,7 +572,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `queryFrontend.initContainers` | Add additional init containers to the queryFrontend pod(s) | `[]` |
|
||||
| `queryFrontend.query.image.registry` | Grafana Tempo Query image registry | `docker.io` |
|
||||
| `queryFrontend.query.image.repository` | Grafana Tempo Query image repository | `bitnami/grafana-tempo-query` |
|
||||
| `queryFrontend.query.image.tag` | Grafana Tempo Query image tag (immutable tags are recommended) | `2.2.2-debian-11-r0` |
|
||||
| `queryFrontend.query.image.tag` | Grafana Tempo Query image tag (immutable tags are recommended) | `2.2.3-debian-11-r0` |
|
||||
| `queryFrontend.query.image.digest` | Grafana Tempo Query image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `queryFrontend.query.image.pullPolicy` | Grafana Tempo Query image pull policy | `IfNotPresent` |
|
||||
| `queryFrontend.query.image.pullSecrets` | Grafana Tempo Query image pull secrets | `[]` |
|
||||
@@ -640,7 +640,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `vulture.enabled` | Enable vulture deployment | `true` |
|
||||
| `vulture.image.registry` | Grafana Vulture image registry | `docker.io` |
|
||||
| `vulture.image.repository` | Grafana Vulture image repository | `bitnami/grafana-tempo-vulture` |
|
||||
| `vulture.image.tag` | Grafana Vulture image tag (immutable tags are recommended) | `2.2.2-debian-11-r0` |
|
||||
| `vulture.image.tag` | Grafana Vulture image tag (immutable tags are recommended) | `2.2.3-debian-11-r0` |
|
||||
| `vulture.image.digest` | Grafana Vulture image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `vulture.image.pullPolicy` | Grafana Vulture image pull policy | `IfNotPresent` |
|
||||
| `vulture.image.pullSecrets` | Grafana Vulture image pull secrets | `[]` |
|
||||
@@ -724,7 +724,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r51` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r77` |
|
||||
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
|
||||
|
||||
@@ -75,7 +75,7 @@ tempo:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-tempo
|
||||
tag: 2.2.2-debian-11-r0
|
||||
tag: 2.2.3-debian-11-r11
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1822,7 +1822,7 @@ queryFrontend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-tempo-query
|
||||
tag: 2.2.2-debian-11-r0
|
||||
tag: 2.2.3-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2033,7 +2033,7 @@ vulture:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-tempo-vulture
|
||||
tag: 2.2.2-debian-11-r0
|
||||
tag: 2.2.3-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2331,7 +2331,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r51
|
||||
tag: 11-debian-11-r77
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user