diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 4369413c4..18a2db8bb 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -3,7 +3,7 @@ name: Create Release on: push: tags: - - '7.15.6' + - '7.15.7' env: CHART_DIR: "helm/alfresco-process-infrastructure" diff --git a/helm/alfresco-process-infrastructure/Chart.yaml b/helm/alfresco-process-infrastructure/Chart.yaml index 86dbd2832..3076b37de 100644 --- a/helm/alfresco-process-infrastructure/Chart.yaml +++ b/helm/alfresco-process-infrastructure/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: alfresco-process-infrastructure -version: 7.15.6 +version: 7.15.7 appVersion: 7.15.0 kubeVersion: '>=1.15.0-0' description: A Helm chart for Alfresco Activiti Enterprise infrastructure diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md index 4df8beadf..d9f2f39da 100644 --- a/helm/alfresco-process-infrastructure/README.md +++ b/helm/alfresco-process-infrastructure/README.md @@ -1,6 +1,6 @@ # alfresco-process-infrastructure -![Version: 7.15.6](https://img.shields.io/badge/Version-7.15.6-informational?style=flat-square) ![AppVersion: 7.15.0](https://img.shields.io/badge/AppVersion-7.15.0-informational?style=flat-square) +![Version: 7.15.7](https://img.shields.io/badge/Version-7.15.7-informational?style=flat-square) ![AppVersion: 7.15.0](https://img.shields.io/badge/AppVersion-7.15.0-informational?style=flat-square) A Helm chart for Alfresco Activiti Enterprise infrastructure @@ -43,7 +43,7 @@ Kubernetes: `>=1.15.0-0` | alfresco-admin-app.extraEnv | string | `"- name: APP_ALLOW_CUSTOM_RESOURCES\n value: \"{{ .Values.applications.allowCustomResources }}\"\n{{- if .Values.global.acs.enabled }}\n- name: APP_CONFIG_ECM_HOST\n value: '{{ template \"alfresco-process-infrastructure.acs-url\" . }}'\n{{- else }}\n- name: APP_CONFIG_PROVIDER\n value: BPM\n{{- end }}"` | | | alfresco-admin-app.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | | -| alfresco-admin-app.image.tag | string | `"7.15.2"` | | +| alfresco-admin-app.image.tag | string | `"7.15.3"` | | | alfresco-admin-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | | | alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | | diff --git a/helm/alfresco-process-infrastructure/values.yaml b/helm/alfresco-process-infrastructure/values.yaml index 1377749a6..5412da2e2 100644 --- a/helm/alfresco-process-infrastructure/values.yaml +++ b/helm/alfresco-process-infrastructure/values.yaml @@ -1083,7 +1083,7 @@ alfresco-admin-app: nameOverride: alfresco-admin-app image: repository: quay.io/alfresco/alfresco-admin-app - tag: 7.15.2 + tag: 7.15.3 pullPolicy: IfNotPresent service: name: admin-app