Skip to content

Commit f1f504d

Browse files
authored
fix(chart): fix filenames and references (#1190)
Signed-off-by: Miguel <[email protected]>
1 parent 56fe770 commit f1f504d

File tree

11 files changed

+7
-7
lines changed

11 files changed

+7
-7
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.86.5
10+
version: 1.86.6
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.3
1313

deployment/chainloop/templates/cas/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ spec:
1919
template:
2020
metadata:
2121
annotations:
22-
checksum/config: {{ include (print $.Template.BasePath "/cas" "/config.configmap.yaml") . | sha256sum }}
23-
checksum/config-secret: {{ include (print $.Template.BasePath "/cas" "/config.secret.yaml") . | sha256sum }}
24-
checksum/public-key-secret: {{ include (print $.Template.BasePath "/cas" "/jwt_public_key.secret.yaml") . | sha256sum }}
22+
checksum/config: {{ include (print $.Template.BasePath "/cas" "/configmap.yaml") . | sha256sum }}
23+
checksum/config-secret: {{ include (print $.Template.BasePath "/cas" "/secret-config.yaml") . | sha256sum }}
24+
checksum/public-key-secret: {{ include (print $.Template.BasePath "/cas" "/secret-jwt-public-key.yaml") . | sha256sum }}
2525
labels:
2626
{{- include "chainloop.cas.selectorLabels" . | nindent 8 }}
2727
spec:

deployment/chainloop/templates/cas/secrets-config.yaml renamed to deployment/chainloop/templates/cas/secret-config.yaml

File renamed without changes.

deployment/chainloop/templates/cas/secrets-customcas.yaml renamed to deployment/chainloop/templates/cas/secret-customcas.yaml

File renamed without changes.

deployment/chainloop/templates/cas/secrets-gcp-secret-manager.yaml renamed to deployment/chainloop/templates/cas/secret-gcp-secret-manager.yaml

File renamed without changes.

deployment/chainloop/templates/cas/secrets-jwt-public-key.yaml renamed to deployment/chainloop/templates/cas/secret-jwt-public-key.yaml

File renamed without changes.

deployment/chainloop/templates/controlplane/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ spec:
1919
template:
2020
metadata:
2121
annotations:
22-
checksum/config: {{ include (print $.Template.BasePath "/controlplane" "/config.configmap.yaml") . | sha256sum }}
23-
checksum/secret-config: {{ include (print $.Template.BasePath "/controlplane" "/config.secret.yaml") . | sha256sum }}
24-
checksum/cas-private-key: {{ include (print $.Template.BasePath "/controlplane" "/jwt_cas_private_key.secret.yaml") . | sha256sum }}
22+
checksum/config: {{ include (print $.Template.BasePath "/controlplane" "/configmap.yaml") . | sha256sum }}
23+
checksum/secret-config: {{ include (print $.Template.BasePath "/controlplane" "/secret-config.yaml") . | sha256sum }}
24+
checksum/cas-private-key: {{ include (print $.Template.BasePath "/controlplane" "/secret-jwt-cas-private-key.yaml") . | sha256sum }}
2525
kubectl.kubernetes.io/default-container: controlplane
2626
labels:
2727
{{- include "chainloop.controlplane.selectorLabels" . | nindent 8 }}

deployment/chainloop/templates/controlplane/secrets-customcas.yaml renamed to deployment/chainloop/templates/controlplane/secret-customcas.yaml

File renamed without changes.

deployment/chainloop/templates/controlplane/secrets-ejbca-ca.yaml renamed to deployment/chainloop/templates/controlplane/secret-ejbca-ca.yaml

File renamed without changes.

deployment/chainloop/templates/controlplane/secrets-file-ca.yaml renamed to deployment/chainloop/templates/controlplane/secret-file-ca.yaml

File renamed without changes.

0 commit comments

Comments
 (0)