]> xn--ix-yja.es Git - alex.git/commitdiff
Use correct image for building manifest, always pull
authoralex <alex@pdp7.net>
Tue, 4 Jul 2023 09:12:17 +0000 (11:12 +0200)
committeralex <alex@pdp7.net>
Tue, 4 Jul 2023 09:12:17 +0000 (11:12 +0200)
personal_infra/playbooks/roles/zqxjkcrud/tasks/main.yaml

index f6ddcdb5cef2903ae4a2d52efc5405dfdd6d1e09..9aa2dc1619b959050d2c0d8cf72238b83cc3ee22 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: render manifests
-  command: kubectl run --context {{ context }} -q -n default -i --rm builder --image quay.io/alexpdp7/zqxjkcrud:update --restart=Never --command -- zqxjkcrud-manifest-builder
+  command: kubectl run --context {{ context }} -q -n default -i --rm builder --image quay.io/alexpdp7/zqxjkcrud:master --restart=Never --image-pull-policy=Always --command -- zqxjkcrud-manifest-builder
   args:
     stdin: "{{ definition|to_yaml }}"
   register: manifestbuild