diff --git a/bitnami/zipkin/CHANGELOG.md b/bitnami/zipkin/CHANGELOG.md
index 46340720b9f9d8..20b3699369ead7 100644
--- a/bitnami/zipkin/CHANGELOG.md
+++ b/bitnami/zipkin/CHANGELOG.md
@@ -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))
+
+## 1.0.5 (2024-12-05)
+
+* [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)
## 1.0.4 (2024-11-17)
diff --git a/bitnami/zipkin/Chart.lock b/bitnami/zipkin/Chart.lock
index 14e9dbac09ceb8..da0d56bd466eff 100644
--- a/bitnami/zipkin/Chart.lock
+++ b/bitnami/zipkin/Chart.lock
@@ -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"
diff --git a/bitnami/zipkin/Chart.yaml b/bitnami/zipkin/Chart.yaml
index 42c84633de24ef..4b0c1ce519d270 100644
--- a/bitnami/zipkin/Chart.yaml
+++ b/bitnami/zipkin/Chart.yaml
@@ -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
diff --git a/bitnami/zipkin/README.md b/bitnami/zipkin/README.md
index 16ab72413b38e6..859f5e0743b83c 100644
--- a/bitnami/zipkin/README.md
+++ b/bitnami/zipkin/README.md
@@ -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.
diff --git a/bitnami/zipkin/templates/NOTES.txt b/bitnami/zipkin/templates/NOTES.txt
index 179ef0abb85322..97ab44e00377c9 100644
--- a/bitnami/zipkin/templates/NOTES.txt
+++ b/bitnami/zipkin/templates/NOTES.txt
@@ -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" $) }}
\ No newline at end of file
+{{- 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" $) }}
diff --git a/bitnami/zipkin/values.yaml b/bitnami/zipkin/values.yaml
index b55806648c1a26..ad3b4dbb10c055 100644
--- a/bitnami/zipkin/values.yaml
+++ b/bitnami/zipkin/values.yaml
@@ -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"
\ No newline at end of file
+ value: "true"