From 05db852d35f636fd11bb60ea0b233a930c2459ef 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 07:50:37 -0700 Subject: [PATCH] Added icon url (#857) Signed-off-by: Nicholas Wilde --- charts/stable/recipes/Chart.yaml | 3 ++- charts/stable/recipes/README.md | 21 ++++++++++++++++--- .../stable/recipes/README_CHANGELOG.md.gotmpl | 15 +++++++++++++ 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index c11a62ea..8c95c1f2 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,12 +2,13 @@ apiVersion: v2 appVersion: 0.13.0 description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 4.3.1 +version: 4.3.2 kubeVersion: ">=1.16.0-0" keywords: - recipes - cooking home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/recipes +icon: https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/logo_color.svg sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes diff --git a/charts/stable/recipes/README.md b/charts/stable/recipes/README.md index 6a6dc4b3..b48ba30b 100644 --- a/charts/stable/recipes/README.md +++ b/charts/stable/recipes/README.md @@ -1,6 +1,6 @@ # recipes -![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square) +![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square) Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.2.0 | +| https://library-charts.k8s-at-home.com | common | 2.3.1 | ## TL;DR @@ -120,6 +120,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.3.2] + +#### Added + +- Added icon url + +#### Changed + +- N/A + +#### Removed + +- N/A + ### [1.0.0] #### Added @@ -134,6 +148,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 ## Support @@ -144,4 +159,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/recipes/README_CHANGELOG.md.gotmpl b/charts/stable/recipes/README_CHANGELOG.md.gotmpl index 457def03..d92180bb 100644 --- a/charts/stable/recipes/README_CHANGELOG.md.gotmpl +++ b/charts/stable/recipes/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.3.2] + +#### Added + +- 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 +[4.3.2]: #4.3.2 [1.0.0]: #1.0.0 {{- end -}}