From c6cc0d6b3f1a7fdc3485e77197bcaee46a57d26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sat, 8 May 2021 15:16:11 -0700 Subject: [PATCH] Updated icon url (#897) Signed-off-by: Nicholas Wilde --- charts/stable/pyload/Chart.yaml | 4 ++-- charts/stable/pyload/README.md | 23 +++++++++++++++---- charts/stable/pyload/README.md.gotmpl | 1 + .../stable/pyload/README_CHANGELOG.md.gotmpl | 19 +++++++++++++-- 4 files changed, 39 insertions(+), 8 deletions(-) diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 10e5d8e0..f33ed133 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 appVersion: 0.4.20 description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. name: pyload -version: 4.4.0 +version: 4.4.1 kubeVersion: ">=1.16.0-0" keywords: - pyload - download home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/pyload -icon: https://raw.githubusercontent.com/pyload/pyload/main/media/logo.png +icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4 sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index b7ec1e34..ba45502c 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -1,6 +1,6 @@ # pyload -![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: 0.4.20](https://img.shields.io/badge/AppVersion-0.4.20-informational?style=flat-square) +![Version: 4.4.1](https://img.shields.io/badge/Version-4.4.1-informational?style=flat-square) ![AppVersion: 0.4.20](https://img.shields.io/badge/AppVersion-0.4.20-informational?style=flat-square) pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.3.1 | +| https://library-charts.k8s-at-home.com | common | 2.5.0 | ## TL;DR @@ -95,6 +95,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). +### [4.4.1] + +#### Added + +- N/A + +#### Changed + +- Updated icon url again + +#### Removed + +- N/A + ### [4.3.2] #### Added @@ -123,8 +137,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[4.3.2]: #4.3.2 -[1.0.0]: #1.0.0 +[4.4.1]: #441 +[4.3.2]: #432 +[1.0.0]: #100 ## Support diff --git a/charts/stable/pyload/README.md.gotmpl b/charts/stable/pyload/README.md.gotmpl index c21f99b3..358abe31 100644 --- a/charts/stable/pyload/README.md.gotmpl +++ b/charts/stable/pyload/README.md.gotmpl @@ -143,3 +143,4 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} - {{ template "custom.support" . }} {{ template "helm-docs.versionFooter" . }} +{{ "" }} diff --git a/charts/stable/pyload/README_CHANGELOG.md.gotmpl b/charts/stable/pyload/README_CHANGELOG.md.gotmpl index 4bd384e3..b8958dd7 100644 --- a/charts/stable/pyload/README_CHANGELOG.md.gotmpl +++ b/charts/stable/pyload/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). +### [4.4.1] + +#### Added + +- N/A + +#### Changed + +- Updated icon url again + +#### Removed + +- N/A + ### [4.3.2] #### Added @@ -37,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[4.3.2]: #4.3.2 -[1.0.0]: #1.0.0 +[4.4.1]: #441 +[4.3.2]: #432 +[1.0.0]: #100 {{- end -}}