Skip to content

Commit

Permalink
Fixed linting issues and added more metadata to charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilde committed Nov 20, 2020
1 parent 8ed291e commit e0c2d13
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 46 deletions.
9 changes: 9 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
extends: default

rules:
line-length:
max: 120
level: warning
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
30 changes: 10 additions & 20 deletions charts/installer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
apiVersion: v2
appVersion: 0.2.9
version: 0.1.5
name: installer
description: Quickly install pre-compiled binaries from Github releases.
home: "https://github.com/nicholaswilde/helm-charts/tree/main/charts/installer"

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.2.9

keywords:
- installer
sources:
- https://github.com/jpillora/installer
- https://hub.docker.com/r/nicholaswilde/installer
maintainers:
- name: Nicholas Wilde
email: [email protected]
30 changes: 10 additions & 20 deletions charts/transmission/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
---
apiVersion: v2
appVersion: 3.00
version: 0.1.5
name: transmission
description: A Fast, Easy, and Free BitTorrent Client.
home: "https://github.com/nicholaswilde/helm-charts/tree/main/charts/transmission"

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 3.00
home: "https://github.com/nicholaswilde/helm-charts/tree/main/charts/transmission"
keywords:
- transmission
- bittorrent
maintainers:
- name: Nicholas Wilde
email: [email protected]
13 changes: 7 additions & 6 deletions charts/transmission/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Default values for transmission.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down Expand Up @@ -52,12 +53,12 @@ service:
port: 9091
protocol: TCP
additionalPorts:
- name: "51413-tcp"
port: 51413
protocol: TCP
- name: "51412-udp"
port: 51413
protocol: UDP
- name: "51413-tcp"
port: 51413
protocol: TCP
- name: "51412-udp"
port: 51413
protocol: UDP

ingress:
enabled: true
Expand Down

0 comments on commit e0c2d13

Please sign in to comment.