Skip to content

Commit

Permalink
Merge pull request #378 from jacobwolfaws/release-1.2
Browse files Browse the repository at this point in the history
Release 1.2.0 part 2/3: helm and kustomize
  • Loading branch information
k8s-ci-robot committed Feb 22, 2024
2 parents f5eb359 + 1b85dcd commit 94a8794
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions charts/aws-fsx-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Helm chart

# v1.9.0
* Use driver image 1.2.0

# v1.8.0
* Use driver image 1.1.0

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: "1.1.0"
appVersion: "1.2.0"
name: aws-fsx-csi-driver
description: A Helm chart for AWS FSx for Lustre CSI Driver
version: 1.8.0
version: 1.9.0
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: v1.1.0
tag: v1.2.0
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:v1.1.0
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0
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:v1.1.0
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0
imagePullPolicy: IfNotPresent
args:
- --mode=node
Expand Down

0 comments on commit 94a8794

Please sign in to comment.