diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 075047b22c..5bfa55c567 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -2824,7 +2824,7 @@ jobs: fail-fast: false matrix: cluster: [ - {distribution: kind, version: v1.27} + {distribution: kind, version: v1.27, instance-type: r1.medium} ] env: APP_SLUG: remove-app @@ -2842,6 +2842,7 @@ jobs: cluster-name: automated-kots-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }} timeout-minutes: '120' ttl: 2h + instance-type: ${{ matrix.cluster.instance-type }} export-kubeconfig: true - name: download kots binary diff --git a/web/src/components/modals/AutomaticUpdatesModal.tsx b/web/src/components/modals/AutomaticUpdatesModal.tsx index 29b35fb02e..09ab6daef7 100644 --- a/web/src/components/modals/AutomaticUpdatesModal.tsx +++ b/web/src/components/modals/AutomaticUpdatesModal.tsx @@ -325,7 +325,8 @@ export default class AutomaticUpdatesModal extends React.Component<

Choose how frequently your application checks for updates. A - custom schedule can be defined with a cron expression. + custom schedule can be defined with a cron expression. Configured + automatic update checks use the local server time.