Skip to content

Commit d7deadd

Browse files
committed
chore: bump 0.1.7, upgrade app to 2.1.0
1 parent ca87bb3 commit d7deadd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

charts/codimd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ kubeVersion: ">=1.14.0-0"
1818

1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
21-
version: 0.1.6
21+
version: 0.1.7
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application.
25-
appVersion: 2.0.0
25+
appVersion: 2.1.0

charts/codimd/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
image:
1010
registry: "nabo.codimd.dev"
1111
repository: "hackmdio/hackmd"
12-
tag: "2.0.0"
12+
# When you use export pdf with CJK character, please change the tag with postfix `-cjk`.
13+
# for example 2.1.0-cjk
14+
tag: "2.1.0"
1315
pullPolicy: IfNotPresent
1416
pullSecrets: []
1517
# - myRegistryKeySecretName

0 commit comments

Comments
 (0)