Skip to content

Commit e916bf1

Browse files
committed
set client default helm chart version to v1.6.0
1 parent e91a590 commit e916bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/js/packages/client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface PodPorts {
5151
}
5252

5353
const defaultName: string = 'starship';
54-
const defaultVersion: string = 'v1.5.0';
54+
const defaultVersion: string = 'v1.6.0';
5555

5656
// TODO talk to Anmol about moving these into yaml, if not already possible?
5757
const defaultPorts: PodPorts = {

0 commit comments

Comments
 (0)