Skip to content

Commit

Permalink
Merge pull request #364 from jacobwolfaws/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1.0 part 2/3: helm and kustomize
  • Loading branch information
k8s-ci-robot committed Nov 9, 2023
2 parents 6eebaca + cfa57a8 commit cfe2072
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion charts/aws-fsx-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Helm chart

# v.1.7.0
# v1.8.0
* Use driver image 1.1.0

# v1.7.0
* Use driver image 1.0.0

# v1.6.1
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.0.0"
appVersion: "1.1.0"
name: aws-fsx-csi-driver
description: A Helm chart for AWS FSx for Lustre CSI Driver
version: 1.7.0
version: 1.8.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.0.0
tag: v1.1.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.0.0
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.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.0.0
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.0
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: v1.0.0
newTag: v1.1.0

0 comments on commit cfe2072

Please sign in to comment.