diff --git a/earthly.sh b/earthly.sh index ae61db3..7584059 100755 --- a/earthly.sh +++ b/earthly.sh @@ -68,7 +68,7 @@ echo -e '\n' echo -e 'pack:' echo -e ' content:' echo -e ' images:' -echo -e ' - image: "{{.spectro.pack.edge-native-byoi.options.system.uri}}"' +echo -e ' - image: "{{ .spectro.pack.edge-native-byoi.options.system.registry }}/{{ .spectro.pack.edge-native-byoi.options.system.repo }}:{{ .spectro.pack.edge-native-byoi.options.system.k8sDistribution }}-{{ .spectro.system.kubernetes.version }}-{{ .spectro.pack.edge-native-byoi.options.system.peVersion }}-{{ .spectro.pack.edge-native-byoi.options.system.customTag }}"' echo -e ' # Below config is default value, please uncomment if you want to modify default values' echo -e ' #drain:' echo -e ' #cordon: true'