From f117805a43c6733bc77fbb2474846c07db23a85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Wed, 5 May 2021 05:42:32 -0700 Subject: [PATCH] Updated icon url (#879) Signed-off-by: Nicholas Wilde --- charts/stable/thelounge/Chart.yaml | 4 ++-- charts/stable/thelounge/README.md | 21 ++++++++++++++++--- .../thelounge/README_CHANGELOG.md.gotmpl | 17 ++++++++++++++- 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 6794fd42..9e7c38ec 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "4.2.0" description: The Lounge, modern web IRC client designed for self-hosting name: thelounge -version: 1.1.1 +version: 1.1.2 kubeVersion: ">=1.16.0-0" keywords: - thelounge @@ -11,7 +11,7 @@ keywords: - docker - thelounge-docker home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/thelounge -icon: https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-vertical-transparent-bg.svg?sanitize=true +icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 sources: - https://github.com/thelounge/thelounge maintainers: diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index a40fd865..187fd11a 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -1,6 +1,6 @@ # thelounge -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 4.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 4.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square) The Lounge, modern web IRC client designed for self-hosting @@ -18,7 +18,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 @@ -91,6 +91,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 + +- N/A + +#### Changed + +- Updated icon url. + +#### Removed + +- N/A + ### [1.0.0] #### Added @@ -105,7 +119,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.0]: #1.0.0 +[1.1.2]: #112 +[1.0.0]: #100 ## Support diff --git a/charts/stable/thelounge/README_CHANGELOG.md.gotmpl b/charts/stable/thelounge/README_CHANGELOG.md.gotmpl index 98b98af7..74e4fa75 100644 --- a/charts/stable/thelounge/README_CHANGELOG.md.gotmpl +++ b/charts/stable/thelounge/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 + +- N/A + +#### Changed + +- Updated icon url. + +#### 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 -[1.0.0]: #1.0.0 +[1.1.2]: #112 +[1.0.0]: #100 {{- end -}}