mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-01 18:39:03 +00:00
Compare commits
2 Commits
jellyfin-0
...
cinny-2.1.
Author | SHA1 | Date | |
---|---|---|---|
0ba7640c12 | |||
59da75e15d |
@ -22,10 +22,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: 2.0.0
|
||||
version: 2.1.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: "v3.0.0"
|
||||
appVersion: "v3.1.0"
|
||||
|
@ -25,7 +25,7 @@ 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.2.1
|
||||
version: 0.2.2
|
||||
|
||||
# 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
|
||||
|
@ -48,7 +48,7 @@ spec:
|
||||
port: http
|
||||
periodSeconds: 10
|
||||
failureThreshold: 6
|
||||
{{- if .Values.jellyfin.publishedServerUrl -}}
|
||||
{{- if .Values.jellyfin.publishedServerUrl }}
|
||||
env:
|
||||
- name: JELLYFIN_PublishedServerUrl
|
||||
value: {{ .Values.jellyfin.publishedServerUrl }}
|
||||
|
Reference in New Issue
Block a user