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

Minor tweaks to package repository #236

Merged
merged 10 commits into from
Jun 28, 2021
Merged

Minor tweaks to package repository #236

merged 10 commits into from
Jun 28, 2021

Conversation

cppforlife
Copy link
Contributor

No description provided.

@danielhelfand
Copy link
Contributor

With exception of kapp issue, this should close out #237.

Copy link
Contributor

@danielhelfand danielhelfand left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -61,6 +61,8 @@ func (a *CRDApp) unblockDeletion() error {
a.log.Info("Unblocking deletion")
return a.updatePackageRepository(func(app *pkgingv1alpha1.PackageRepository) {
app.ObjectMeta.Finalizers = removeString(app.ObjectMeta.Finalizers, deleteFinalizerName)
// Need to remove old finalizer that might have been added by previous versions of kapp-controller
Copy link
Contributor

Choose a reason for hiding this comment

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

We should open a corresponding issue for this that captures when we expect to deprecate this.

@cppforlife cppforlife merged commit f30b42e into develop Jun 28, 2021
@danielhelfand danielhelfand deleted the minor-tweaks branch September 20, 2021 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants