-
Notifications
You must be signed in to change notification settings - Fork 807
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
Bump up sidecar versions #1260
Bump up sidecar versions #1260
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gtxu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
please bump up helm chart version |
@@ -5,6 +5,7 @@ kind: Deployment | |||
apiVersion: apps/v1 | |||
metadata: | |||
name: ebs-csi-controller | |||
namespace: default |
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.
What is the reason for explicitly adding this? By default, all resources are created in the default namespace, unless a namespace is specified.
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.
Yes, this is generated by template namespace: {{ .Release.Namespace }}
in helm template. It should be exclude to kustomize profile. WIP address it.
/hold |
/lgtm |
/unhold |
Is this a bug fix or adding new feature?
What is this PR about? / Why do we need it?
bump up the following sidecars:
external-attacher v3.1.0 -> v3.4.0
external-resizer v1.1.0 -> v1.4.0
external-provisioner v2.2.2 -> v3.1.0
node-driver-registrar v2.3.0 -> v2.5.1
livenessprobe v2.4.0 -> v2.5.0
re-generate kustomize profile
What testing is done?
Unit test and functionality test