hackmdio / codimd-helm

Helm charts for CodiMD
https://artifacthub.io/packages/helm/codimd/codimd
14 stars 27 forks source link

Image at values.yaml #2

Closed pulpo closed 4 years ago

pulpo commented 4 years ago

Hi,

The image that is being used as default at the values.yaml seems to be a private one

image:
  registry: "nabo.codimd.dev"
  repository: "hackmdio/hackmd"
  # 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

Any chance to make it public?

pulpo commented 4 years ago

I found the way to make it work, using the hackmdio/hackmd image from docker hub:

image:
  registry: docker.io
  repository: hackmdio/hackmd 
  # When you use export pdf with CJK character, please change the tag with postfix `-cjk`.
  # for example 2.1.0-cjk
  tag: latest 
  pullPolicy: IfNotPresent
  pullSecrets: []
#    - myRegistryKeySecretName