Skip to content

Commit 4bd8081

Browse files
author
gitpod-next-automation
committed
Update GCP runner, proxy, prometheus, and node-exporter images to version 20260506.713
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:20260506.713 - Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260506.713 - Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3 - Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1 Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25433471875
1 parent bb0f1e4 commit 4bd8081

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
@@ -16,8 +16,8 @@ locals {
1616
})
1717

1818
# Default images
19-
default_runner_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260506.699"
20-
default_proxy_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260506.699"
19+
default_runner_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260506.713"
20+
default_proxy_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260506.713"
2121

2222
default_prometheus_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3"
2323
default_node_exporter_image = "us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1"

0 commit comments

Comments
 (0)