Skip to content

Commit 1384804

Browse files
authored
Merge pull request #3 from fujexo/master
chore: bump 0.1.8, upgrade app to 2.2.0
2 parents 7a3cda7 + 057746d commit 1384804

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.7
21+
version: 0.1.8
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.1.0
25+
appVersion: 2.2.0

charts/codimd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you use AWS EKS, please setup global.storageClass as `gp2`
3535
| ----------------- |:-------------------------------- | ----------------- |
3636
| image.registry | CodiMD docker image registry | `nabo.codimd.dev` |
3737
| image.repository | CodiMD docker image repository | `hackmdio/hackmd` |
38-
| image.tag | CodiMD docker image version tag | `2.0.0` |
38+
| image.tag | CodiMD docker image version tag | `2.2.0` |
3939
| image.pullPolicy | CodiMD docker image pull policy | `IfNotPresent` |
4040
| image.pullSecrets | CodiMD docker image pull secrets | `[]` |
4141

charts/codimd/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ image:
1010
registry: "nabo.codimd.dev"
1111
repository: "hackmdio/hackmd"
1212
# 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"
13+
# for example 2.2.0-cjk
14+
tag: "2.2.0"
1515
pullPolicy: IfNotPresent
1616
pullSecrets: []
1717
# - myRegistryKeySecretName

0 commit comments

Comments
 (0)