Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit eece136

Browse files
authored
[transmission] Fixed icon URL in Chart.yml (#1756)
* Fixed icon url * Update Chart.yaml
1 parent c249160 commit eece136

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/stable/transmission/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apiVersion: v2
33
appVersion: v3.00
44
description: Transmission is a cross-platform BitTorrent client
55
name: transmission
6-
version: 8.4.2
6+
version: 8.4.3
77
kubeVersion: ">=1.16.0-0"
88
keywords:
99
- transmission
1010
- torrent
1111
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/transmission
12-
icon: https://github.com/transmission/transmission/raw/master/extras/transmission-1920.jpg
12+
icon: https://raw.githubusercontent.com/transmission/transmission/main/extras/transmission-1920.jpg
1313
sources:
1414
- https://github.com/transmission/transmission
1515
- https://github.com/k8s-at-home/container-images
@@ -24,5 +24,7 @@ dependencies:
2424
version: 4.5.2
2525
annotations:
2626
artifacthub.io/changes: |-
27+
- kind: changed
28+
description: Fixed icon URL
2729
- kind: changed
2830
description: Upgraded `common` chart dependency to version 4.5.2

0 commit comments

Comments
 (0)