File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
terragrunt/concourse-wg-ci Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- concourse 7.11.2
1
+ concourse 7.12.0
2
2
gcloud 469.0.0
3
3
helm 3.14.3
4
4
kapp 0.60.0
5
5
kubectl 1.29.3
6
6
python 3.12.2
7
- terraform 1.7.5
7
+ terraform 1.10.2
8
8
terraform-lsp 0.0.12
9
- terragrunt 0.55.19
9
+ terragrunt 0.70.4
10
10
vendir 0.40.0
11
11
yq 4.43.1
12
12
ytt 0.44.1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concourse_github_mainTeam: "cloudfoundry:wg-app-runtime-interfaces-autoscaler-ap
21
21
concourse_github_mainTeamUser : " "
22
22
23
23
# Concourse helm chart
24
- concourse_helm_version : " 17.2 .0"
24
+ concourse_helm_version : " 17.4 .0"
25
25
26
26
# Module sources for the stack - git or local
27
27
# ie.
@@ -60,6 +60,7 @@ gke_default_pool_ssd_count: 0
60
60
# typical config for concourse worker is n4-standard-4 and ssd_count: 1
61
61
# note: economy e2-standard machine can't use local ssd drives
62
62
gke_workers_pool_machine_type : n2-standard-4
63
+ gke_workers_min_memory : 4Gi
63
64
gke_workers_pool_node_count : 4
64
65
gke_workers_pool_autoscaling_max : 4
65
66
gke_workers_pool_ssd_count : 1
You can’t perform that action at this time.
0 commit comments