diff --git a/charts/alfresco-repository/Chart.yaml b/charts/alfresco-repository/Chart.yaml index 001e16f57..74fffc3d3 100644 --- a/charts/alfresco-repository/Chart.yaml +++ b/charts/alfresco-repository/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: alfresco-repository description: Alfresco content repository Helm chart type: application -version: 0.1.0-alpha.17 +version: 0.1.0-alpha.18 appVersion: 23.1.0-A21 dependencies: - name: alfresco-common diff --git a/charts/alfresco-repository/README.md b/charts/alfresco-repository/README.md index b09af54e1..9c6467f7f 100644 --- a/charts/alfresco-repository/README.md +++ b/charts/alfresco-repository/README.md @@ -1,6 +1,6 @@ # alfresco-repository -![Version: 0.1.0-alpha.17](https://img.shields.io/badge/Version-0.1.0--alpha.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.0-A21](https://img.shields.io/badge/AppVersion-23.1.0--A21-informational?style=flat-square) +![Version: 0.1.0-alpha.18](https://img.shields.io/badge/Version-0.1.0--alpha.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.0-A21](https://img.shields.io/badge/AppVersion-23.1.0--A21-informational?style=flat-square) Alfresco content repository Helm chart @@ -85,6 +85,8 @@ Alfresco content repository Helm chart | ingress.enabled | bool | `true` | Toggle ingress | | ingress.hosts[0].paths[0].path | string | `"/"` | | | ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | +| ingress.hosts[0].paths[1].path | string | `"/api-explorer"` | | +| ingress.hosts[0].paths[1].pathType | string | `"Prefix"` | | | ingress.tls | list | `[]` | | | livenessProbe.httpGet.path | string | `"/alfresco/api/-default-/public/alfresco/versions/1/probes/-live-"` | | | livenessProbe.httpGet.port | string | `"http"` | | diff --git a/charts/alfresco-repository/values.yaml b/charts/alfresco-repository/values.yaml index 5e44fbce6..d5a23f3ad 100644 --- a/charts/alfresco-repository/values.yaml +++ b/charts/alfresco-repository/values.yaml @@ -244,6 +244,8 @@ ingress: - paths: - path: / pathType: Prefix + - path: /api-explorer + pathType: Prefix tls: [] # - secretName: chart-example-tls # hosts: