[bitnami/grafana-mimir] Detect non-standard images (#30887)

* [bitnami/grafana-mimir] Detect non-standard images

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update CHANGELOG.md

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

* Update README.md with readme-generator-for-helm

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

* Update bitnami/grafana-mimir/templates/NOTES.txt

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

---------

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@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:
Carlos Rodríguez Hernández
2024-12-10 18:29:41 +01:00
committed by GitHub
co-authored by Bitnami Containers
parent f27be3c8f1
commit b56f7600be
6 changed files with 36 additions and 19 deletions
+8 -2
View File
@@ -1,8 +1,14 @@
# Changelog
## 1.2.23 (2024-12-03)
## 1.3.0 (2024-12-10)
* [bitnami/grafana-mimir] Release 1.2.23 ([#30753](https://github.com/bitnami/charts/pull/30753))
* [bitnami/grafana-mimir] Detect non-standard images ([#30887](https://github.com/bitnami/charts/pull/30887))
## <small>1.2.23 (2024-12-03)</small>
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 2) (#30662) ([50e0570](https://github.com/bitnami/charts/commit/50e0570f98ab15308af7910b405baa4480e5fe3f)), closes [#30662](https://github.com/bitnami/charts/issues/30662)
* [bitnami/grafana-mimir] Release 1.2.23 (#30753) ([e68da81](https://github.com/bitnami/charts/commit/e68da81a7fd7ae43414ca2e4ed9f7d8e169acd6e)), closes [#30753](https://github.com/bitnami/charts/issues/30753)
## <small>1.2.22 (2024-11-14)</small>
+8 -8
View File
@@ -1,21 +1,21 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.8.5
version: 14.8.6
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.5.3
version: 7.5.4
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.5.3
version: 7.5.4
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.5.3
version: 7.5.4
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.5.3
version: 7.5.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.27.2
digest: sha256:6ca95f3c68a53ffd09d2e9dc46db683de520aa7752e586ccf4c7990c78dc6e36
generated: "2024-12-03T23:23:42.679475427Z"
version: 2.28.0
digest: sha256:73619b920a259c53aaba3c7b81d6edd78a18c0c94aefe19716fd7fb8d2cb782e
generated: "2024-12-10T17:01:53.624475+01:00"
+1 -1
View File
@@ -59,4 +59,4 @@ maintainers:
name: grafana-mimir
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-mimir
version: 1.2.23
version: 1.3.0
+12 -7
View File
@@ -138,13 +138,14 @@ externalMemcachedChunks.port=11211
### Global parameters
| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
### Common parameters
@@ -1542,6 +1543,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 1.3.0
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
### To 1.0.0
This major bump changes the following security defaults:
+2 -1
View File
@@ -154,4 +154,5 @@ From inside the cluster:
{{- include "grafana-mimir.checkRollingTags" . }}
{{- include "grafana-mimir.validateValues" . }}
{{- include "common.warnings.resources" (dict "sections" (list "alertmanager" "compactor" "distributor" "gateway" "ingester" "overridesExporter" "querier" "queryFrontend" "queryScheduler" "ruler" "storeGateway" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.mimir.image .Values.gateway.image .Values.volumePermissions.image .Values.memcachedchunks.image .Values.memcachedfrontend.image .Values.memcachedindex.image .Values.memcachedmetadata.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.mimir.image .Values.gateway.image .Values.volumePermissions.image .Values.memcachedchunks.image .Values.memcachedfrontend.image .Values.memcachedindex.image .Values.memcachedmetadata.image) "context" $) }}
{{- include "common.errors.insecureImages" (dict "images" (list .Values.mimir.image .Values.gateway.image .Values.volumePermissions.image .Values.memcachedchunks.image .Values.memcachedfrontend.image .Values.memcachedindex.image .Values.memcachedmetadata.image) "context" $) }}
+5
View File
@@ -21,6 +21,11 @@ global:
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Security parameters
##
security:
## @param global.security.allowInsecureImages Allows skipping image verification
allowInsecureImages: false
## Compatibility adaptations for Kubernetes platforms
##
compatibility: