-
Notifications
You must be signed in to change notification settings - Fork 31
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
New Operator v0.5.2 Release #144
Conversation
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.
LGTM, left a minor comment. Let me know what you think.
@@ -75,15 +75,14 @@ spec: | |||
drop: | |||
- ALL | |||
securityContext: | |||
runAsNonRoot: true | |||
runAsNonRoot: true |
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.
trailing space to remove
@@ -26,7 +26,7 @@ spec: | |||
- --health-probe-bind-address=:8081 | |||
- --metrics-bind-address=127.0.0.1:8080 | |||
- --leader-elect | |||
image: {{ .Values.image.repository }}:{{ .Values.image.tag | default $.Chart.AppVersion }} | |||
image: {{ .Values.image.repository }}:{{ $.Chart.AppVersion }} |
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.
usually we keep tag exemple of customer who are using his own registry and who add tag suffix once image are validated or compressed
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.
LGTM
Performed the following changes