Skip to content

Commit f8126c1

Browse files
author
gitpod-next-automation
committed
Update GCP runner, proxy, prometheus, and node-exporter images to version 20260812.795
This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images: - Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260812.795 - Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260812.795 - Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.13.2 - Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.12.1 Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/31600007958
1 parent 2099df8 commit f8126c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ locals {
1818
})
1919

2020
# Default images
21-
default_runner_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260812.621"
22-
default_proxy_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260812.621"
21+
default_runner_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260812.795"
22+
default_proxy_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260812.795"
2323

2424
default_prometheus_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.13.2"
2525
default_node_exporter_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.12.1"

0 commit comments

Comments
 (0)