From 63a557ab3bc918f82a809bd62487894c7c8e793a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sat, 12 Jun 2021 05:34:35 -0700 Subject: [PATCH] [flaresolverr] Migrate to common v3 (#990) 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/flaresolverr/Chart.yaml | 6 ++-- charts/stable/flaresolverr/README.md | 32 ++++++++++++------- .../flaresolverr/README_CHANGELOG.md.gotmpl | 14 ++++++-- charts/stable/flaresolverr/values.yaml | 30 +++++++++++------ 4 files changed, 56 insertions(+), 26 deletions(-) diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index ae4f0b8e..411d3680 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v1.2.3 +appVersion: v1.2.8 description: FlareSolverr is a proxy server to bypass Cloudflare protection name: flaresolverr -version: 3.4.0 +version: 4.0.0 kubeVersion: ">=1.16.0-0" keywords: - flaresolverr @@ -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/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index 5eaca215..0234b86f 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -1,6 +1,6 @@ # flaresolverr -![Version: 3.4.0](https://img.shields.io/badge/Version-3.4.0-informational?style=flat-square) ![AppVersion: v1.2.3](https://img.shields.io/badge/AppVersion-v1.2.3-informational?style=flat-square) +![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: v1.2.8](https://img.shields.io/badge/AppVersion-v1.2.8-informational?style=flat-square) FlareSolverr is a proxy server to bypass Cloudflare protection @@ -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,13 +76,13 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"flaresolverr/flaresolverr"` | | -| image.tag | string | `"v1.2.3"` | | -| ingress.enabled | bool | `false` | | -| service.port.port | int | `8191` | | -| strategy.type | string | `"Recreate"` | | +| env | object | See below | environment variables. See more environment variables in the [flaresolverr documentation](https://github.com/FlareSolverr/FlareSolverr#environment-variables). | +| env.TZ | string | `"UTC"` | Set the container timezone | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | +| image.repository | string | `"ghcr.io/flaresolverr/flaresolverr"` | image repository | +| image.tag | string | `"v1.2.8"` | image tag | +| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | +| service | object | See values.yaml | Configures service settings for the chart. | ## Changelog @@ -90,6 +90,15 @@ 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). +### [4.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 `v1.2.8`. +- Changed image repository to `ghcr.io/flaresolverr/flaresolverr`. + ### [3.3.2] #### Added @@ -118,8 +127,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[3.3.2]: #3.3.2 -[1.0.0]: #1.0.0 +[4.0.0]: #400 +[3.3.2]: #332 +[1.0.0]: #100 ## Support diff --git a/charts/stable/flaresolverr/README_CHANGELOG.md.gotmpl b/charts/stable/flaresolverr/README_CHANGELOG.md.gotmpl index 7d225fae..de8c7323 100644 --- a/charts/stable/flaresolverr/README_CHANGELOG.md.gotmpl +++ b/charts/stable/flaresolverr/README_CHANGELOG.md.gotmpl @@ -9,6 +9,15 @@ 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). +### [4.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 `v1.2.8`. +- Changed image repository to `ghcr.io/flaresolverr/flaresolverr`. + ### [3.3.2] #### Added @@ -37,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[3.3.2]: #3.3.2 -[1.0.0]: #1.0.0 +[4.0.0]: #400 +[3.3.2]: #332 +[1.0.0]: #100 {{- end -}} diff --git a/charts/stable/flaresolverr/values.yaml b/charts/stable/flaresolverr/values.yaml index 69555fd7..a0148736 100644 --- a/charts/stable/flaresolverr/values.yaml +++ b/charts/stable/flaresolverr/values.yaml @@ -6,19 +6,29 @@ # image: - repository: flaresolverr/flaresolverr + # -- image repository + repository: ghcr.io/flaresolverr/flaresolverr + # -- image pull policy pullPolicy: IfNotPresent - tag: v1.2.3 + # -- image tag + tag: v1.2.8 -strategy: - type: Recreate - -env: {} - # LOG_LEVEL: UTC +# -- environment variables. See more environment variables in the [flaresolverr documentation](https://github.com/FlareSolverr/FlareSolverr#environment-variables). +# @default -- See below +env: + # -- Set the container timezone + TZ: UTC +# -- Configures service settings for the chart. +# @default -- See values.yaml service: - port: - port: 8191 + main: + ports: + http: + port: 8191 ingress: - enabled: false + # -- Enable and configure ingress settings for the chart under this key. + # @default -- See values.yaml + main: + enabled: false