Skip to content

Commit 21c7bae

Browse files
committed
chore: updates pre-commit hook version
1 parent 0dc6df7 commit 21c7bae

File tree

10 files changed

+7
-13
lines changed

10 files changed

+7
-13
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/norwoodj/helm-docs
3-
rev: v0.8.0
3+
rev: v1.2.0
44
hooks:
55
- id: helm-docs
66
args:

example-charts/custom-template/README.md.gotmpl

+2
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ $ helm install my-release foo-bar/{{ template "chart.name" . }}
2525
{{ template "chart.requirementsSection" . }}
2626

2727
{{ template "chart.valuesSection" . }}
28+
29+
{{ template "helm-docs.versionFooter" . }}

example-charts/full-template/README.md.gotmpl

+2
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@
103103
## `chart.valuesSection`
104104

105105
{{ template "chart.valuesSection" . }}
106+
107+
{{ template "helm-docs.versionFooter" . }}

example-charts/helm-3/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ A simple wrapper around the stable/nginx-ingress chart that adds a few of our co
4040
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service |
4141
| controller.service.type | string | `"LoadBalancer"` | |
4242

43-
----------------------------------------------
44-
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)

example-charts/most-empty/README.md.gotmpl

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ There is a flower though:
1212
{{ template "chart.requirementsSection" . }}
1313

1414
{{ template "chart.valuesSection" . }}
15+
16+
{{ template "helm-docs.versionFooter" . }}

example-charts/nginx-ingress-but-auto-comments/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ A simple wrapper around the stable/nginx-ingress chart that adds a few of our co
4040
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service |
4141
| controller.service.type | string | `"LoadBalancer"` | |
4242

43-
----------------------------------------------
44-
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)

example-charts/nginx-ingress/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ A simple wrapper around the stable/nginx-ingress chart that adds a few of our co
4040
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service |
4141
| controller.service.type | string | `"LoadBalancer"` | |
4242

43-
----------------------------------------------
44-
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)

example-charts/no-requirements/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ A simple chart that installs, let's say PrometheusRules, that needs no sub-chart
2525
| rules.statusCodes.codes.5xx.duration | string | `"5m"` | Duration for which the percent of 5xx responses must be above the threshold to alert |
2626
| rules.statusCodes.codes.5xx.threshold | float | `1.5` | Threshold percentage of 5xx responses above which the alert will fire |
2727

28-
----------------------------------------------
29-
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)

example-charts/special-characters-but-auto-comments/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ A chart demonstrating handling of special characters in values files
2626
| htmlSnippets.three | string | `"<html><head></head></html>"` | Another description |
2727
| htmlSnippets.two | string | `""` | Let's put it in the description <html></html> |
2828

29-
----------------------------------------------
30-
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)

example-charts/special-characters/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ A chart demonstrating handling of special characters in values files
2626
| htmlSnippets.three | string | `"<html><head></head></html>"` | Another description |
2727
| htmlSnippets.two | string | `""` | Let's put it in the description <html></html> |
2828

29-
----------------------------------------------
30-
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)

0 commit comments

Comments
 (0)