mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-01 10:35:23 +00:00
Compare commits
2 Commits
cinny-1.0.
...
freshrss-0
Author | SHA1 | Date | |
---|---|---|---|
1737e1b68d | |||
0e9277e4cb |
@ -23,10 +23,10 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.3.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "1.20.2"
|
||||
appVersion: "1.21.0"
|
||||
|
@ -42,6 +42,10 @@ spec:
|
||||
value: {{ .Values.freshrss.timezone }}
|
||||
- name: FRESHRSS_ENV
|
||||
value: {{ .Values.freshrss.freshEnv }}
|
||||
{{- if .Values.freshrss.cron.enabled }}
|
||||
- name: CRON_MIN
|
||||
value: {{ .Values.freshrss.cron.cronMin }}
|
||||
{{- end }}
|
||||
{{- if .Values.freshrss.autoInstall.enabled }}
|
||||
- name: FRESHRSS_INSTALL
|
||||
value: |-
|
||||
|
@ -10,7 +10,7 @@ image:
|
||||
repository: freshrss/freshrss
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "1.20.2"
|
||||
tag: ""
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@ -59,6 +59,9 @@ freshrss:
|
||||
user: admin
|
||||
password: admin
|
||||
email: admin@example.com
|
||||
cron:
|
||||
enabled: false
|
||||
cronMin: "13,43" # Minute(s) past the hour to run cron
|
||||
|
||||
persistence:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user