Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
52ebd7130c ⬆️ Update minio/minio Docker digest to 442993f 2025-01-18 00:44:02 -05:00
f656029fe1 ⬆️ Update Terraform proxmox to v0.70.0
All checks were successful
OpenTofu Automation / deploy (push) Successful in 19s
2025-01-18 00:06:00 -05:00
f5fa62e429 ⬆️ Update ghcr.io/linuxserver/netbootxyz Docker digest to ab3cb1d
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 7s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 36s
2025-01-18 04:01:48 +00:00
2acbe71c71 ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.75.2
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 1m7s
2025-01-17 15:01:52 +00:00
5 changed files with 5 additions and 5 deletions

View file

@ -133,7 +133,7 @@ services:
networks:
- gitea_main
n8n:
image: ghcr.io/n8n-io/n8n:1.75.0
image: ghcr.io/n8n-io/n8n:1.75.2
container_name: n8n
ports:
- 5678:5678

View file

@ -24,7 +24,7 @@ services:
minio:
command: server /data --console-address ":9001"
image: minio/minio@sha256:1dce27c494a16bae114774f1cec295493f3613142713130c2d22dd5696be6ad3
image: minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff
environment:
- MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD
- MINIO_ROOT_USER=mafyuh

View file

@ -1,7 +1,7 @@
---
services:
netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:2e6138d5e6de99005fc041ce32619aa46be8d5dc06fb0567b97374b72e1a51cb
image: ghcr.io/linuxserver/netbootxyz@sha256:ab3cb1d4343e8343c7b96232133dac9f373b1eda9b17eb69957dfff790d119ed
container_name: netboot
environment:
- PUID=1000

View file

@ -22,7 +22,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.69.1"
version = "0.70.0"
}
}
}

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.69.1"
version = "0.70.0"
}
}
}