diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index c612bad..007d262 100755 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -26,11 +26,11 @@ resources: # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. #- ../prometheus -patchesStrategicMerge: +# patchesStrategicMerge: # Protect the /metrics endpoint by putting it behind auth. # If you want your controller-manager to expose the /metrics # endpoint w/o any authn/z, please comment the following line. -- manager_auth_proxy_patch.yaml +# - manager_auth_proxy_patch.yaml @@ -142,3 +142,8 @@ patchesStrategicMerge: # delimiter: '.' # index: 1 # create: true + +images: +- name: manager + newName: ghcr.io/oviceinc/rollout-optimizer-controller + newTag: v0.1.0 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 46a4d0d..15e95e6 100755 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -70,7 +70,7 @@ spec: - /manager args: - --leader-elect - image: controller:latest + image: manager name: manager securityContext: allowPrivilegeEscalation: false diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index 731832a..fb5a2b8 100755 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -12,7 +12,7 @@ resources: # Comment the following 4 lines if you want to disable # the auth proxy (https://github.com/brancz/kube-rbac-proxy) # which protects your /metrics endpoint. -- auth_proxy_service.yaml -- auth_proxy_role.yaml -- auth_proxy_role_binding.yaml -- auth_proxy_client_clusterrole.yaml +# - auth_proxy_service.yaml +# - auth_proxy_role.yaml +# - auth_proxy_role_binding.yaml +# - auth_proxy_client_clusterrole.yaml