mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(gitops): reword automatic update to gitops update for ui and docs (#9067)
This commit is contained in:
parent
57fa044f2e
commit
2ac70b1eb6
9 changed files with 10 additions and 10 deletions
|
@ -124,7 +124,7 @@ export type DeploymentOptions = {
|
|||
};
|
||||
|
||||
/**
|
||||
* EndpointChangeWindow determine when automatic stack/app updates may occur
|
||||
* EndpointChangeWindow determine when GitOps stack/app updates may occur
|
||||
*/
|
||||
interface EndpointChangeWindow {
|
||||
Enabled: boolean;
|
||||
|
@ -161,7 +161,7 @@ export type Environment = {
|
|||
EnableImageNotification: boolean;
|
||||
LocalTimeZone?: string;
|
||||
|
||||
/** Automatic update change window restriction for stacks and apps */
|
||||
/** GitOps update change window restriction for stacks and apps */
|
||||
ChangeWindow: EndpointChangeWindow;
|
||||
};
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ export function AutoUpdateFieldset({
|
|||
<SwitchField
|
||||
name="autoUpdate"
|
||||
checked={!!value.RepositoryAutomaticUpdates}
|
||||
label="Automatic updates"
|
||||
label="GitOps updates"
|
||||
labelClass="col-sm-3 col-lg-2"
|
||||
onChange={(value) =>
|
||||
handleChange({ RepositoryAutomaticUpdates: value })
|
||||
|
|
|
@ -37,7 +37,7 @@ function TimeWindowDisplay() {
|
|||
|
||||
return (
|
||||
<TextTip color="orange" className="mb-2">
|
||||
A change window is enabled, automatic updates will not occur outside of{' '}
|
||||
A change window is enabled, GitOps updates will not occur outside of{' '}
|
||||
<span className="font-bold">
|
||||
{shortTime(startTimeUtc)} - {shortTime(endTimeUtc)} UTC (
|
||||
{shortTime(startTimeLocal)} -{shortTime(endTimeLocal)}{' '}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue