mittwald / harbor-operator

A Kubernetes operator for managing goharbor instances
Apache License 2.0
20 stars 4 forks source link

update to latest operator-sdk, drop obsolete printercolumn #81

Closed elenz97 closed 3 years ago

elenz97 commented 3 years ago

This PR updates the project according to the official operator-sdk upgrading guide.

In turn, the finalizer that is added to created resources (harbor-operator.registries.mittwald.de) has been deprecated. The new finalizer takes the format of registries.mittwald.de/finalizer.

The instance.Status.Version field has been removed as instance.Spec.Version no longer exists.