File tree Expand file tree Collapse file tree 4 files changed +55
-3
lines changed Expand file tree Collapse file tree 4 files changed +55
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : codefresh-tunnel-client
3
3
description : Codefresh tunnel client for ingressless operation of runtimes
4
4
type : application
5
- version : 0.1.17
6
- appVersion : " 2024.06.07-80a65a8 "
5
+ version : 0.1.18
6
+ appVersion : " 2024.11.18-7e0ec19 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ libraryMode: false
5
5
image :
6
6
repository : quay.io/codefresh/frpc
7
7
pullPolicy : IfNotPresent
8
- tag : " 2024.06.07-80a65a8 "
8
+ tag : " 2024.11.18-7e0ec19 "
9
9
10
10
# set log level for tunnel client
11
11
logLevel : ' info'
You can’t perform that action at this time.
0 commit comments