Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Variables/Functions

VERSION?=v1.50.2
VERSION?=v1.50.3

PKG=github.com/kubernetes-sigs/aws-ebs-csi-driver
GIT_COMMIT?=$(shell git rev-parse HEAD)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage

| Driver Version | [registry.k8s.io](https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/) Image | [ECR Public](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image |
|----------------|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
| v1.50.2 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.50.2 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.2 |
| v1.50.3 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.50.3 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.3 |
| v1.49.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.49.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.49.0 |

## Releases
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.50.2
appVersion: 1.50.3
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 2.50.3
version: 2.50.4
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
runAsUser: 1000
containers:
- name: ebs-plugin
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.2
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.3
imagePullPolicy: IfNotPresent
args:
- controller
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
- operator: Exists
containers:
- name: ebs-plugin
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.2
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.3
imagePullPolicy: IfNotPresent
args:
- node
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
runAsUser: 0
containers:
- name: ebs-plugin
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.2
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.3
imagePullPolicy: IfNotPresent
args:
- node
Expand Down