Skip to content

Commit

Permalink
OPSEXP-2444 Release v0.3.0 msteams chart (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jan 17, 2024
1 parent 54ebc09 commit f22f3d9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/alfresco-connector-msteams/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions charts/alfresco-connector-msteams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
9 changes: 4 additions & 5 deletions charts/alfresco-connector-msteams/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
18 changes: 18 additions & 0 deletions charts/alfresco-connector-msteams/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 f22f3d9

Please sign in to comment.