Skip to content

Commit

Permalink
fix the issue of wrong app version in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxu committed Dec 16, 2021
1 parent 705b545 commit 52db4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions charts/aws-ebs-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Helm chart

## v2.6.0
## v2.6.1

* Add securityContext support for controller Deployment
* Bump app/driver version to `v1.6.0`

## v2.5.0

Expand Down
4 changes: 2 additions & 2 deletions charts/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.6.0
appVersion: 1.5.0
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 2.6.0
version: 2.6.1
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down

0 comments on commit 52db4ae

Please sign in to comment.