Merge pull request #69 from k8s-at-home/maint/media-common-semver

[media-common (parents)] Annotations and semver
This commit is contained in:
Nicholas St. Germain 2020-09-28 21:10:50 -05:00 committed by GitHub
commit 12752f4018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 72 additions and 12 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: lidarr name: lidarr
description: Looks and smells like Sonarr but made for music description: Looks and smells like Sonarr but made for music
type: application type: application
version: 4.0.0 version: 4.0.1
appVersion: 0.7.1.1785-ls18 appVersion: 0.7.1.1785-ls18
keywords: keywords:
- lidarr - lidarr
@ -14,8 +14,18 @@ sources:
maintainers: maintainers:
- name: DirtyCajunRice - name: DirtyCajunRice
email: nick@cajun.pro email: nick@cajun.pro
url: https://github.com/dirtycajunrice
dependencies: dependencies:
- name: media-common - name: media-common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ^1.0.0
alias: lidarr alias: lidarr
annotations:
artifacthub.io/links: |
- name: App Source
url: https://github.com/Lidarr/Lidarr
- name: Default Docker Image
url: https://hub.docker.com/r/linuxserver/lidarr
artifacthub.io/maintainers: |
- name: Nicholas St. Germain
email: nick@cajun.pro

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: ombi name: ombi
description: Want a Movie or TV Show on Plex or Emby? Use Ombi! description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
type: application type: application
version: 4.0.0 version: 4.0.1
appVersion: 4.0.471 appVersion: 4.0.471
keywords: keywords:
- ombi - ombi
@ -14,8 +14,18 @@ sources:
maintainers: maintainers:
- name: DirtyCajunRice - name: DirtyCajunRice
email: nick@cajun.pro email: nick@cajun.pro
url: https://github.com/dirtycajunrice
dependencies: dependencies:
- name: media-common - name: media-common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ^1.0.0
alias: ombi alias: ombi
annotations:
artifacthub.io/links: |
- name: App Source
url: https://github.com/tidusjar/Ombi
- name: Default Docker Image
url: https://hub.docker.com/r/linuxserver/ombi
artifacthub.io/maintainers: |
- name: Nicholas St. Germain
email: nick@cajun.pro

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: organizr name: organizr
description: HTPC/Homelab Services Organizer - Written in PHP description: HTPC/Homelab Services Organizer - Written in PHP
type: application type: application
version: 1.0.0 version: 1.0.1
appVersion: latest appVersion: latest
keywords: keywords:
- organizr - organizr
@ -14,8 +14,18 @@ sources:
maintainers: maintainers:
- name: DirtyCajunRice - name: DirtyCajunRice
email: nick@cajun.pro email: nick@cajun.pro
url: https://github.com/dirtycajunrice
dependencies: dependencies:
- name: media-common - name: media-common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ^1.0.0
alias: organizr alias: organizr
annotations:
artifacthub.io/links: |
- name: App Source
url: https://github.com/causefx/Organizr
- name: Default Docker Image
url: https://hub.docker.com/r/organizr/organizr
artifacthub.io/maintainers: |
- name: Nicholas St. Germain
email: nick@cajun.pro

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: radarr name: radarr
description: A fork of Sonarr to work with movies à la Couchpotato description: A fork of Sonarr to work with movies à la Couchpotato
type: application type: application
version: 6.0.0 version: 6.0.1
appVersion: 3.0.0.3591 appVersion: 3.0.0.3591
keywords: keywords:
- radarr - radarr
@ -14,8 +14,18 @@ sources:
maintainers: maintainers:
- name: DirtyCajunRice - name: DirtyCajunRice
email: nick@cajun.pro email: nick@cajun.pro
url: https://github.com/dirtycajunrice
dependencies: dependencies:
- name: media-common - name: media-common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ^1.0.0
alias: radarr alias: radarr
annotations:
artifacthub.io/links: |
- name: App Source
url: https://github.com/Radarr/Radarr
- name: Default Docker Image
url: https://hub.docker.com/r/linuxserver/radarr
artifacthub.io/maintainers: |
- name: Nicholas St. Germain
email: nick@cajun.pro

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: sonarr name: sonarr
description: Smart PVR for newsgroup and bittorrent users description: Smart PVR for newsgroup and bittorrent users
type: application type: application
version: 6.0.0 version: 6.0.1
appVersion: 3.0.3.913 appVersion: 3.0.3.913
keywords: keywords:
- sonarr - sonarr
@ -14,8 +14,18 @@ sources:
maintainers: maintainers:
- name: DirtyCajunRice - name: DirtyCajunRice
email: nick@cajun.pro email: nick@cajun.pro
url: https://github.com/dirtycajunrice
dependencies: dependencies:
- name: media-common - name: media-common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ^1.0.0
alias: sonarr alias: sonarr
annotations:
artifacthub.io/links: |
- name: App Source
url: https://github.com/Sonarr/Sonarr
- name: Default Docker Image
url: https://hub.docker.com/r/linuxserver/sonarr
artifacthub.io/maintainers: |
- name: Nicholas St. Germain
email: nick@cajun.pro

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: tautulli name: tautulli
description: A Python based monitoring and tracking tool for Plex Media Server description: A Python based monitoring and tracking tool for Plex Media Server
type: application type: application
version: 4.0.0 version: 4.0.1
appVersion: v2.5.4 appVersion: v2.5.4
keywords: keywords:
- tautulli - tautulli
@ -14,8 +14,18 @@ sources:
maintainers: maintainers:
- name: DirtyCajunRice - name: DirtyCajunRice
email: nick@cajun.pro email: nick@cajun.pro
url: https://github.com/dirtycajunrice
dependencies: dependencies:
- name: media-common - name: media-common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ^1.0.0
alias: tautulli alias: tautulli
annotations:
artifacthub.io/links: |
- name: App Source
url: https://github.com/Tautulli/Tautulli
- name: Default Docker Image
url: https://hub.docker.com/r/tautulli/tautulli
artifacthub.io/maintainers: |
- name: Nicholas St. Germain
email: nick@cajun.pro