Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.
Open
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 charts/stable/ser2sock/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
version: 4.5.0
annotations:
artifacthub.io/changes: |-
- kind: changed
Expand Down
2 changes: 2 additions & 0 deletions charts/stable/ser2sock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ env:
# @default -- See values.yaml
service:
main:
type: ClusterIP
clusterIP: None
ports:
http:
enabled: false
Expand Down