Skip to content

Commit

Permalink
Fix Flaresolverr default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brandan-schmitz committed Jan 27, 2024
1 parent 8a65044 commit ee80a24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/flaresolverr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ home: https://github.com/brandan-schmitz/helm-charts/flaresolverr
sources:
- https://github.com/FlareSolverr/FlareSolverr
icon: file://icon.svg
version: 1.2.1
version: 1.2.2
appVersion: 3.3.13
2 changes: 1 addition & 1 deletion charts/flaresolverr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flaresolverr

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.13](https://img.shields.io/badge/AppVersion-3.3.13-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.13](https://img.shields.io/badge/AppVersion-3.3.13-informational?style=flat-square)

FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.

Expand Down
2 changes: 2 additions & 0 deletions charts/flaresolverr/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{{ if not .Values.global.nameOverride }}
global:
nameOverride: "{{ .Release.Name }}"
image:
tag: "{{ default (printf "v%s" .Chart.AppVersion) .Values.image.tag }}"
{{ end }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "app-template.hardcodedValues" . | fromYaml) -}}
Expand Down

0 comments on commit ee80a24

Please sign in to comment.