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:
240240 cpu : 1m
241241 ephemeral-storage : 5Gi
242242 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
260243
261244 proxy :
262245 replicas : 2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Registry } from './registry';
77import { importCluster } from './charts/cluster-utils' ;
88
99// TODO: switch to official gitpod.io build.
10- const version = "aledbf-mk3.27 " ;
10+ const version = "aledbf-mk3.29 " ;
1111
1212export interface GitpodProps extends cdk . StackProps {
1313 domain : string
@@ -47,7 +47,7 @@ export class GitpodStack extends cdk.Stack {
4747 release : 'gitpod' ,
4848 repository : 'https://aledbf.github.io/gitpod-chart-cleanup/' ,
4949 namespace : 'default' ,
50- version : '1.2.13 ' ,
50+ version : '1.2.14 ' ,
5151 wait : true ,
5252 values : loadYaml ( doc ) ,
5353 } ) ;
You can’t perform that action at this time.
0 commit comments