Skip to content

Commit

Permalink
OPSEXP-2301 Bump readme template in ATS chart (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jan 8, 2024
1 parent 46003dc commit 8e6b8b3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-transform-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: alfresco-transform-service
description: A Helm chart for deploying Alfresco Transform Services
type: application
version: 1.0.0-alpha.0
version: 1.0.0-alpha.1
appVersion: 4.0.1
dependencies:
- name: alfresco-common
Expand Down
7 changes: 3 additions & 4 deletions charts/alfresco-transform-service/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# alfresco-transform-service

![Version: 1.0.0-alpha.0](https://img.shields.io/badge/Version-1.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)
![Version: 1.0.0-alpha.1](https://img.shields.io/badge/Version-1.0.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)

A Helm chart for deploying Alfresco Transform Services

Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/README.md) for an example of how to leverage this chart from an umbrella chart.

## Requirements

| Repository | Name | Version |
Expand Down Expand Up @@ -283,6 +285,3 @@ A Helm chart for deploying Alfresco Transform Services
| transformrouter.tolerations | list | `[]` | |
| transformrouter.volumeMounts | list | `[]` | |
| transformrouter.volumes | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
18 changes: 18 additions & 0 deletions charts/alfresco-transform-service/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}

{{ template "chart.description" . }}

Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/README.md) for an example of how to leverage this chart from an umbrella chart.

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

0 comments on commit 8e6b8b3

Please sign in to comment.