Skip to content

Commit

Permalink
Merge pull request #339 from wongma7/helmcsidriver
Browse files Browse the repository at this point in the history
helm chart: ensure that upgrades do not delete csidriver resource
  • Loading branch information
k8s-ci-robot committed Feb 15, 2021
2 parents a0259de + d5128fe commit 2cdf7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.1.1"
name: aws-efs-csi-driver
description: A Helm chart for AWS EFS CSI Driver
version: 1.1.1
version: 1.1.2
kubeVersion: ">=1.14.0-0"
home: https://github.com/kubernetes-sigs/aws-efs-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/csidriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CSIDriver
metadata:
name: efs.csi.aws.com
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation
"helm.sh/resource-policy": keep
spec:
Expand Down

0 comments on commit 2cdf7e9

Please sign in to comment.