Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy kots images to private registry if one is configured during self-updates #2586

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

divolgin
Copy link
Member

@divolgin divolgin commented Mar 4, 2022

What type of PR is this?

Self-updates will copy images to private registries automatically. This is part of the self-updating feature, so no separate release notes are needed.

type::feature

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

Does this PR require documentation?

NONE

@divolgin divolgin added type::feature New feature or request team::orange labels Mar 4, 2022
@divolgin divolgin requested a review from a team March 4, 2022 00:29
deploy/kots-upgrade.sh Outdated Show resolved Hide resolved
@@ -1145,6 +1145,12 @@ class AppVersionHistory extends Component {
checkingUpdateTextShort = checkingUpdateTextShort.slice(0, 30) + "...";
}

const renderKotsUpgradeStatus = this.state.kotsUpdateStatus && !this.state.kotsUpdateMessage;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not show them together? just curious

Copy link
Member Author

@divolgin divolgin Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't have a screenshot, but it looks weird, confusing, and redundant

sgalsaleh
sgalsaleh previously approved these changes Mar 4, 2022
@divolgin divolgin merged commit 61918c7 into main Mar 4, 2022
@divolgin divolgin deleted the divolgin/upgrades branch June 30, 2022 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team::orange type::feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants