Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion transmission/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: '1.0.3'
version: '1.0.4'

# 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
Expand Down
10 changes: 8 additions & 2 deletions transmission/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
description: Transmission is a cross-platform BitTorrent client
icon: https://file.bttcdn.com/appstore/transmission/icon.png
appid: transmission
version: '1.0.3'
version: '1.0.4'
title: Transmission
categories:
- Utilities_v112
Expand Down Expand Up @@ -100,10 +100,16 @@ options:
dependencies:
- name: olares
type: system
version: '>=1.10.1-0'
version: '>=1.12.1-0'
entrances:
- name: transmission-svc
port: 9091
host: transmission-svc
title: Transmission
icon: https://file.bttcdn.com/appstore/transmission/icon.png

provider:
- name: transmission-svc
entrance: transmission-svc
paths: ["/*"]
verbs: ["*"]
8 changes: 7 additions & 1 deletion transmission/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
selector:
matchLabels:
app: transmission
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down Expand Up @@ -109,6 +111,8 @@ spec:
protocol: UDP
targetPort: 51413

{{- if .Values.sysVersion }}
{{- if semverCompare "<1.12.1-0" (toString .Values.sysVersion) }}
---
apiVersion: sys.bytetrade.io/v1alpha1
kind: ProviderRegistry
Expand All @@ -128,4 +132,6 @@ spec:
- name: All
uri: /
status:
state: active
state: active
{{- end }}
{{- end }}