Skip to content

Commit

Permalink
bump external-resizer from 0.2.0 to 0.4.0
Browse files Browse the repository at this point in the history
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 committed Mar 9, 2020
1 parent 9a2c754 commit a444b0a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a444b0a

Please sign in to comment.