Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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.2
3 changes: 2 additions & 1 deletion charts/codimd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ image:
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"
# If not set this defaults to the appVersion in Chart.yaml
tag: ""
pullPolicy: IfNotPresent
pullSecrets: []
# - myRegistryKeySecretName
Expand Down