Skip to content

Commit

Permalink
Add an index.md file for the site
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Sep 13, 2024
1 parent 85f2925 commit 00436d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Helm chart repository for gcpFilestoreBackups

This is a bare Helm chart repository specifically for the gcpFilestoreBackups chart.

{% for chartmap in site.data.index.entries %}
## Releases: {{ chartmap[0] }}

| Version | Date | App. version |
|---------|------|---------------------|
{%- assign sortedcharts = chartmap[1] | sort: 'created' | reverse %}
{%- for chart in sortedcharts %}
| [{{ chart.version }}]({{ chart.urls[0] }}) | {{ chart.created | date_to_long_string }} | {{ chart.appVersion }} |
{%- endfor %}
{%- endfor %}

0 comments on commit 00436d0

Please sign in to comment.