diff --git a/bootc/base/root/etc/flightctl/hooks.d/afterupdating/99_greenboot.yaml b/bootc/base/root/etc/flightctl/hooks.d/afterupdating/99_greenboot.yaml index 35cb965..b5642d4 100644 --- a/bootc/base/root/etc/flightctl/hooks.d/afterupdating/99_greenboot.yaml +++ b/bootc/base/root/etc/flightctl/hooks.d/afterupdating/99_greenboot.yaml @@ -1,4 +1,4 @@ - if: - path: /etc/greenboot/check/ op: [created, updated, removed] - run: systemctl restart greenboot-healthcheck.service + run: systemctl restart --no-block greenboot-healthcheck.service diff --git a/flightctl/fleets.yaml b/flightctl/fleets.yaml index 804b050..c0ca49e 100644 --- a/flightctl/fleets.yaml +++ b/flightctl/fleets.yaml @@ -91,6 +91,12 @@ spec: path: /flightctl/fleets/vm-nextcloud/sites/{{ getOrDefault .metadata.labels "site" "default" }}/ repository: demo-edge-retail targetRevision: main + - name: nextcloud-container + configType: GitConfigProviderSpec + gitRef: + path: /flightctl/apps/nextcloud/ + repository: demo-edge-retail + targetRevision: main systemd: matchPatterns: - greenboot-healthcheck.service