From 2b8155c075d0ae7e0994b22ba8b287dadbbde018 Mon Sep 17 00:00:00 2001 From: zwwhdls Date: Thu, 7 Sep 2023 17:08:40 +0800 Subject: [PATCH] release v0.22.0 Signed-off-by: zwwhdls --- charts/juicefs-csi-driver/Chart.yaml | 4 ++-- charts/juicefs-csi-driver/README.md | 4 ++-- charts/juicefs-csi-driver/values.yaml | 2 +- charts/juicefs-s3-gateway/Chart.yaml | 4 ++-- charts/juicefs-s3-gateway/README.md | 2 +- charts/juicefs-s3-gateway/values.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/juicefs-csi-driver/Chart.yaml b/charts/juicefs-csi-driver/Chart.yaml index e4bd1d7..ffda568 100644 --- a/charts/juicefs-csi-driver/Chart.yaml +++ b/charts/juicefs-csi-driver/Chart.yaml @@ -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: diff --git a/charts/juicefs-csi-driver/README.md b/charts/juicefs-csi-driver/README.md index 2ddb9a2..d1bfb61 100644 --- a/charts/juicefs-csi-driver/README.md +++ b/charts/juicefs-csi-driver/README.md @@ -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 @@ -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 | diff --git a/charts/juicefs-csi-driver/values.yaml b/charts/juicefs-csi-driver/values.yaml index bac1a6a..0ccde08 100644 --- a/charts/juicefs-csi-driver/values.yaml +++ b/charts/juicefs-csi-driver/values.yaml @@ -9,7 +9,7 @@ image: repository: juicedata/juicefs-csi-driver - tag: "v0.21.0" + tag: "v0.22.0" pullPolicy: "" sidecars: diff --git a/charts/juicefs-s3-gateway/Chart.yaml b/charts/juicefs-s3-gateway/Chart.yaml index fa73197..c23abd3 100644 --- a/charts/juicefs-s3-gateway/Chart.yaml +++ b/charts/juicefs-s3-gateway/Chart.yaml @@ -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 diff --git a/charts/juicefs-s3-gateway/README.md b/charts/juicefs-s3-gateway/README.md index 6dd65a3..36bf2d7 100644 --- a/charts/juicefs-s3-gateway/README.md +++ b/charts/juicefs-s3-gateway/README.md @@ -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 diff --git a/charts/juicefs-s3-gateway/values.yaml b/charts/juicefs-s3-gateway/values.yaml index 11b4ed2..f5e3ae8 100644 --- a/charts/juicefs-s3-gateway/values.yaml +++ b/charts/juicefs-s3-gateway/values.yaml @@ -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