diff --git a/bitnami/thanos/Chart.lock b/bitnami/thanos/Chart.lock index e2a14f121..74c0a350c 100644 --- a/bitnami/thanos/Chart.lock +++ b/bitnami/thanos/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: minio repository: https://charts.bitnami.com/bitnami - version: 11.7.16 + version: 11.8.4 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.16.1 -digest: sha256:85340774d59d75104989b5b2bbd65713385b2c43c2eadabc900a28cc1db30896 -generated: "2022-08-04T11:22:12.040071569Z" + version: 2.0.0 +digest: sha256:880f6ce7765907efd0aa3d78da77587ad7cd8e5eb896a1973fd5cdbc2245d87b +generated: "2022-08-20T11:01:47.227195225Z" diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 5c3d14249..643554448 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -11,7 +11,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami tags: - bitnami-common - version: 1.x.x + version: 2.x.x description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations. engine: gotpl home: https://github.com/bitnami/charts/tree/master/bitnami/thanos @@ -28,4 +28,4 @@ name: thanos sources: - https://github.com/bitnami/containers/tree/main/bitnami/thanos - https://thanos.io -version: 11.1.4 +version: 11.2.0 diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index 822c5b75d..027e4338c 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -111,7 +111,8 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------- | | `image.registry` | Thanos image registry | `docker.io` | | `image.repository` | Thanos image repository | `bitnami/thanos` | -| `image.tag` | Thanos image tag (immutable tags are recommended) | `0.27.0-scratch-r3` | +| `image.tag` | Thanos image tag (immutable tags are recommended) | `0.27.0-scratch-r6` | +| `image.digest` | Thanos image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Thanos image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `objstoreConfig` | The [objstore configuration](https://thanos.io/tip/thanos/storage.md/) | `""` | @@ -1077,14 +1078,15 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate ### Volume Permissions parameters -| Name | Description | Value | -| ------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------- | -| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | -| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | -| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r14` | -| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | -| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| Name | Description | Value | +| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | +| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | +| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | +| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r21` | +| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | +| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | ### MinIO® chart parameters diff --git a/bitnami/thanos/values.yaml b/bitnami/thanos/values.yaml index 4a9128f69..f6f59aec1 100644 --- a/bitnami/thanos/values.yaml +++ b/bitnami/thanos/values.yaml @@ -47,6 +47,7 @@ extraDeploy: [] ## @param image.registry Thanos image registry ## @param image.repository Thanos image repository ## @param image.tag Thanos image tag (immutable tags are recommended) +## @param image.digest Thanos image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param image.pullPolicy Thanos image pull policy ## @param image.pullSecrets Specify docker-registry secret names as an array ## @@ -54,6 +55,7 @@ image: registry: docker.io repository: bitnami/thanos tag: 0.27.0-scratch-r6 + digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -449,7 +451,7 @@ query: ## @param query.service.additionalHeadless Additional Headless service ## additionalHeadless: false - + ## Service GRPC parameters ## serviceGrpc: @@ -3898,6 +3900,7 @@ volumePermissions: ## @param volumePermissions.image.registry Init container volume-permissions image registry ## @param volumePermissions.image.repository Init container volume-permissions image repository ## @param volumePermissions.image.tag Init container volume-permissions image tag + ## @param volumePermissions.image.digest Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.pullPolicy Init container volume-permissions image pull policy ## @param volumePermissions.image.pullSecrets Specify docker-registry secret names as an array ## @@ -3905,6 +3908,7 @@ volumePermissions: registry: docker.io repository: bitnami/bitnami-shell tag: 11-debian-11-r21 + digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##