Skip to content

Commit

Permalink
fix wrong defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Bernard Gütermann <[email protected]>
  • Loading branch information
bernardgut committed Sep 20, 2024
1 parent 63032fb commit 33f94e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/k8s-mediamanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: k8s-mediamanager
description: Kubernetes media manager helm chart based on onedr0p rootless images
type: application
version: 1.2.0
appVersion: "1.2.0"
version: 1.2.1
appVersion: "1.2.1"
2 changes: 1 addition & 1 deletion charts/k8s-mediamanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ transmission:
nodeSelector: {}
port:
rpc: 9091
peer: 51413
peer: 11413
service:
rpc:
type: ClusterIP # ClusterIP, NodePort, LoadBalancer
Expand Down

0 comments on commit 33f94e4

Please sign in to comment.