File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/packages/cli/src Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ export const params: string[] = [
3636 'repoUrl' ,
3737 'chart' ,
3838 'namespace' ,
39- 'timeout'
39+ 'timeout' ,
40+ 'restartThreshold'
4041] ;
4142
4243export const loadConfig = ( argv : any ) : Config => {
Original file line number Diff line number Diff line change @@ -151,11 +151,20 @@ chains:
151151 file : Dockerfile.xpla
152152 tags :
153153 - main
154+ - v1.8.0-rc0
154155 - name : solana
155156 base : solanalabs/solana
156157 file : Dockerfile.solana
157158 tags :
158159 - v1.18.26
160+ - name : solana-agave
161+ base : anzaxyz/agave
162+ file : Dockerfile.solana
163+ tags :
164+ - v2.3.4
165+ - v2.3.3
166+ - v2.2.20
167+ - v2.2.19
159168 - name : ethereum/client-go
160169 base : ethereum/client-go
161170 file : Dockerfile.base
You can’t perform that action at this time.
0 commit comments