[haste-server] use kah image (#812)

* fix: use kah image

* fix: use kah image

* fix: use kah image
This commit is contained in:
ᗪєνιη ᗷυнʟ 2021-04-21 12:36:18 -04:00 committed by GitHub
parent de642089d2
commit ccc703ae02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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` | |

View File

@ -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