Compare commits

..

3 Commits

Author SHA1 Message Date
Devin Buhl
2463dec153 chore: add deprecation notice 2022-08-21 11:10:28 -04:00
k8s-at-home[bot]
458918f6b5 chore: Auto-update chart README [skip ci] 2022-08-19 23:24:06 +00:00
Bikramjeet Singh
eece1368af [transmission] Fixed icon URL in Chart.yml (#1756)
* Fixed icon url

* Update Chart.yaml
2022-08-20 09:23:34 +10:00
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# ⚠️ Deprecation and Archive Notice
**This repo is being deprecated, please read [this issue](https://github.com/k8s-at-home/charts/issues/1761)**
# Helm charts
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-67-orange.svg?style=flat-square)](#contributors-)

View File

@@ -3,13 +3,13 @@ apiVersion: v2
appVersion: v3.00
description: Transmission is a cross-platform BitTorrent client
name: transmission
version: 8.4.2
version: 8.4.3
kubeVersion: ">=1.16.0-0"
keywords:
- transmission
- torrent
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/transmission
icon: https://github.com/transmission/transmission/raw/master/extras/transmission-1920.jpg
icon: https://raw.githubusercontent.com/transmission/transmission/main/extras/transmission-1920.jpg
sources:
- https://github.com/transmission/transmission
- https://github.com/k8s-at-home/container-images
@@ -24,5 +24,7 @@ dependencies:
version: 4.5.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Fixed icon URL
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.2

View File

@@ -1,6 +1,6 @@
# transmission
![Version: 8.4.2](https://img.shields.io/badge/Version-8.4.2-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
![Version: 8.4.3](https://img.shields.io/badge/Version-8.4.3-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
Transmission is a cross-platform BitTorrent client
@@ -96,7 +96,7 @@ To view more environment variables [see here](https://github.com/k8s-at-home/con
## Changelog
### Version 8.4.2
### Version 8.4.3
#### Added
@@ -104,6 +104,7 @@ N/A
#### Changed
* Fixed icon URL
* Upgraded `common` chart dependency to version 4.5.2
#### Fixed