Skip to content

Commit

Permalink
release v0.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Dec 27, 2023
1 parent 0d252d4 commit 4cefb47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/juicefs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: juicefs-csi-driver
description: A Helm chart for JuiceFS CSI Driver
type: application
version: 0.19.4
appVersion: 0.23.1
version: 0.19.5
appVersion: 0.23.2
kubeVersion: ">=1.14.0-0"
home: https://github.com/juicedata/juicefs-csi-driver
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/juicefs-csi-driver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# juicefs-csi-driver

![Version: 0.19.4](https://img.shields.io/badge/Version-0.19.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.1](https://img.shields.io/badge/AppVersion-0.23.1-informational?style=flat-square)
![Version: 0.19.5](https://img.shields.io/badge/Version-0.19.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.2](https://img.shields.io/badge/AppVersion-0.23.2-informational?style=flat-square)

A Helm chart for JuiceFS CSI Driver

Expand Down Expand Up @@ -46,7 +46,7 @@ Kubernetes: `>=1.14.0-0`
| hostAliases | list | `[]` | |
| image.pullPolicy | string | `""` | |
| image.repository | string | `"juicedata/juicefs-csi-driver"` | |
| image.tag | string | `"v0.23.1"` | |
| image.tag | string | `"v0.23.2"` | |
| mountMode | string | `"mountpod"` | The way JuiceFS client runs |
| jfsConfigDir | string | `"/var/lib/juicefs/config"` | JuiceFS config directory |
| jfsMountDir | string | `"/var/lib/juicefs/volume"` | JuiceFS mount directory |
Expand Down
4 changes: 2 additions & 2 deletions charts/juicefs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

image:
repository: juicedata/juicefs-csi-driver
tag: "v0.23.1"
tag: "v0.23.2"
pullPolicy: ""

dashboardImage:
repository: juicedata/csi-dashboard
tag: "v0.23.1"
tag: "v0.23.2"
pullPolicy: ""

sidecars:
Expand Down

0 comments on commit 4cefb47

Please sign in to comment.