Skip to content

Commit

Permalink
[bitnami/chainloop] Remove wrong entries from image verification (bit…
Browse files Browse the repository at this point in the history
…nami#29913)

* [bitnami/chainloop] Remove wrong entries from image verification

Signed-off-by: Miguel Ruiz <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update Chart.yaml

Signed-off-by: Carlos Rodríguez Hernández <[email protected]>

---------

Signed-off-by: Miguel Ruiz <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: Carlos Rodríguez Hernández <[email protected]>
Signed-off-by: Michael Faherty <[email protected]>
  • Loading branch information
3 people authored and mike12806 committed Oct 30, 2024
1 parent a10dd25 commit 86ee8c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/chainloop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.0.7 (2024-10-18)
## 2.0.8 (2024-10-18)

* [bitnami/chainloop] Release 2.0.7 ([#29987](https://github.com/bitnami/charts/pull/29987))
* [bitnami/chainloop] Remove wrong entries from image verification ([#29913](https://github.com/bitnami/charts/pull/29913))

## <small>2.0.7 (2024-10-18)</small>

* [bitnami/chainloop] Release 2.0.7 (#29987) ([66dbd97](https://github.com/bitnami/charts/commit/66dbd9756199c4e3d1cf57aa031782abbd6d652b)), closes [#29987](https://github.com/bitnami/charts/issues/29987)

## <small>2.0.6 (2024-10-16)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas
- https://github.com/chainloop-dev/chainloop
version: 2.0.7
version: 2.0.8
2 changes: 1 addition & 1 deletion bitnami/chainloop/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ https://docs.chainloop.dev/getting-started/installation#configure-cli-optional
{{- include "common.warnings.rollingTag" .Values.controlplane.image }}
{{- include "common.warnings.rollingTag" .Values.cas.image }}
{{- include "common.warnings.rollingTag" .Values.controlplane.migration.image }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.controlplane.image .Values.cas.image .Values.controlplane.migration.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.controlplane.image .Values.cas.image .Values.controlplane.migration.image .Values.dex.image) "context" $) }}

0 comments on commit 86ee8c1

Please sign in to comment.