From 73387a39878497f5ca92507daddf339502cb6c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sun, 13 Jun 2021 00:15:19 -0700 Subject: [PATCH] [freshrss] Migrate to common v3 (#998) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- charts/stable/freshrss/Chart.yaml | 6 +-- charts/stable/freshrss/README.md | 36 +++++++++++------- .../freshrss/README_CHANGELOG.md.gotmpl | 13 ++++++- charts/stable/freshrss/values.yaml | 38 ++++++++++++------- 4 files changed, 62 insertions(+), 31 deletions(-) diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index b1828ddc..ef127b71 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.17.0 +appVersion: 1.18.1 description: FreshRSS is a self-hosted RSS feed aggregator name: freshrss -version: 4.4.0 +version: 5.0.0 kubeVersion: ">=1.16.0-0" keywords: - freshrss @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.5.0 + version: 3.0.2 diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index 00f50fb1..8056cc07 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -1,6 +1,6 @@ # freshrss -![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square) +![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square) FreshRSS is a self-hosted RSS feed aggregator @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.5.0 | +| https://library-charts.k8s-at-home.com | common | 3.0.2 | ## TL;DR @@ -76,15 +76,16 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"linuxserver/freshrss"` | | -| image.tag | string | `"version-1.17.0"` | | -| ingress.enabled | bool | `false` | | -| persistence.config.emptyDir.enabled | bool | `false` | | -| persistence.config.enabled | bool | `false` | | -| service.port.port | int | `80` | | -| strategy.type | string | `"Recreate"` | | +| env | object | See below | environment variables. See more environment variables in the [freshrss documentation](https://github.com/linuxserver/docker-freshrss#parameters). | +| env.PGID | string | `"1001"` | Set the container group id | +| env.PUID | string | `"1001"` | Set the container user id | +| env.TZ | string | `"UTC"` | Set the container timezone | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | +| image.repository | string | `"linuxserver/freshrss"` | image repository | +| image.tag | string | `"version-1.18.1"` | image tag | +| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | +| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | +| service | object | See values.yaml | Configures service settings for the chart. | ## Changelog @@ -92,6 +93,14 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [5.0.0] + +#### Changed + +- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored). + Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values. +- Changed image tag to `version-1.18.1`. + ### [4.3.2] #### Added @@ -120,8 +129,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[4.3.2]: #4.3.2 -[1.0.0]: #1.0.0 +[5.0.0]: #500 +[4.3.2]: #432 +[1.0.0]: #100 ## Support diff --git a/charts/stable/freshrss/README_CHANGELOG.md.gotmpl b/charts/stable/freshrss/README_CHANGELOG.md.gotmpl index 4bd384e3..a1d8cb13 100644 --- a/charts/stable/freshrss/README_CHANGELOG.md.gotmpl +++ b/charts/stable/freshrss/README_CHANGELOG.md.gotmpl @@ -9,6 +9,14 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [5.0.0] + +#### Changed + +- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored). + Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values. +- Changed image tag to `version-1.18.1`. + ### [4.3.2] #### Added @@ -37,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[4.3.2]: #4.3.2 -[1.0.0]: #1.0.0 +[5.0.0]: #500 +[4.3.2]: #432 +[1.0.0]: #100 {{- end -}} diff --git a/charts/stable/freshrss/values.yaml b/charts/stable/freshrss/values.yaml index fe4040e5..1c83e22d 100644 --- a/charts/stable/freshrss/values.yaml +++ b/charts/stable/freshrss/values.yaml @@ -6,27 +6,39 @@ # image: + # -- image repository repository: linuxserver/freshrss + # -- image pull policy pullPolicy: IfNotPresent - tag: version-1.17.0 + # -- image tag + tag: version-1.18.1 -strategy: - type: Recreate - -env: {} - # TZ: UTC - # PUID: 1001 - # PGID: 1001 +# -- environment variables. See more environment variables in the [freshrss documentation](https://github.com/linuxserver/docker-freshrss#parameters). +# @default -- See below +env: + # -- Set the container timezone + TZ: UTC + # -- Set the container user id + PUID: "1001" + # -- Set the container group id + PGID: "1001" +# -- Configures service settings for the chart. +# @default -- See values.yaml service: - port: - port: 80 + main: + ports: + http: + port: 80 ingress: - enabled: false + # -- Enable and configure ingress settings for the chart under this key. + # @default -- See values.yaml + main: + enabled: false +# -- Configure persistence settings for the chart under this key. +# @default -- See values.yaml persistence: config: enabled: false - emptyDir: - enabled: false