Skip to content

Commit

Permalink
chore: bump 0.1.7, upgrade app to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a60814billy committed May 18, 2020
1 parent ca87bb3 commit d7deadd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/codimd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
version: 0.1.7

# 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.0.0
appVersion: 2.1.0
4 changes: 3 additions & 1 deletion charts/codimd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
image:
registry: "nabo.codimd.dev"
repository: "hackmdio/hackmd"
tag: "2.0.0"
# When you use export pdf with CJK character, please change the tag with postfix `-cjk`.
# for example 2.1.0-cjk
tag: "2.1.0"
pullPolicy: IfNotPresent
pullSecrets: []
# - myRegistryKeySecretName
Expand Down

0 comments on commit d7deadd

Please sign in to comment.