mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[transmission] Fixed icon URL in Chart.yml (#1756)
* Fixed icon url * Update Chart.yaml
This commit is contained in:
parent
c2491608c1
commit
eece1368af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user