Skip to content

Commit

Permalink
Merge pull request #337 from jacobwolfaws/release-0.10
Browse files Browse the repository at this point in the history
 Release 0.10.1 part 2/3: helm and kustomize
  • Loading branch information
k8s-ci-robot committed Jun 23, 2023
2 parents 81934d0 + 244fa18 commit e3a026c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions charts/aws-fsx-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Helm chart

# v1.6.1
* Removed hostNetwork: true from helm deployment
* Allow for extra tags in controller deployment
* Add region for controller to helm chart

# v1.6.0
* Use driver image 0.10.0
* Add driver modes for controller and node pods
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-fsx-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "0.10.0"
appVersion: "0.10.1"
name: aws-fsx-csi-driver
description: A Helm chart for AWS FSx for Lustre CSI Driver
version: 1.6.0
version: 1.6.1
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-fsx-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-fsx-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
tag: v0.10.0
tag: v0.10.1
pullPolicy: IfNotPresent

csidriver:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
tolerationSeconds: 300
containers:
- name: fsx-plugin
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.0
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.1
imagePullPolicy: IfNotPresent
args:
- --mode=controller
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: fsx-plugin
securityContext:
privileged: true
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.0
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.1
imagePullPolicy: IfNotPresent
args:
- --mode=node
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
images:
- name: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-fsx-csi-driver
newTag: v0.10.0
newTag: v0.10.1

0 comments on commit e3a026c

Please sign in to comment.