Skip to content
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: update awsebscsiprovisioner chart #492

Merged
merged 10 commits into from
Mar 19, 2020
Prev Previous commit
Next Next commit
bump external-resizer from 0.2.0 to 0.4.0
New Features

* Add prometheus metrics to CSI external-resizer under the /metrics endpoint. This can be enabled via the "--metrics-address" and "--metrics-path" options. (#67, @saad-ali)

Bug Fixes

* Avoid concurrent processing of same PVCs (#6, @mlmhl)
* Exit on CSI gRPC conn loss (#55, @ggriffiths)
* Verify claimref associated with PVs before resizing (#57, @gnufied)

Other Notable Changes

* Migrated to Go modules, so the source builds also outside of GOPATH. (#60, @pohly)
  • Loading branch information
joejulian authored and sebbrandt87 committed Mar 18, 2020
commit aa1156a89afa7670b19f350e4b1cc4543888f3b2
2 changes: 1 addition & 1 deletion stable/awsebscsiprovisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resizer:
enabled: false
image:
repository: "quay.io/k8scsi/csi-resizer"
tag: "v0.2.0"
tag: "v0.4.0"

# AWS key id and access key
# these are optional and can be left as is
Expand Down