Skip to content

Commit ea47aa6

Browse files
committed
Update gitpod chart
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent b1f6471 commit ea47aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/gitpod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var createNestedObject = function (base: any, names: any, value: any) {
1818
};
1919

2020
// TODO: switch to official gitpod.io build.
21-
const version = "aledbf-mk3.54";
21+
const version = "aledbf-mk3.55";
2222

2323
export interface GitpodProps extends cdk.StackProps {
2424
domain: string
@@ -73,7 +73,7 @@ export class GitpodStack extends cdk.Stack {
7373
release: 'gitpod',
7474
repository: 'https://aledbf.github.io/gitpod-chart-cleanup/',
7575
namespace: 'default',
76-
version: '1.3.0',
76+
version: '1.3.1',
7777
wait: true,
7878
values,
7979
});

0 commit comments

Comments
 (0)