diff --git a/bitnami/thanos/Chart.lock b/bitnami/thanos/Chart.lock index d63b80b54..69b4fa8ae 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.10.19 + version: 11.10.24 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.1 -digest: sha256:30595b3140e0ac5f39fe563a5886f7f8339310d1d107e73098637eabae25a51c -generated: "2022-11-29T10:17:38.09909+01:00" + version: 2.2.2 +digest: sha256:54e572ac2f7c3413f0a49084b9ae299296d6db1ab9b9cde7bf2df6d080774bc3 +generated: "2022-12-25T09:46:29.072316381Z" diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 4f7d96e77..6aa1a1f1c 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -28,4 +28,4 @@ name: thanos sources: - https://github.com/bitnami/containers/tree/main/bitnami/thanos - https://thanos.io -version: 11.6.5 +version: 11.6.6 diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index 3a6ff0e71..5fcbde071 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -111,7 +111,7 @@ 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.29.0-scratch-r0` | +| `image.tag` | Thanos image tag (immutable tags are recommended) | `0.29.0-scratch-r1` | | `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 | `[]` | @@ -1155,7 +1155,7 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate | `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-r55` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r65` | | `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 | `[]` | diff --git a/bitnami/thanos/values.yaml b/bitnami/thanos/values.yaml index 251e44b6c..6bd3f24a5 100644 --- a/bitnami/thanos/values.yaml +++ b/bitnami/thanos/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/thanos - tag: 0.29.0-scratch-r0 + tag: 0.29.0-scratch-r1 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 @@ -4029,7 +4029,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r55 + tag: 11-debian-11-r65 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