Skip to content

Commit d8ad29f

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

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

lib/charts/assets/gitpod-values.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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

lib/gitpod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Registry } from './registry';
77
import { 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

1212
export 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
});

0 commit comments

Comments
 (0)