-
Notifications
You must be signed in to change notification settings - Fork 950
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
chore(yaml): update operator yaml #3096
Conversation
- use apigroups for crd instead of individual resource names - enable NDM feature flag by default - add /dev mount to NDM volume mounts - sync changes from operator yaml in openebs/charts Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
5492a07
to
c9ebb3f
Compare
k8s/openebs-operator.yaml
Outdated
@@ -743,7 +747,7 @@ spec: | |||
- name: OPENEBS_IO_INSTALLER_TYPE | |||
value: "openebs-operator" | |||
- name: OPENEBS_IO_HELPER_IMAGE | |||
value: "quay.io/openebs/linux-utils:1.4.0" | |||
value: "openebs/linux-utils:1.12.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update this with ci
images, so we can test the changes wit multi-arch image. @akhilerm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes are good
- use apigroups for crd instead of individual resource names - enable NDM feature flag by default - add /dev mount to NDM volume mounts - sync changes from operator yaml in openebs/charts - update linux utils to use ci image Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io> Signed-off-by: Kung Fu Panda <akshay_1901cb06@iitp.ac.in>
Signed-off-by: Akhil Mohan akhil.mohan@mayadata.io