diff --git a/charts/alfresco-connector-msteams/Chart.lock b/charts/alfresco-connector-msteams/Chart.lock index 6d817f50..1c7bd5b5 100644 --- a/charts/alfresco-connector-msteams/Chart.lock +++ b/charts/alfresco-connector-msteams/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.0.0 -digest: sha256:d06b86767c5716a7ac02252c31125a77277bb91d6bdbb9fa1fef295c84642c32 -generated: "2023-12-07T10:54:46.961503+05:30" + version: 3.1.0 +digest: sha256:9c28428c3dce7c46decd859744075a51482adc21b4c21427840695fcaa23039d +generated: "2024-01-16T15:34:59.092092+01:00" diff --git a/charts/alfresco-connector-msteams/Chart.yaml b/charts/alfresco-connector-msteams/Chart.yaml index a284336d..e979d358 100644 --- a/charts/alfresco-connector-msteams/Chart.yaml +++ b/charts/alfresco-connector-msteams/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: alfresco-connector-msteams description: A Helm chart for deploying Alfresco connector msteams service type: application -version: 0.3.0-alpha.0 -appVersion: "2.0.0" +version: 0.3.0 +appVersion: 2.0.0 dependencies: - name: alfresco-common - version: 3.0.0 + version: 3.1.0 repository: https://alfresco.github.io/alfresco-helm-charts/ diff --git a/charts/alfresco-connector-msteams/README.md b/charts/alfresco-connector-msteams/README.md index 574a6ccf..314a1c67 100644 --- a/charts/alfresco-connector-msteams/README.md +++ b/charts/alfresco-connector-msteams/README.md @@ -1,14 +1,16 @@ # alfresco-connector-msteams -![Version: 0.3.0-alpha.0](https://img.shields.io/badge/Version-0.3.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) +![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) A Helm chart for deploying Alfresco connector msteams service +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 | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.0 | ## Values @@ -59,6 +61,3 @@ A Helm chart for deploying Alfresco connector msteams service | teams.chat.filenameEnabled | bool | `true` | | | teams.chat.imageEnabled | bool | `true` | | | teams.chat.metadataEnabled | bool | `true` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/alfresco-connector-msteams/README.md.gotmpl b/charts/alfresco-connector-msteams/README.md.gotmpl new file mode 100644 index 00000000..0ad8b9e6 --- /dev/null +++ b/charts/alfresco-connector-msteams/README.md.gotmpl @@ -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" . }}