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

Commit

Permalink
[transmission] Fixed icon URL in Chart.yml (#1756)
Browse files Browse the repository at this point in the history
* Fixed icon url

* Update Chart.yaml
  • Loading branch information
bikram990 authored Aug 19, 2022
1 parent c249160 commit eece136
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/stable/transmission/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit eece136

Please sign in to comment.