Skip to content

Commit bb02759

Browse files
authored
fix(deployment): wrong labeling templating (#364)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent fa038c0 commit bb02759

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

deployment/chainloop/Chart.yaml

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

55
type: application
66
# Bump the patch (not minor, not major) version on each change in the Chart Source code
7-
version: 1.17.0
7+
version: 1.17.1
88
# Do not update appVersion, this is handled automatically by the release process
99
appVersion: v0.19.0
1010

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
apiVersion: v1
22
kind: ConfigMap
33
metadata:
4-
name: { { include "chainloop.cas.fullname" . } }
5-
labels: { { - include "chainloop.cas.labels" . | nindent 4 } }
4+
name: {{ include "chainloop.cas.fullname" . }}
5+
labels:
6+
{{- include "chainloop.cas.labels" . | nindent 4 }}
67
data:
78
server.yaml: |
89
server:

0 commit comments

Comments
 (0)