From ccc703ae02459a7d963caa94cb0902a955ff0c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Wed, 21 Apr 2021 12:36:18 -0400 Subject: [PATCH] [haste-server] use kah image (#812) * fix: use kah image * fix: use kah image * fix: use kah image --- charts/stable/haste-server/Chart.yaml | 6 +++--- charts/stable/haste-server/README.md | 10 +++++----- charts/stable/haste-server/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 608abd67..f0b38103 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -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 diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index a966e952..25660784 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -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 * -* +* ## 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) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/haste-server/values.yaml b/charts/stable/haste-server/values.yaml index 7fbde0ba..059b163e 100644 --- a/charts/stable/haste-server/values.yaml +++ b/charts/stable/haste-server/values.yaml @@ -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