From 1cf10122361e488258e3022bb48f077a0ae81cd5 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:55:56 -0700 Subject: [PATCH] Added icon url (#863) Signed-off-by: Nicholas Wilde --- charts/stable/pretend-youre-xyzzy/Chart.yaml | 3 ++- charts/stable/pretend-youre-xyzzy/README.md | 22 ++++++++++++++++--- .../README_CHANGELOG.md.gotmpl | 16 ++++++++++++++ 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 1e435d71..c9d8c382 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "4" description: pretend-youre-xyzzy, a cards against humanity clone name: pretend-youre-xyzzy -version: 1.1.1 +version: 1.1.2 kubeVersion: ">=1.16.0-0" keywords: - pretend-youre-xyzzy @@ -10,6 +10,7 @@ keywords: - against - humanity home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/pretend-youre-xyzzy +icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index c7827698..8917d718 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -1,6 +1,6 @@ # pretend-youre-xyzzy -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square) pretend-youre-xyzzy, a cards against humanity clone @@ -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 @@ -89,6 +89,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). +### [1.1.2] + +#### Added + +- Added icon url + +#### Changed + +- N/A + +#### Removed + +- N/A + ### [1.0.1] #### Added @@ -117,6 +131,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[1.1.2]: #1.1.2 +[1.0.1]: #1.0.1 [1.0.0]: #1.0.0 ## Support @@ -127,4 +143,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/pretend-youre-xyzzy/README_CHANGELOG.md.gotmpl b/charts/stable/pretend-youre-xyzzy/README_CHANGELOG.md.gotmpl index bbcdc4d1..3342d878 100644 --- a/charts/stable/pretend-youre-xyzzy/README_CHANGELOG.md.gotmpl +++ b/charts/stable/pretend-youre-xyzzy/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). +### [1.1.2] + +#### Added + +- Added icon url + +#### Changed + +- N/A + +#### Removed + +- N/A + ### [1.0.1] #### Added @@ -37,5 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[1.1.2]: #1.1.2 +[1.0.1]: #1.0.1 [1.0.0]: #1.0.0 {{- end -}}