File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -240,23 +240,6 @@ components:
240
240
cpu : 1m
241
241
ephemeral-storage : 5Gi
242
242
memory : 4608Mi # = 2 * 2304Mi
243
- imagebuild :
244
- spec :
245
- # dnsConfig:
246
- # nameservers:
247
- # - 10.100.0.10
248
- # dnsPolicy: Default
249
- containers :
250
- - name : workspace
251
- # Intended to reduce the density for prebuilds
252
- resources :
253
- limits :
254
- cpu : " 5"
255
- memory : 12Gi
256
- requests :
257
- cpu : 1m
258
- ephemeral-storage : 5Gi
259
- memory : 4608Mi # = 2 * 2304Mi
260
243
261
244
proxy :
262
245
replicas : 2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Registry } from './registry';
7
7
import { importCluster } from './charts/cluster-utils' ;
8
8
9
9
// TODO: switch to official gitpod.io build.
10
- const version = "aledbf-mk3.27 " ;
10
+ const version = "aledbf-mk3.29 " ;
11
11
12
12
export interface GitpodProps extends cdk . StackProps {
13
13
domain : string
@@ -47,7 +47,7 @@ export class GitpodStack extends cdk.Stack {
47
47
release : 'gitpod' ,
48
48
repository : 'https://aledbf.github.io/gitpod-chart-cleanup/' ,
49
49
namespace : 'default' ,
50
- version : '1.2.13 ' ,
50
+ version : '1.2.14 ' ,
51
51
wait : true ,
52
52
values : loadYaml ( doc ) ,
53
53
} ) ;
You can’t perform that action at this time.
0 commit comments