File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -624,4 +624,5 @@ jobs:
624624 image_builder/deploy/00controller.yaml
625625 image_builder/deploy/01ui.yaml
626626 image_builder/deploy/version-config.yaml
627+ image_builder/deploy/version-checker.yaml
627628 image_builder/deploy/vjailbreak-settings.yaml
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ build {
7373 destination = " /tmp/vjailbreak-settings.yaml"
7474 }
7575
76+ provisioner "file" {
77+ source = " ${ path . root } /cronjob/version-checker.yaml"
78+ destination = " /tmp/version-checker.yaml"
79+ }
80+
7681 provisioner "file" {
7782 source = " ${ path . root } /images"
7883 destination = " /home/ubuntu"
@@ -97,6 +102,7 @@ build {
97102 " sudo mv /tmp/daemonset.yaml /etc/pf9/yamls/daemonset.yaml" ,
98103 " sudo mv /tmp/env /etc/pf9/env" ,
99104 " sudo mv /tmp/vjailbreak-settings.yaml /etc/pf9/yamls/vjailbreak-settings.yaml" ,
105+ " sudo mv /tmp/version-checker.yaml /etc/pf9/yamls/version-checker.yaml" ,
100106 " sudo mv /tmp/opensource.txt /home/ubuntu/opensource.txt" ,
101107 " sudo chmod +x /etc/pf9/install.sh" ,
102108 " sudo chown root:root /etc/pf9/k3s.env" ,
You can’t perform that action at this time.
0 commit comments