mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
[bitnami/chainloop] Release 2.2.24 (#33154)
* [bitnami/chainloop] Release 2.2.24 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update binaries path Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> Co-authored-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.2.23 (2025-04-01)
|
||||
## 2.2.24 (2025-04-24)
|
||||
|
||||
* [bitnami/chainloop] Release 2.2.23 ([#32720](https://github.com/bitnami/charts/pull/32720))
|
||||
* [bitnami/chainloop] Release 2.2.24 ([#33154](https://github.com/bitnami/charts/pull/33154))
|
||||
|
||||
## <small>2.2.23 (2025-04-01)</small>
|
||||
|
||||
* [bitnami/chainloop] Release 2.2.23 (#32720) ([a2cfa00](https://github.com/bitnami/charts/commit/a2cfa00158043e20f1e6d92dd9b2182d1652311f)), closes [#32720](https://github.com/bitnami/charts/issues/32720)
|
||||
|
||||
## <small>2.2.22 (2025-04-01)</small>
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ dependencies:
|
||||
version: 2.30.0
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.6.0
|
||||
version: 16.6.4
|
||||
- name: vault
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 1.7.0
|
||||
digest: sha256:dc7ddbac5ae7718706ee7677dcdb977a57a86a82bf8aba0c590c53237178e8f6
|
||||
generated: "2025-03-31T19:00:48.341165744Z"
|
||||
version: 1.7.5
|
||||
digest: sha256:dedd5038531540959ea261afa754565da9714bb621f9115734d912d504c1d1cf
|
||||
generated: "2025-04-24T07:05:41.969623631Z"
|
||||
|
||||
@@ -7,13 +7,13 @@ annotations:
|
||||
license: Apache-2.0
|
||||
images: |
|
||||
- name: chainloop-artifact-cas
|
||||
image: docker.io/bitnami/chainloop-artifact-cas:0.189.0-debian-12-r1
|
||||
image: docker.io/bitnami/chainloop-artifact-cas:0.189.0-debian-12-r3
|
||||
- name: chainloop-control-plane
|
||||
image: docker.io/bitnami/chainloop-control-plane:0.189.0-debian-12-r1
|
||||
image: docker.io/bitnami/chainloop-control-plane:0.189.0-debian-12-r3
|
||||
- name: chainloop-control-plane-migrations
|
||||
image: docker.io/bitnami/chainloop-control-plane-migrations:0.189.0-debian-12-r0
|
||||
image: docker.io/bitnami/chainloop-control-plane-migrations:0.189.0-debian-12-r2
|
||||
- name: dex
|
||||
image: docker.io/bitnami/dex:2.42.0-debian-12-r3
|
||||
image: docker.io/bitnami/dex:2.42.1-debian-12-r1
|
||||
apiVersion: v2
|
||||
appVersion: 0.189.0
|
||||
dependencies:
|
||||
@@ -64,4 +64,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.2.23
|
||||
version: 2.2.24
|
||||
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
{{- end }}
|
||||
image: {{ include "chainloop.cas.image" . }}
|
||||
imagePullPolicy: {{ .Values.cas.image.pullPolicy }}
|
||||
command: [ "./artifact-cas" ]
|
||||
command: [ "artifact-cas" ]
|
||||
args: [ "--conf", "/data/conf" ]
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
{{- if .Values.controlplane.containerSecurityContext.enabled }}
|
||||
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.controlplane.containerSecurityContext "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
command: [ "./atlas" ]
|
||||
command: [ "atlas" ]
|
||||
args:
|
||||
- migrate
|
||||
- apply
|
||||
@@ -98,7 +98,7 @@ spec:
|
||||
{{- end }}
|
||||
image: {{ include "chainloop.controlplane.image" . }}
|
||||
imagePullPolicy: {{ .Values.controlplane.image.pullPolicy }}
|
||||
command: [ "./control-plane" ]
|
||||
command: [ "control-plane" ]
|
||||
args: [ "--conf", "/data/conf" ]
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
@@ -181,7 +181,7 @@ controlplane:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chainloop-control-plane
|
||||
tag: 0.189.0-debian-12-r1
|
||||
tag: 0.189.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -258,7 +258,7 @@ controlplane:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chainloop-control-plane-migrations
|
||||
tag: 0.189.0-debian-12-r0
|
||||
tag: 0.189.0-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1005,7 +1005,7 @@ cas:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chainloop-artifact-cas
|
||||
tag: 0.189.0-debian-12-r1
|
||||
tag: 0.189.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1758,7 +1758,7 @@ dex:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dex
|
||||
tag: 2.42.0-debian-12-r3
|
||||
tag: 2.42.1-debian-12-r1
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user