Skip to content

Commit 3f2f0ea

Browse files
authored
feat(chart): Sync chart with Bitnami's version (#948)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent f76b4a4 commit 3f2f0ea

17 files changed

+187
-68
lines changed

deployment/chainloop/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ dependencies:
88
- name: vault
99
repository: https://charts.bitnami.com/bitnami
1010
version: 1.4.6
11-
digest: sha256:9b1f7019d584063cd0f0b83d80824ece3327280242d19f0207f017b647279e07
12-
generated: "2024-06-13T18:47:06.530135114+02:00"
11+
- name: dex
12+
repository: https://charts.dexidp.io
13+
version: 0.18.0
14+
digest: sha256:7f47b9aca49bedc3f378c9ec0bfa18ce53a4f4ba4b1e1e51348a08afe9e3fdeb
15+
generated: "2024-06-14T08:39:26.654098+02:00"

deployment/chainloop/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ dependencies:
2525
name: vault
2626
repository: https://charts.bitnami.com/bitnami
2727
version: 1.4.x
28+
- name: dex
29+
condition: development
30+
repository: https://charts.dexidp.io
31+
version: 0.18.0

deployment/chainloop/README.md

Lines changed: 73 additions & 56 deletions
Large diffs are not rendered by default.
15.6 KB
Binary file not shown.

deployment/chainloop/templates/cas/config.configmap.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright Chainloop, Inc. All Rights Reserved.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
apiVersion: v1
27
kind: ConfigMap
38
metadata:

deployment/chainloop/templates/cas/config.secret.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright Chainloop, Inc. All Rights Reserved.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
apiVersion: v1
27
kind: Secret
38
metadata:

deployment/chainloop/templates/cas/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright Chainloop, Inc. All Rights Reserved.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
apiVersion: apps/v1
27
kind: Deployment
38
metadata:

deployment/chainloop/templates/cas/gcp_secret_manager.secret.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright Chainloop, Inc. All Rights Reserved.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if eq "gcpSecretManager" .Values.secretsBackend.backend }}
27
apiVersion: v1
38
kind: Secret

deployment/chainloop/templates/cas/gke_monitoring.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright Chainloop, Inc. All Rights Reserved.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if .Values.GKEMonitoring.enabled -}}
27
apiVersion: monitoring.googleapis.com/v1
38
kind: PodMonitoring

deployment/chainloop/templates/cas/hpa.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{- /*
2+
Copyright Chainloop, Inc. All Rights Reserved.
3+
SPDX-License-Identifier: APACHE-2.0
4+
*/}}
5+
16
{{- if .Values.cas.autoscaling.enabled }}
27
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
38
kind: HorizontalPodAutoscaler

0 commit comments

Comments
 (0)