File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
infra/manifests/prometheus-stack Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 deploy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515 - name : Configure Git Credentials
1616 run : |
1717 git config user.name github-actions[bot]
1818 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
19- - uses : actions/setup-python@v6
19+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2020 with :
2121 python-version : 3.x
2222 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
23- - uses : actions/cache@v4
23+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2424 with :
2525 key : mkdocs-material-${{ env.cache_id }}
2626 path : .cache
Original file line number Diff line number Diff line change 3131
3232# Configurazione di base per i job OpenTofu
3333.tofu_base :
34- image : alpine:3.22
34+ image : alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
3535 extends :
3636 - .rules_opentofu
3737 before_script : |
Original file line number Diff line number Diff line change 22.update_service_template :
33 stage : update_services
44 image :
5- name : registry.gitlab.local.ildoc.it/devops/ansible-vault:92eaccbb67b7fa59dce7de1a69887132bee8fe51
5+ name : registry.gitlab.local.ildoc.it/devops/ansible-vault:92eaccbb67b7fa59dce7de1a69887132bee8fe51@sha256:c5116540bee56dc7925948fbc69fc9a027ae519197419d48e41f5abccab440f4
66 entrypoint : [""]
77 extends :
88 - .ssh_setup
Original file line number Diff line number Diff line change 11---
22services :
33 gitlab :
4- image : gitlab/gitlab-ce:18.4.1-ce.0
4+ image : gitlab/gitlab-ce:18.4.1-ce.0@sha256:d24a77b3743174e055646c523b65862587e4fd44ed8aec8fa8a7dd2321299ebd
55 container_name : gitlab
66 hostname : ' gitlab'
77 ports :
@@ -27,7 +27,7 @@ services:
2727 # - DOCKER_HOST=unix:///var/run/docker.sock
2828
2929 nginx :
30- image : nginx:stable
30+ image : nginx:stable@sha256:3b4019335070fb6445987c8dd72cf18dec2cbc63b3575581eb66469c8173cd4f
3131 container_name : nginx
3232 depends_on :
3333 - gitlab
@@ -40,7 +40,7 @@ services:
4040 restart : always
4141
4242 docker-cleanup :
43- image : docker:latest
43+ image : docker:latest@sha256:24173119fa6d1b5b4a27ab164fa7863deb66574ee5b90fef3b85dc888ef1a7e6
4444 container_name : docker-cleanup
4545 volumes :
4646 - /var/run/docker.sock:/var/run/docker.sock
Original file line number Diff line number Diff line change 11---
22services :
33 vault :
4- image : hashicorp/vault:1.20.4
4+ image : hashicorp/vault:1.20.4@sha256:268bb80aa9c6d13d65fcfa05c0c268caca068952240a8087291a6ce0b66e3a10
55 container_name : vault
66 ports :
77 - " 8200:8200"
Original file line number Diff line number Diff line change 11---
22services :
33 mkdocs :
4- image : squidfunk/mkdocs-material:latest
4+ image : squidfunk/mkdocs-material:latest@sha256:00f9276315990b82f5af8c47bb2b71e2c69aef9f02a08f8dffd2515f42310753
55 volumes :
66 - .:/docs
77 ports :
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11n8n :
22 image :
33 repository : n8nio/n8n
4- tag : " 1.114.4"
4+ tag : " 1.114.4@sha256:38e83833f4933c2e50a908b7accce76909e23878158762d6c21beb72cb4c657f "
55 pullPolicy : IfNotPresent
66
77 main :
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ monitoring:
377377 # Proxmox VE Exporter (opzionale)
378378 pveExporter :
379379 enabled : true
380- image : " prompve/prometheus-pve-exporter:3.5.5"
380+ image : " prompve/prometheus-pve-exporter:3.5.5@sha256:79a5598906697b1a5a006d09f0200528a77c6ff1568faf018539ac65824454df "
381381 replicas : 1
382382 verifySsl : false
383383 scrapeInterval : " 30s"
You can’t perform that action at this time.
0 commit comments