Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "~> 0.12"
version = "~> 0.14"
}
}
}
Expand Down Expand Up @@ -511,7 +511,7 @@ resource "google_service_account" "ppb" {
}

module "ppb" {
source = "git::https://github.com/libops/terraform-cloudrun-v2?ref=0.5.1"
source = "git::https://github.com/libops/terraform-cloudrun-v2?ref=0.5.2"

name = var.name
project = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion rootfs/mnt/disks/data/libops-internal/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- /mnt/disks/data:/mnt/disks/data
- ./GOOGLE_APPLICATION_CREDENTIALS:/app/GOOGLE_APPLICATION_CREDENTIALS:r
cadvisor:
image: ghcr.io/google/cadvisor:0.56.2@sha256:5534ae91cbf3428998d60428d107cfdd97272d80658534ac6e54d8ce3b0c4d72
image: ghcr.io/google/cadvisor:v0.57.0@sha256:e75bdb03b74b0b6995f208f166fead2e6e555dde73e44200113bb26f41b1981d
command:
- -disable_metrics
- cpu_topology,referenced_memory,disk,memory_numa,perf_event,sched,tcp,udp
Expand Down