Skip to content

Commit 2ab695c

Browse files
authored
fix(chart): Remove duplicated key from deployment (#1592)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent ff1a028 commit 2ab695c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.146.0
10+
version: 1.146.1
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.128.0
1313

deployment/chainloop/templates/controlplane/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ spec:
103103
httpGet:
104104
path: /statusz
105105
port: http
106-
periodSeconds: 5
107106
failureThreshold: 10
108107
periodSeconds: 5
109108
initialDelaySeconds: 10

0 commit comments

Comments
 (0)