mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/zipkin] Detect non-standard images (#30971)
* [bitnami/zipkin] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Modify NOTES.txt Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Modify values 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> --------- 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:
committed by
GitHub
parent
65341d444c
commit
de87aad513
@@ -1,8 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.5 (2024-12-05)
|
||||
## 1.1.0 (2024-12-10)
|
||||
|
||||
* [bitnami/zipkin] Release 1.0.5 ([#30796](https://github.com/bitnami/charts/pull/30796))
|
||||
* [bitnami/zipkin] Detect non-standard images ([#30971](https://github.com/bitnami/charts/pull/30971))
|
||||
|
||||
## <small>1.0.5 (2024-12-05)</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 6) (#30675) ([7b9cd04](https://github.com/bitnami/charts/commit/7b9cd04c2ffc730a0d62da787f2d4967c0ede47c)), closes [#30675](https://github.com/bitnami/charts/issues/30675)
|
||||
* [bitnami/*] docs: :memo: Unify "Securing Traffic using TLS" section (#30707) ([b572333](https://github.com/bitnami/charts/commit/b57233336e4fe9af928ecb4f2a5f334011efb1bc)), closes [#30707](https://github.com/bitnami/charts/issues/30707)
|
||||
* [bitnami/zipkin] Release 1.0.5 (#30796) ([a2e18c9](https://github.com/bitnami/charts/commit/a2e18c9b6faa831c6df79dd9f0c69e69c0f6ae47)), closes [#30796](https://github.com/bitnami/charts/issues/30796)
|
||||
|
||||
## <small>1.0.4 (2024-11-17)</small>
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 12.0.5
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.27.2
|
||||
digest: sha256:e982e996d6c0e9d64a8bbf5a96de238ca3e175a6071e83e4cbcc0c1ec35b41eb
|
||||
generated: "2024-12-05T05:40:47.37299272Z"
|
||||
version: 2.28.0
|
||||
digest: sha256:e7cd8d335602fa07bcfd46d578d142224f42165af053e9c4795ac70fb7eda571
|
||||
generated: "2024-12-10T17:35:00.680506+01:00"
|
||||
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/zipkin
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/zipkin
|
||||
- https://github.com/openzipkin/zipkin
|
||||
version: 1.0.5
|
||||
version: 1.1.0
|
||||
|
||||
@@ -343,12 +343,13 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
||||
|
||||
### 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.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.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
|
||||
|
||||
@@ -651,6 +652,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 1.1.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 updates the Cassandra subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/pull/29305) you can find more information about the changes introduced in that version.
|
||||
|
||||
@@ -54,4 +54,5 @@ To access zipkin from outside the cluster follow the steps below:
|
||||
{{- include "common.warnings.rollingTag" .Values.defaultInitContainers.waitForCassandra.image }}
|
||||
{{- include "zipkin.validateValues" . }}
|
||||
{{- include "common.warnings.resources" (dict "sections" (list "" "defaultInitContainers.waitForCassandra" "defaultInitContainers.initCerts") "context" $) }}
|
||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.defaultInitContainers.waitForCassandra.image) "context" $) }}
|
||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.defaultInitContainers.waitForCassandra.image) "context" $) }}
|
||||
{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.defaultInitContainers.waitForCassandra.image) "context" $) }}
|
||||
|
||||
@@ -19,6 +19,11 @@ global:
|
||||
##
|
||||
imagePullSecrets: []
|
||||
defaultStorageClass: ""
|
||||
## Security parameters
|
||||
##
|
||||
security:
|
||||
## @param global.security.allowInsecureImages Allows skipping image verification
|
||||
allowInsecureImages: false
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
compatibility:
|
||||
@@ -980,4 +985,4 @@ cassandra:
|
||||
## Note: Zipkin requires SASI indexes
|
||||
extraEnvVars:
|
||||
- name: CASSANDRA_CFG_YAML_SASI_INDEXES_ENABLED
|
||||
value: "true"
|
||||
value: "true"
|
||||
|
||||
Reference in New Issue
Block a user