File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clients/js/packages/client/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export interface PodPorts {
47
47
}
48
48
49
49
const defaultName : string = "starship"
50
- const defaultVersion : string = "v0.2.6 "
50
+ const defaultVersion : string = "v0.2.10 "
51
51
52
52
// TODO talk to Anmol about moving these into yaml, if not already possible?
53
53
const defaultPorts : PodPorts = {
@@ -114,7 +114,7 @@ export class StarshipClient implements StarshipClientI {
114
114
private podStatuses = new Map < string , PodStatus > ( ) ; // To keep track of pod statuses
115
115
116
116
// Define a constant for the restart threshold
117
- private readonly RESTART_THRESHOLD = 4 ;
117
+ private readonly RESTART_THRESHOLD = 3 ;
118
118
119
119
constructor ( ctx : StarshipContext ) {
120
120
this . ctx = deepmerge ( defaultStarshipContext , ctx ) ;
You can’t perform that action at this time.
0 commit comments