Skip to content

Commit 0615603

Browse files
committed
Update tool versions and Concourse helm chart
* and configure workers to 4Gi
1 parent 5693b0a commit 0615603

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.tool-versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
concourse 7.11.2
1+
concourse 7.12.0
22
gcloud 469.0.0
33
helm 3.14.3
44
kapp 0.60.0
55
kubectl 1.29.3
66
python 3.12.2
7-
terraform 1.7.5
7+
terraform 1.10.2
88
terraform-lsp 0.0.12
9-
terragrunt 0.55.19
9+
terragrunt 0.70.4
1010
vendir 0.40.0
1111
yq 4.43.1
1212
ytt 0.44.1

terragrunt/concourse-wg-ci/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concourse_github_mainTeam: "cloudfoundry:wg-app-runtime-interfaces-autoscaler-ap
2121
concourse_github_mainTeamUser: ""
2222

2323
# Concourse helm chart
24-
concourse_helm_version: "17.2.0"
24+
concourse_helm_version: "17.4.0"
2525

2626
# Module sources for the stack - git or local
2727
# ie.
@@ -60,6 +60,7 @@ gke_default_pool_ssd_count: 0
6060
# typical config for concourse worker is n4-standard-4 and ssd_count: 1
6161
# note: economy e2-standard machine can't use local ssd drives
6262
gke_workers_pool_machine_type: n2-standard-4
63+
gke_workers_min_memory: 4Gi
6364
gke_workers_pool_node_count: 4
6465
gke_workers_pool_autoscaling_max: 4
6566
gke_workers_pool_ssd_count: 1

0 commit comments

Comments
 (0)