diff --git a/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index d6cfa87bff57..e02519ddaec7 100644 --- a/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1 +1,7 @@ -{"thanos": {"digest": "b288e3581be21459bd4495d316e673209df1de745c9709716dd5761c84eb20ed", "type": "BLACKSMITH", "version": "0.14.0"}} \ No newline at end of file +{ + "thanos": { + "digest": "c98da2a2b1266434e34f1f9df151f6420415f20467dd990604fa7cb31107d8b4", + "type": "BLACKSMITH", + "version": "0.15.0" + } +} \ No newline at end of file diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index 252909f69b1e..6d111cfff002 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -38,7 +38,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`0-scratch`, `0.14.0-scratch-r3`, `0`, `0.14.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.14.0-scratch-r3/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.15.0`, `0.15.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.15.0-scratch-r0/0/scratch/Dockerfile) # Connecting to other containers diff --git a/bitnami/thanos/docker-compose-cluster.yml b/bitnami/thanos/docker-compose-cluster.yml index 97f9ecdeed8c..495f008f2ff7 100644 --- a/bitnami/thanos/docker-compose-cluster.yml +++ b/bitnami/thanos/docker-compose-cluster.yml @@ -2,7 +2,7 @@ version: '2' services: # Node Exporter node-exporter: - image: docker.io/bitnami/node-exporter:0 + image: docker.io/bitnami/node-exporter:1 command: - --web.listen-address=0.0.0.0:9100 # Prepare Prometheus Configuration