about summary refs log tree commit diff
path: root/bundles/traefik/items.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-04 08:52:54 +0100
committerRobert Günzler <r@gnzler.io>2026-02-04 08:52:54 +0100
commit7663c3a87167b59c706bd4ec0cf708402aa7fe46 (patch)
treeb42bb010d4a27a056e490013855a35c461fb90d8 /bundles/traefik/items.py
parentd402c98ae6713f0203c4732b48872948442e0e3f (diff)
source container image version from metadata
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/traefik/items.py')
-rw-r--r--bundles/traefik/items.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/traefik/items.py b/bundles/traefik/items.py
index 9ed76aa..8b4eec7 100644
--- a/bundles/traefik/items.py
+++ b/bundles/traefik/items.py
@@ -1,6 +1,7 @@
 files = {
     "/etc/deployments/traefik/kube.yaml": {
         "content_type": "mako",
+        "context": node.metadata.get("containers")["traefik"],
         "triggers": {"svc_s6rc:traefik:restart"},
     },
     "/etc/deployments/traefik/secret.yaml": {