mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bump hackmd to 1.2.1-alpine (#10172)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f2425969c5
commit
90164347a7
@@ -1,7 +1,7 @@
|
||||
name: hackmd
|
||||
apiVersion: v1
|
||||
version: "0.1.1"
|
||||
appVersion: "1.0.1"
|
||||
version: "1.0.0"
|
||||
appVersion: "1.2.1-alpine"
|
||||
description: Realtime collaborative markdown notes on all platforms.
|
||||
icon: https://hackmd.io/favicon.png
|
||||
keywords:
|
||||
|
||||
@@ -28,7 +28,7 @@ Parameter | Description | Default
|
||||
--------- | ----------- | -------
|
||||
`replicaCount` | How many replicas to run. | 1
|
||||
`image.repository` | Name of the image to run, without the tag. | [hackmdio/hackmd](https://github.com/hackmdio/docker-hackmd)
|
||||
`image.tag` | The image tag to use. | 1.0.1-ce
|
||||
`image.tag` | The image tag to use. | 1.2.1-alpine
|
||||
`image.pullPolicy` | The kubernetes image pull policy. | IfNotPresent
|
||||
`service.name` | The kubernetes service name to use. | hackmd
|
||||
`service.type` | The kubernetes service type to use. | ClusterIP
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: hackmdio/hackmd
|
||||
tag: 1.0.1-ce-alpine
|
||||
tag: 1.2.1-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user