From bfde97aade667847fcfb40a8f35f6a925767d516 Mon Sep 17 00:00:00 2001
From: Craig O'Donnell
Date: Thu, 28 Sep 2023 11:25:59 -0400
Subject: [PATCH] clarify that automatic update checks are in local server time
(#4050)
* clarify that automatic updates are in local server time
* r1.medium for remove-app test
---
.github/workflows/build-test.yaml | 3 ++-
web/src/components/modals/AutomaticUpdatesModal.tsx | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
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.