Skip to content

Commit

Permalink
Merge pull request #240 from wongma7/081post
Browse files Browse the repository at this point in the history
Release 0.8.1 part 2/3: helm and kustomize
  • Loading branch information
k8s-ci-robot authored Feb 2, 2022
2 parents f80737f + f5b442e commit bbf12d5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 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.4.1
* Use driver 0.8.1

# v1.4.0
* Use driver 0.8.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: "0.8.0"
appVersion: "0.8.1"
name: aws-fsx-csi-driver
description: A Helm chart for AWS FSx for Lustre CSI Driver
version: 1.4.0
version: 1.4.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: amazon/aws-fsx-csi-driver
tag: v0.8.0
tag: v0.8.1
pullPolicy: IfNotPresent

sidecars:
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 @@ -31,7 +31,7 @@ spec:
tolerationSeconds: 300
containers:
- name: fsx-plugin
image: amazon/aws-fsx-csi-driver:v0.8.0
image: amazon/aws-fsx-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
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 @@ -33,7 +33,7 @@ spec:
- name: fsx-plugin
securityContext:
privileged: true
image: amazon/aws-fsx-csi-driver:v0.8.0
image: amazon/aws-fsx-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
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: amazon/aws-fsx-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-fsx-csi-driver
newTag: v0.8.0
newTag: v0.8.1
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bases:
- ../../base
images:
- name: amazon/aws-fsx-csi-driver
newTag: v0.8.0
newTag: v0.8.1

0 comments on commit bbf12d5

Please sign in to comment.