[bitnami/thanos] feat: 🔒 Add warning when original images are replaced (#26283)

* [bitnami/thanos] feat:  🔒 Add warning when original images are replaced

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-05-21 16:10:23 +02:00
committed by GitHub
parent abd059c75f
commit 2a39de8d5c
4 changed files with 1558 additions and 5 deletions

1552
bitnami/thanos/CHANGELOG.md Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.4.3
version: 14.5.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:f2381b803f5ce6e4c7c2a6fde1be7bec7fe22f5d22980bf730b2eef33bbc9560
generated: "2024-05-18T03:02:12.615392141Z"
version: 2.19.3
digest: sha256:914e5fd99e81f33b87e7716e370c4fb91f202f0e590d96306bbcc34d1f17ddd9
generated: "2024-05-21T14:45:02.122673789+02:00"

View File

@@ -35,4 +35,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
version: 15.4.7
version: 15.5.0

View File

@@ -77,3 +77,4 @@ WARNING: You deployed Thanos without enabling Thanos Query!!
{{- include "thanos.validateValues" . }}
{{- include "thanos.checkRollingTags" . }}
{{- include "common.warnings.resources" (dict "sections" (list "bucketweb" "compactor" "query" "queryFrontend" "receive" "receiveDistributor" "ruler" "storegateway") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}