Skip to content

Commit 3ad9e1a

Browse files
authored
Update manager kustomization image (#6)
Before, the image would be named `controller` which is the default name for operator images. There would be no way to distinguish this image name from other images with the same default name. This commit changes it to pull from ghcr.io/osac-project/host-management-openstack instead.
1 parent d7283da commit 3ad9e1a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

config/manager/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
13
resources:
2-
- manager.yaml
4+
- manager.yaml
5+
images:
6+
- name: controller
7+
newName: ghcr.io/osac-project/host-management-openstack
8+
newTag: latest

0 commit comments

Comments
 (0)