From f9c501d73358efc036c05e0ac63998462e4ddb22 Mon Sep 17 00:00:00 2001 From: Adam Piasecki Date: Mon, 12 May 2025 11:32:17 +0100 Subject: [PATCH] fedora-ostree-pruner: Add a specific image to deployment Add a specific (latest) image to fedora-ostree-runer deployment --- .../fedora-ostree-pruner/templates/deployment.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 b/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 index a3e7484da0..2ace5890ff 100644 --- a/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 +++ b/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 @@ -27,7 +27,7 @@ spec: volumeMounts: - name: fedora-ostree-content-volume mountPath: /mnt/koji - image: "" + image: "fedora-ostree-pruner-img:latest" imagePullPolicy: IfNotPresent resources: {} # The files in the ostree volumes are created with group ownership of 263. -- 2.50.0