From bae95225cfa37c9af516309b73749addde0f1ab0 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Sun, 27 Sep 2020 13:52:08 -0500 Subject: [PATCH 1/2] use minor version matching instead of micro version matching --- charts/lidarr/Chart.yaml | 4 ++-- charts/ombi/Chart.yaml | 4 ++-- charts/organizr/Chart.yaml | 4 ++-- charts/radarr/Chart.yaml | 4 ++-- charts/sonarr/Chart.yaml | 4 ++-- charts/tautulli/Chart.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/lidarr/Chart.yaml b/charts/lidarr/Chart.yaml index 2ea5fc4e..c79e550b 100644 --- a/charts/lidarr/Chart.yaml +++ b/charts/lidarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: lidarr description: Looks and smells like Sonarr but made for music type: application -version: 4.0.0 +version: 4.0.1 appVersion: 0.7.1.1785-ls18 keywords: - lidarr @@ -17,5 +17,5 @@ maintainers: dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ - version: ~1.0.0 + version: ^1.0.0 alias: lidarr diff --git a/charts/ombi/Chart.yaml b/charts/ombi/Chart.yaml index 8b2a34a0..015debd6 100644 --- a/charts/ombi/Chart.yaml +++ b/charts/ombi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ombi description: Want a Movie or TV Show on Plex or Emby? Use Ombi! type: application -version: 4.0.0 +version: 4.0.1 appVersion: 4.0.471 keywords: - ombi @@ -17,5 +17,5 @@ maintainers: dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ - version: ~1.0.0 + version: ^1.0.0 alias: ombi diff --git a/charts/organizr/Chart.yaml b/charts/organizr/Chart.yaml index 777a2540..07339101 100644 --- a/charts/organizr/Chart.yaml +++ b/charts/organizr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: organizr description: HTPC/Homelab Services Organizer - Written in PHP type: application -version: 1.0.0 +version: 1.0.1 appVersion: latest keywords: - organizr @@ -17,5 +17,5 @@ maintainers: dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ - version: ~1.0.0 + version: ^1.0.0 alias: organizr diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index 7dfaaec5..f972901f 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: radarr description: A fork of Sonarr to work with movies à la Couchpotato type: application -version: 6.0.0 +version: 6.0.1 appVersion: 3.0.0.3591 keywords: - radarr @@ -17,5 +17,5 @@ maintainers: dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ - version: ~1.0.0 + version: ^1.0.0 alias: radarr diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 43b9dd02..90d28e5c 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sonarr description: Smart PVR for newsgroup and bittorrent users type: application -version: 6.0.0 +version: 6.0.1 appVersion: 3.0.3.913 keywords: - sonarr @@ -17,5 +17,5 @@ maintainers: dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ - version: ~1.0.0 + version: ^1.0.0 alias: sonarr diff --git a/charts/tautulli/Chart.yaml b/charts/tautulli/Chart.yaml index 0e11fffe..0af174a3 100644 --- a/charts/tautulli/Chart.yaml +++ b/charts/tautulli/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tautulli description: A Python based monitoring and tracking tool for Plex Media Server type: application -version: 4.0.0 +version: 4.0.1 appVersion: v2.5.4 keywords: - tautulli @@ -17,5 +17,5 @@ maintainers: dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ - version: ~1.0.0 + version: ^1.0.0 alias: tautulli From 23dc0d5b14664f533c72d733927fb5a82b1c1d42 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Sun, 27 Sep 2020 14:05:04 -0500 Subject: [PATCH 2/2] add maintainer url and artifacthub annotations --- charts/lidarr/Chart.yaml | 10 ++++++++++ charts/ombi/Chart.yaml | 10 ++++++++++ charts/organizr/Chart.yaml | 10 ++++++++++ charts/radarr/Chart.yaml | 10 ++++++++++ charts/sonarr/Chart.yaml | 10 ++++++++++ charts/tautulli/Chart.yaml | 10 ++++++++++ 6 files changed, 60 insertions(+) diff --git a/charts/lidarr/Chart.yaml b/charts/lidarr/Chart.yaml index c79e550b..b9df3bd9 100644 --- a/charts/lidarr/Chart.yaml +++ b/charts/lidarr/Chart.yaml @@ -14,8 +14,18 @@ sources: maintainers: - name: DirtyCajunRice email: nick@cajun.pro + url: https://github.com/dirtycajunrice dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ version: ^1.0.0 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 diff --git a/charts/ombi/Chart.yaml b/charts/ombi/Chart.yaml index 015debd6..67f876f6 100644 --- a/charts/ombi/Chart.yaml +++ b/charts/ombi/Chart.yaml @@ -14,8 +14,18 @@ sources: maintainers: - name: DirtyCajunRice email: nick@cajun.pro + url: https://github.com/dirtycajunrice dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ version: ^1.0.0 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 diff --git a/charts/organizr/Chart.yaml b/charts/organizr/Chart.yaml index 07339101..27e3f4ad 100644 --- a/charts/organizr/Chart.yaml +++ b/charts/organizr/Chart.yaml @@ -14,8 +14,18 @@ sources: maintainers: - name: DirtyCajunRice email: nick@cajun.pro + url: https://github.com/dirtycajunrice dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ version: ^1.0.0 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 diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index f972901f..a0442372 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -14,8 +14,18 @@ sources: maintainers: - name: DirtyCajunRice email: nick@cajun.pro + url: https://github.com/dirtycajunrice dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ version: ^1.0.0 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 diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 90d28e5c..00348858 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -14,8 +14,18 @@ sources: maintainers: - name: DirtyCajunRice email: nick@cajun.pro + url: https://github.com/dirtycajunrice dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ version: ^1.0.0 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 diff --git a/charts/tautulli/Chart.yaml b/charts/tautulli/Chart.yaml index 0af174a3..6ad09fe5 100644 --- a/charts/tautulli/Chart.yaml +++ b/charts/tautulli/Chart.yaml @@ -14,8 +14,18 @@ sources: maintainers: - name: DirtyCajunRice email: nick@cajun.pro + url: https://github.com/dirtycajunrice dependencies: - name: media-common repository: https://k8s-at-home.com/charts/ version: ^1.0.0 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