mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[haste-server] use kah image (#812)
* fix: use kah image * fix: use kah image * fix: use kah image
This commit is contained in:
parent
de642089d2
commit
ccc703ae02
@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 2021.04.19
|
||||
appVersion: latest
|
||||
description: Simple text sharing
|
||||
name: haste-server
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- haste
|
||||
@ -13,7 +13,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/haste
|
||||
icon: https://github.com/seejohnrun/haste-server/blob/master/static/logo.png
|
||||
sources:
|
||||
- https://github.com/seejohnrun/haste-server
|
||||
- https://github.com/rwaltr/haste-server
|
||||
- https://github.com/k8s-at-home/container-images
|
||||
maintainers:
|
||||
- name: rwaltr
|
||||
email: rwalt@pm.me
|
||||
|
@ -1,6 +1,6 @@
|
||||
# haste-server
|
||||
|
||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 2021.04.19](https://img.shields.io/badge/AppVersion-2021.04.19-informational?style=flat-square)
|
||||
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
Simple text sharing
|
||||
|
||||
@ -9,7 +9,7 @@ Simple text sharing
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/seejohnrun/haste-server>
|
||||
* <https://github.com/rwaltr/haste-server>
|
||||
* <https://github.com/k8s-at-home/container-images>
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -79,8 +79,8 @@ N/A
|
||||
| env.STORAGE_FILEPATH | string | `"/config"` | |
|
||||
| env.STORAGE_TYPE | string | `"file"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/rwaltr/haste-server"` | |
|
||||
| image.tag | string | `"2021-04-19"` | |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/haste-server"` | |
|
||||
| image.tag | string | `"latest"` | |
|
||||
| ingress.enabled | bool | `false` | |
|
||||
| persistence.config.enabled | bool | `false` | |
|
||||
| service.port.port | int | `7777` | |
|
||||
@ -116,4 +116,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
image:
|
||||
repository: ghcr.io/rwaltr/haste-server
|
||||
repository: ghcr.io/k8s-at-home/haste-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2021-04-19
|
||||
tag: latest
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
Loading…
Reference in New Issue
Block a user