Skip to content

Commit

Permalink
set default chart version in js client to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Sep 17, 2024
1 parent 071faf6 commit 88512a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface PodPorts {
}

const defaultName: string = 'starship';
const defaultVersion: string = 'v0.2.12';
const defaultVersion: string = 'v0.2.13';

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

0 comments on commit 88512a6

Please sign in to comment.