From 78f215b6d999ca5ba34c28d5697e8d48beed16f8 Mon Sep 17 00:00:00 2001 From: Anthony ARNAUD Date: Wed, 27 Mar 2024 20:53:17 -0400 Subject: [PATCH] use default artifactRepository --- .argo/build.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.argo/build.yml b/.argo/build.yml index b63108c..935cacb 100644 --- a/.argo/build.yml +++ b/.argo/build.yml @@ -22,14 +22,16 @@ spec: { "name": "unifiac", "target": "unifiac", "artifact": "bin/targets/ath79/generic/openwrt-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin" }, { "name": "x86", "target": "x86", "artifact": "bin/targets/x86/64/openwrt-x86-64-generic-ext4-combined-efi.img.gz" } ] - + podGC: + strategy: OnPodSuccess + deleteDelayDuration: 600s ttlStrategy: secondsAfterSuccess: 1209600 secondsAfterFailure: 1209600 archiveLogs: true - artifactRepositoryRef: - configMap: artifact-repositories - key: minio-repository + #artifactRepositoryRef: + # configMap: artifact-repositories + # key: minio-repository templates: - name: entrypoint inputs: @@ -253,4 +255,4 @@ spec: value: "{{inputs.parameters.gh-repo}}" volumeMounts: - name: workdir - mountPath: /mnt \ No newline at end of file + mountPath: /mnt