mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +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
|
apiVersion: v2
|
||||||
appVersion: 2021.04.19
|
appVersion: latest
|
||||||
description: Simple text sharing
|
description: Simple text sharing
|
||||||
name: haste-server
|
name: haste-server
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- haste
|
- 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
|
icon: https://github.com/seejohnrun/haste-server/blob/master/static/logo.png
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/seejohnrun/haste-server
|
- https://github.com/seejohnrun/haste-server
|
||||||
- https://github.com/rwaltr/haste-server
|
- https://github.com/k8s-at-home/container-images
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: rwaltr
|
- name: rwaltr
|
||||||
email: rwalt@pm.me
|
email: rwalt@pm.me
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# haste-server
|
# 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
|
Simple text sharing
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Simple text sharing
|
|||||||
## Source Code
|
## Source Code
|
||||||
|
|
||||||
* <https://github.com/seejohnrun/haste-server>
|
* <https://github.com/seejohnrun/haste-server>
|
||||||
* <https://github.com/rwaltr/haste-server>
|
* <https://github.com/k8s-at-home/container-images>
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -79,8 +79,8 @@ N/A
|
|||||||
| env.STORAGE_FILEPATH | string | `"/config"` | |
|
| env.STORAGE_FILEPATH | string | `"/config"` | |
|
||||||
| env.STORAGE_TYPE | string | `"file"` | |
|
| env.STORAGE_TYPE | string | `"file"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/rwaltr/haste-server"` | |
|
| image.repository | string | `"ghcr.io/k8s-at-home/haste-server"` | |
|
||||||
| image.tag | string | `"2021-04-19"` | |
|
| image.tag | string | `"latest"` | |
|
||||||
| ingress.enabled | bool | `false` | |
|
| ingress.enabled | bool | `false` | |
|
||||||
| persistence.config.enabled | bool | `false` | |
|
| persistence.config.enabled | bool | `false` | |
|
||||||
| service.port.port | int | `7777` | |
|
| service.port.port | int | `7777` | |
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/rwaltr/haste-server
|
repository: ghcr.io/k8s-at-home/haste-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2021-04-19
|
tag: latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user