Skip to content

Commit

Permalink
Prepare release 7.15.8 with Deployment Service 7.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jesty committed Oct 16, 2024
1 parent 6ff9687 commit b6c145c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.7'
- '7.15.8'

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.7
version: 7.15.8
appVersion: 7.15.0
kubeVersion: '>=1.15.0-0'
description: A Helm chart for Alfresco Activiti Enterprise infrastructure
Expand Down
6 changes: 3 additions & 3 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.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)
![Version: 7.15.8](https://img.shields.io/badge/Version-7.15.8-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 @@ -76,7 +76,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.applications.datadog.metrics.enabled | bool | `true` | enables application Datadog metrics observability. |
| alfresco-deployment-service.applications.image.pullPolicy | string | `"Always"` | default pull policy for all application images |
| alfresco-deployment-service.applications.image.pullSecretName | string | `"quay-registry-secret"` | pull secret name for all application images |
| alfresco-deployment-service.applications.image.tag | string | `"7.15.2"` | default tag for all application images |
| alfresco-deployment-service.applications.image.tag | string | `"7.15.3"` | default tag for all application images |
| alfresco-deployment-service.applications.maxNumber | int | 20 applications can be deployed by default | maximum number of application can be deployed |
| alfresco-deployment-service.applications.processStorageService.clientSecret | string | `"08102f0f-025c-4226-8a3e-674343bff231"` | client secret for process storage |
| alfresco-deployment-service.applications.rabbitmq.admin.url | string | `""` | RabbitMQ admin URL, derived from host if not set |
Expand All @@ -96,7 +96,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.extraVolumes | string | `"- name: config\n configMap:\n name: {{ .Release.Name }}-deployment-config\n defaultMode: 0744"` | |
| alfresco-deployment-service.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-deployment-service.image.repository | string | `"quay.io/alfresco/alfresco-deployment-service"` | |
| alfresco-deployment-service.image.tag | string | `"7.15.3"` | |
| alfresco-deployment-service.image.tag | string | `"7.15.4"` | |
| alfresco-deployment-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-deployment-service.ingress.enabled | bool | `true` | |
| alfresco-deployment-service.ingress.path | string | `"/deployment-service"` | |
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
tag: 7.15.3
tag: 7.15.4
pullPolicy: IfNotPresent
postgresql:
enabled: true
Expand All @@ -711,7 +711,7 @@ alfresco-deployment-service:
applications:
image:
# alfresco-deployment-service.applications.image.tag -- default tag for all application images
tag: 7.15.2
tag: 7.15.3
# alfresco-deployment-service.applications.image.pullPolicy -- default pull policy for all application images
pullPolicy: Always
# alfresco-deployment-service.applications.image.pullSecretName -- pull secret name for all application images
Expand Down

0 comments on commit b6c145c

Please sign in to comment.