Skip to content

Commit

Permalink
chore: updates pre-commit hook version
Browse files Browse the repository at this point in the history
  • Loading branch information
norwoodj committed Oct 4, 2020
1 parent 0dc6df7 commit 21c7bae
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v0.8.0
rev: v1.2.0
hooks:
- id: helm-docs
args:
Expand Down
2 changes: 2 additions & 0 deletions example-charts/custom-template/README.md.gotmpl
Expand Up @@ -25,3 +25,5 @@ $ helm install my-release foo-bar/{{ template "chart.name" . }}
{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}
2 changes: 2 additions & 0 deletions example-charts/full-template/README.md.gotmpl
Expand Up @@ -103,3 +103,5 @@
## `chart.valuesSection`

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}
2 changes: 0 additions & 2 deletions example-charts/helm-3/README.md
Expand Up @@ -40,5 +40,3 @@ A simple wrapper around the stable/nginx-ingress chart that adds a few of our co
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service |
| controller.service.type | string | `"LoadBalancer"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)
2 changes: 2 additions & 0 deletions example-charts/most-empty/README.md.gotmpl
Expand Up @@ -12,3 +12,5 @@ There is a flower though:
{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}
2 changes: 0 additions & 2 deletions example-charts/nginx-ingress-but-auto-comments/README.md
Expand Up @@ -40,5 +40,3 @@ A simple wrapper around the stable/nginx-ingress chart that adds a few of our co
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service |
| controller.service.type | string | `"LoadBalancer"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)
2 changes: 0 additions & 2 deletions example-charts/nginx-ingress/README.md
Expand Up @@ -40,5 +40,3 @@ A simple wrapper around the stable/nginx-ingress chart that adds a few of our co
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service |
| controller.service.type | string | `"LoadBalancer"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)
2 changes: 0 additions & 2 deletions example-charts/no-requirements/README.md
Expand Up @@ -25,5 +25,3 @@ A simple chart that installs, let's say PrometheusRules, that needs no sub-chart
| rules.statusCodes.codes.5xx.duration | string | `"5m"` | Duration for which the percent of 5xx responses must be above the threshold to alert |
| rules.statusCodes.codes.5xx.threshold | float | `1.5` | Threshold percentage of 5xx responses above which the alert will fire |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)
2 changes: 0 additions & 2 deletions example-charts/special-characters-but-auto-comments/README.md
Expand Up @@ -26,5 +26,3 @@ A chart demonstrating handling of special characters in values files
| htmlSnippets.three | string | `"<html><head></head></html>"` | Another description |
| htmlSnippets.two | string | `""` | Let's put it in the description <html></html> |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.1.0](https://github.com/norwoodj/helm-docs/releases/1.1.0)
2 changes: 0 additions & 2 deletions example-charts/special-characters/README.md
Expand Up @@ -26,5 +26,3 @@ A chart demonstrating handling of special characters in values files
| htmlSnippets.three | string | `"<html><head></head></html>"` | Another description |
| htmlSnippets.two | string | `""` | Let's put it in the description <html></html> |

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

0 comments on commit 21c7bae

Please sign in to comment.