From 6ee5e4054c224a0ed9f3b7c243571de22e133735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sun, 2 May 2021 05:52:38 -0700 Subject: [PATCH] Added icon url (#852) Signed-off-by: Nicholas Wilde --- charts/stable/wallabag/Chart.yaml | 3 ++- charts/stable/wallabag/README.md | 19 +++++++++++++++++-- .../wallabag/README_CHANGELOG.md.gotmpl | 15 +++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/charts/stable/wallabag/Chart.yaml b/charts/stable/wallabag/Chart.yaml index 01f01b6b..430f69f8 100644 --- a/charts/stable/wallabag/Chart.yaml +++ b/charts/stable/wallabag/Chart.yaml @@ -2,11 +2,12 @@ apiVersion: v2 appVersion: 2.4.1 description: A self hostable application for saving web pages, freely. name: wallabag -version: 2.4.0 +version: 2.4.1 kubeVersion: ">=1.16.0-0" keywords: - wallabag home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/wallabag +icon: "https://raw.githubusercontent.com/wallabag/logo/master/app-android/logo-app-android-icon-bg-white-512.png" sources: - https://github.com/wallabag/docker - https://hub.docker.com/wallabag/wallabag diff --git a/charts/stable/wallabag/README.md b/charts/stable/wallabag/README.md index fcfba43b..eb8f916f 100644 --- a/charts/stable/wallabag/README.md +++ b/charts/stable/wallabag/README.md @@ -1,6 +1,6 @@ # wallabag -![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) +![Version: 2.4.1](https://img.shields.io/badge/Version-2.4.1-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) A self hostable application for saving web pages, freely. @@ -114,6 +114,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.4.1] + +#### Added + +- Icon url + +#### Changed + +- N/A + +#### Removed + +- N/A + ### [1.0.0] #### Added @@ -128,6 +142,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.4.1]: #[2.4.1] [1.0.0]: #1.0.0 ## Support @@ -138,4 +153,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/wallabag/README_CHANGELOG.md.gotmpl b/charts/stable/wallabag/README_CHANGELOG.md.gotmpl index ea7d7fa3..6acabd4d 100644 --- a/charts/stable/wallabag/README_CHANGELOG.md.gotmpl +++ b/charts/stable/wallabag/README_CHANGELOG.md.gotmpl @@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.4.1] + +#### Added + +- Icon url + +#### Changed + +- N/A + +#### Removed + +- N/A + ### [1.0.0] #### Added @@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.4.1]: #[2.4.1] [1.0.0]: #1.0.0 {{- end -}}