From fbc7032d51e7da131feae4414a42ce529e618095 Mon Sep 17 00:00:00 2001 From: Fujexo Date: Tue, 14 Dec 2021 08:23:31 +0100 Subject: [PATCH] chore: bumb 0.1.11, upgrade app to 2.4.1 --- charts/codimd/Chart.yaml | 4 ++-- charts/codimd/README.md | 2 +- charts/codimd/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/codimd/Chart.yaml b/charts/codimd/Chart.yaml index ba98920..5c59b89 100644 --- a/charts/codimd/Chart.yaml +++ b/charts/codimd/Chart.yaml @@ -18,8 +18,8 @@ kubeVersion: ">=1.14.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.10 +version: 0.1.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.3.2 +appVersion: 2.4.1 diff --git a/charts/codimd/README.md b/charts/codimd/README.md index 27157ac..5084db7 100644 --- a/charts/codimd/README.md +++ b/charts/codimd/README.md @@ -35,7 +35,7 @@ If you use AWS EKS, please setup global.storageClass as `gp2` | ----------------- |:-------------------------------- | ----------------- | | image.registry | CodiMD docker image registry | `nabo.codimd.dev` | | image.repository | CodiMD docker image repository | `hackmdio/hackmd` | -| image.tag | CodiMD docker image version tag | `2.2.0` | +| image.tag | CodiMD docker image version tag | `2.4.1` | | image.pullPolicy | CodiMD docker image pull policy | `IfNotPresent` | | image.pullSecrets | CodiMD docker image pull secrets | `[]` | diff --git a/charts/codimd/values.yaml b/charts/codimd/values.yaml index c2a3d90..748ac4d 100644 --- a/charts/codimd/values.yaml +++ b/charts/codimd/values.yaml @@ -10,8 +10,8 @@ image: registry: "nabo.codimd.dev" repository: "hackmdio/hackmd" # When you use export pdf with CJK character, please change the tag with postfix `-cjk`. - # for example 2.2.0-cjk - tag: "2.3.2" + # for example 2.4.1-cjk + tag: "2.4.1" pullPolicy: IfNotPresent pullSecrets: [] # - myRegistryKeySecretName