Skip to content

Commit c79eec6

Browse files
chore: updated client with security fixes (#31)
* updated client * fix: ct-lint --------- Co-authored-by: Mikhail Klimko <[email protected]>
1 parent b25b598 commit c79eec6

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

charts/.ci/ct.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See https://github.com/helm/chart-testing#configuration
2+
remote: origin
3+
target-branch: main
4+
chart-dirs:
5+
- codefresh-tunnel-client
6+
- codefresh-tunnel-server
7+
chart-repos: []
8+
helm-extra-args: "--timeout 600s"
9+
validate-yaml: true
10+
check-version-increment: true

charts/.ci/lintconf.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
rules:
3+
braces:
4+
min-spaces-inside: 0
5+
max-spaces-inside: 0
6+
min-spaces-inside-empty: -1
7+
max-spaces-inside-empty: -1
8+
brackets:
9+
min-spaces-inside: 0
10+
max-spaces-inside: 0
11+
min-spaces-inside-empty: -1
12+
max-spaces-inside-empty: -1
13+
colons:
14+
max-spaces-before: 0
15+
max-spaces-after: 1
16+
commas:
17+
max-spaces-before: 0
18+
min-spaces-after: 1
19+
max-spaces-after: 1
20+
comments:
21+
require-starting-space: true
22+
min-spaces-from-content: 1
23+
document-end: disable
24+
document-start: disable # No --- to start a file
25+
empty-lines:
26+
max: 2
27+
max-start: 0
28+
max-end: 0
29+
hyphens:
30+
max-spaces-after: 1
31+
indentation:
32+
spaces: consistent
33+
indent-sequences: whatever # - list indentation will handle both indentation and without
34+
check-multi-line-strings: false
35+
key-duplicates: enable
36+
line-length: disable # Lines can be any length
37+
new-line-at-end-of-file: enable
38+
new-lines:
39+
type: unix
40+
trailing-spaces: enable
41+
truthy:
42+
level: warning

codefresh-tunnel-client/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: codefresh-tunnel-client
33
description: Codefresh tunnel client for ingressless operation of runtimes
44
type: application
5-
version: 0.1.17
6-
appVersion: "2024.06.07-80a65a8"
5+
version: 0.1.18
6+
appVersion: "2024.11.18-7e0ec19"

codefresh-tunnel-client/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libraryMode: false
55
image:
66
repository: quay.io/codefresh/frpc
77
pullPolicy: IfNotPresent
8-
tag: "2024.06.07-80a65a8"
8+
tag: "2024.11.18-7e0ec19"
99

1010
# set log level for tunnel client
1111
logLevel: 'info'

0 commit comments

Comments
 (0)