Skip to content

Commit

Permalink
Replaced --values with -f in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilde committed Nov 22, 2020
1 parent 4feabbe commit b5b89a1
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/README.templates.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ helm install {{ template "chart.name" . }} \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} --values values.yaml
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} -f values.yaml
```
{{- end -}}

Expand Down
2 changes: 1 addition & 1 deletion charts/gotify/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: 2.0.20
version: 0.1.4
version: 0.1.5
name: gotify
description: a simple server for sending and receiving messages
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/gotify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

a simple server for sending and receiving messages

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.20](https://img.shields.io/badge/AppVersion-2.0.20-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.20](https://img.shields.io/badge/AppVersion-2.0.20-informational?style=flat-square)

## TL;DR
```console
Expand Down Expand Up @@ -39,7 +39,7 @@ helm install gotify \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install gotify nicholaswilde/gotify --values values.yaml
helm install gotify nicholaswilde/gotify -f values.yaml
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion charts/gotify/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ helm install {{ template "chart.name" . }} \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} --values values.yaml
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} -f values.yaml
```
{{- end -}}

Expand Down
3 changes: 2 additions & 1 deletion charts/installer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
apiVersion: v2
appVersion: 0.2.9
version: 0.1.5
version: 0.1.6
name: installer
description: Quickly install pre-compiled binaries from Github releases.
home: "https://github.com/nicholaswilde/helm-charts/tree/main/charts/installer"
Expand Down
4 changes: 2 additions & 2 deletions charts/installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Quickly install pre-compiled binaries from Github releases.

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.9](https://img.shields.io/badge/AppVersion-0.2.9-informational?style=flat-square)
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.9](https://img.shields.io/badge/AppVersion-0.2.9-informational?style=flat-square)

## TL;DR
```console
Expand Down Expand Up @@ -39,7 +39,7 @@ helm install installer \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install installer nicholaswilde/installer --values values.yaml
helm install installer nicholaswilde/installer -f values.yaml
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion charts/installer/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ helm install {{ template "chart.name" . }} \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} --values values.yaml
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} -f values.yaml
```
{{- end -}}

Expand Down
5 changes: 4 additions & 1 deletion charts/transmission/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: 3.00
version: 0.1.6
version: 0.1.7
name: transmission
description: A Fast, Easy, and Free BitTorrent Client.
type: application
Expand All @@ -10,6 +10,9 @@ icon: "https://raw.githubusercontent.com/transmission/transmission/master/web/pu
keywords:
- transmission
- bittorrent
sources:
- https://transmissionbt.com/
- https://hub.docker.com/r/linuxserver/transmission
maintainers:
- name: Nicholas Wilde
email: [email protected]
4 changes: 2 additions & 2 deletions charts/transmission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Fast, Easy, and Free BitTorrent Client.

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.00](https://img.shields.io/badge/AppVersion-3.00-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.00](https://img.shields.io/badge/AppVersion-3.00-informational?style=flat-square)

## TL;DR
```console
Expand Down Expand Up @@ -39,7 +39,7 @@ helm install transmission \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install transmission nicholaswilde/transmission --values values.yaml
helm install transmission nicholaswilde/transmission -f values.yaml
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion charts/transmission/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ helm install {{ template "chart.name" . }} \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
For example,
```console
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} --values values.yaml
helm install {{ template "chart.name" . }} {{ template "helm.path" . }} -f values.yaml
```
{{- end -}}

Expand Down

0 comments on commit b5b89a1

Please sign in to comment.