Skip to content

Commit 8642cbb

Browse files
authored
Merge branch 'hackmdio:master' into master
2 parents 8bdf112 + f4508fb commit 8642cbb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

charts/codimd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ sources:
1414
- https://github.com/hackmdio/codimd
1515
- https://github.com/hackmdio/codimd-helm
1616

17-
kubeVersion: ">=1.14.0-0"
17+
kubeVersion: ">=1.14.0 <1.22.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.10
21+
version: 0.1.11
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.3.2
25+
appVersion: 2.5.1

charts/codimd/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
image:
1010
registry: "nabo.codimd.dev"
1111
repository: "hackmdio/hackmd"
12-
# When you use export pdf with CJK character, please change the tag with postfix `-cjk`.
13-
# for example 2.2.0-cjk
14-
tag: "2.3.2"
12+
tag: "2.5.1"
1513
pullPolicy: IfNotPresent
1614
pullSecrets: []
1715
# - myRegistryKeySecretName

0 commit comments

Comments
 (0)