Skip to content

Commit 92eeb0d

Browse files
authored
Merge branch 'main' into anmol/add-solana
2 parents 003a0d0 + 1e14e6d commit 92eeb0d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/packages/cli/src/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export const params: string[] = [
3636
'repoUrl',
3737
'chart',
3838
'namespace',
39-
'timeout'
39+
'timeout',
40+
'restartThreshold'
4041
];
4142

4243
export const loadConfig = (argv: any): Config => {

starship/docker/chains/versions.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)