Skip to content

Commit

Permalink
Prepare v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Schäfer authored and anx-mschaefer committed Mar 14, 2024
1 parent b111f3e commit c547038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Some examples, more below in the actual changelog (newer entries are more likely
-->

## [0.1.1] - 2024-03-14

### Fixed
* Fixed csi-driver image version in deploy manifests

## [0.1.0] - 2024-02-05

### Added
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: csi-driver-anexia-controller
containers:
- name: csi-driver-anexia
image: anx-cr.io/anexia/csi-driver:0.1.0
image: anx-cr.io/anexia/csi-driver:0.1.1
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
serviceAccountName: csi-driver-anexia-node
containers:
- name: csi-driver-anexia
image: anx-cr.io/anexia/csi-driver:0.1.0
image: anx-cr.io/anexia/csi-driver:0.1.1
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit c547038

Please sign in to comment.