Skip to content

Commit

Permalink
Merge pull request #64 from juicedata/release-0.22.0
Browse files Browse the repository at this point in the history
release v0.22.0
  • Loading branch information
zwwhdls authored Sep 7, 2023
2 parents 48fe2c1 + 2b8155c commit b26290d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.17.2
appVersion: 0.21.0
version: 0.18.0
appVersion: 0.22.0
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.17.2](https://img.shields.io/badge/Version-0.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-informational?style=flat-square)
![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.0](https://img.shields.io/badge/AppVersion-0.22.0-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.21.0"` | |
| image.tag | string | `"v0.22.0"` | |
| 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
2 changes: 1 addition & 1 deletion charts/juicefs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

image:
repository: juicedata/juicefs-csi-driver
tag: "v0.21.0"
tag: "v0.22.0"
pullPolicy: ""

sidecars:
Expand Down
4 changes: 2 additions & 2 deletions charts/juicefs-s3-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: juicefs-s3-gateway
description: A Helm chart for JuiceFS S3 Gateway
type: application
version: 0.10.0
appVersion: "1.5.0"
version: 0.11.0
appVersion: "1.6.0"
home: https://github.com/juicedata/juicefs
sources:
- https://github.com/juicedata/juicefs
Expand Down
2 changes: 1 addition & 1 deletion charts/juicefs-s3-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# juicefs-s3-gateway

![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)

A Helm chart for JuiceFS S3 Gateway

Expand Down
2 changes: 1 addition & 1 deletion charts/juicefs-s3-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: juicedata/mount
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "ce-v1.0.4"
tag: "ce-v1.1.0"

port: 9000
metricsPort: 9567
Expand Down

0 comments on commit b26290d

Please sign in to comment.