dapr / kubernetes-operator

Apache License 2.0
6 stars 6 forks source link

Migrate references and imports from dapr-sandbox/dapr-kubernetes-operator to dapr/kubernetes-operator #163

Closed lburgazzoli closed 1 week ago

lburgazzoli commented 3 months ago
lburgazzoli commented 3 months ago

@yaron2 I have some code ready to migrate the import path and other references from sandbox to the official repo, what I'm missing are:

The container registry and org where to push the image: https://github.com/dapr/kubernetes-operator/blob/2d79f28ad8b17ef9e8eee14ef99e454da8aa5703/Makefile#L5-L6

The variables to reference to push the image to the registry: https://github.com/dapr/kubernetes-operator/blob/2d79f28ad8b17ef9e8eee14ef99e454da8aa5703/.github/workflows/build-main.yml#L33-L35