Skip to content

Commit

Permalink
Prepare release 7.15.7 with Admin app 7.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesty committed Jul 31, 2024
1 parent cfce9a9 commit 6ff9687
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- '7.15.6'
- '7.15.7'

env:
CHART_DIR: "helm/alfresco-process-infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ff9687

Please sign in to comment.