diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 6b33bb4b35..f21f5d540b 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -8,7 +8,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r89 - name: thanos - image: docker.io/bitnami/thanos:0.32.4-debian-11-r2 + image: docker.io/bitnami/thanos:0.32.4-debian-11-r3 apiVersion: v2 appVersion: 0.32.4 dependencies: @@ -35,4 +35,4 @@ maintainers: name: thanos sources: - https://github.com/bitnami/charts/tree/main/bitnami/thanos -version: 12.13.9 +version: 12.13.10 diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index 01889a854e..46a76ee6f4 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -109,7 +109,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.32.4-debian-11-r2` | +| `image.tag` | Thanos image tag (immutable tags are recommended) | `0.32.4-debian-11-r3` | | `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 | `[]` | diff --git a/bitnami/thanos/values.yaml b/bitnami/thanos/values.yaml index 4a89c079a1..06bced3944 100644 --- a/bitnami/thanos/values.yaml +++ b/bitnami/thanos/values.yaml @@ -57,7 +57,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/thanos - tag: 0.32.4-debian-11-r2 + tag: 0.32.4-debian-11-r3 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