Skip to content

Commit 805fbaf

Browse files
committed
update helm chart version in default client
1 parent c07ee1e commit 805fbaf

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.0.0';
54+
const defaultVersion: string = 'v1.1.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)