-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #988 from stevehipwell/add-update-strategy
[chart] Node update strategy & auto driver image tag
- Loading branch information
Showing
7 changed files
with
52 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,34 @@ | ||
# Helm chart | ||
|
||
# v2.0.0 | ||
## v2.0.4 | ||
|
||
* Use chart app version as default image tag | ||
* Add updateStrategy to daemonsets | ||
|
||
## v2.0.3 | ||
|
||
* Bump app/driver version to `v1.2.0` | ||
|
||
## v2.0.2 | ||
|
||
* Bump app/driver version to `v1.1.3` | ||
|
||
## v2.0.1 | ||
|
||
* Only create Windows daemonset if enableWindows is true | ||
* Update Windows daemonset to align better to the Linux one | ||
|
||
## v2.0.0 | ||
|
||
* Remove support for Helm 2 | ||
* Remove deprecated values | ||
* No longer install snapshot controller or its CRDs | ||
* Reorganize additional values | ||
|
||
[Upgrade instructions](/docs/README.md#upgrading-from-version-1x-to-2x-of-the-helm-chart) | ||
|
||
# v1.2.4 | ||
## v1.2.4 | ||
|
||
* Bump app/driver version to `v1.1.1` | ||
* Install VolumeSnapshotClass, VolumeSnapshotContent, VolumeSnapshot CRDs if enableVolumeSnapshot is true | ||
* Only run csi-snapshotter sidecar if enableVolumeSnapshot is true or if CRDs are already installed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
appVersion: "1.2.0" | ||
appVersion: 1.2.0 | ||
name: aws-ebs-csi-driver | ||
description: A Helm chart for AWS EBS CSI Driver | ||
version: 2.0.3 | ||
version: 2.0.4 | ||
kubeVersion: ">=1.17.0-0" | ||
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver | ||
sources: | ||
|
@@ -16,3 +16,9 @@ maintainers: | |
email: [email protected] | ||
- name: krmichel | ||
url: https://github.com/krmichel | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: Use chart app version as default image tag | ||
- kind: changed | ||
description: Add updateStrategy to daemonsets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters