Skip to content

Commit

Permalink
AAE-4185 7.1.0-A13 intermediate release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori authored Dec 3, 2020
1 parent 0519546 commit 63a940e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: alfresco-process-infrastructure
version: 7.1.0-M11
appVersion: 7.1.0-M11
version: 7.1.0-A13
appVersion: 7.1.0-A13
kubeVersion: '>=1.15.0-0'
description: A Helm chart for Alfresco Activiti Enterprise infrastructure
keywords:
Expand Down
12 changes: 6 additions & 6 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.1.0-M11](https://img.shields.io/badge/Version-7.1.0--M11-informational?style=flat-square) ![AppVersion: 7.1.0-M11](https://img.shields.io/badge/AppVersion-7.1.0--M11-informational?style=flat-square)
![Version: 7.1.0-A13](https://img.shields.io/badge/Version-7.1.0--A13-informational?style=flat-square) ![AppVersion: 7.1.0-A13](https://img.shields.io/badge/AppVersion-7.1.0--A13-informational?style=flat-square)

A Helm chart for Alfresco Activiti Enterprise infrastructure

Expand Down Expand Up @@ -37,7 +37,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{{- end }}"` | |
| alfresco-admin-app.image.pullPolicy | string | `"Always"` | |
| alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | |
| alfresco-admin-app.image.tag | string | `"develop"` | |
| alfresco-admin-app.image.tag | string | `"7.1.0-A13"` | |
| alfresco-admin-app.ingress.hostName | string | `nil` | |
| alfresco-admin-app.ingress.path | string | `"/admin"` | |
| alfresco-admin-app.nameOverride | string | `"alfresco-admin-app"` | |
Expand All @@ -49,7 +49,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.applications.connectors.emailConnector.username | string | `""` | email username |
| alfresco-deployment-service.applications.database.external | bool | `true` | |
| alfresco-deployment-service.applications.image.pullPolicy | string | `"Always"` | default pull policy for all images used in application |
| alfresco-deployment-service.applications.image.tag | string | `"develop"` | default tag for all images used in application |
| alfresco-deployment-service.applications.image.tag | string | `"7.1.0-A13"` | default tag for all images used in application |
| 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 @@ -66,7 +66,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.extraVolumes | string | `"- name: config\n configMap:\n name: {{ .Release.Name }}-deployment-config\n defaultMode: 0744\n- name: license\n secret:\n secretName: licenseaps"` | |
| alfresco-deployment-service.image.pullPolicy | string | `"Always"` | |
| alfresco-deployment-service.image.repository | string | `"quay.io/alfresco/alfresco-deployment-service"` | |
| alfresco-deployment-service.image.tag | string | `"develop"` | |
| alfresco-deployment-service.image.tag | string | `"7.1.0-A13"` | |
| alfresco-deployment-service.ingress.enabled | bool | `true` | |
| alfresco-deployment-service.ingress.path | string | `"/deployment-service"` | |
| alfresco-deployment-service.nameOverride | string | `"alfresco-deployment-service"` | |
Expand Down Expand Up @@ -294,7 +294,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| alfresco-modeling-app.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-app.image.repository | string | `"quay.io/alfresco/alfresco-modeling-app"` | |
| alfresco-modeling-app.image.tag | string | `"develop"` | |
| alfresco-modeling-app.image.tag | string | `"7.1.0-A13"` | |
| alfresco-modeling-app.ingress.path | string | `"/modeling"` | |
| alfresco-modeling-app.nameOverride | string | `"alfresco-modeling-app"` | |
| alfresco-modeling-service.activiti.keycloak.clientPassword | string | `"client"` | activiti keycloak client password |
Expand All @@ -307,7 +307,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-service.extraVolumes | string | `"- name: license\n secret:\n secretName: licenseaps"` | |
| alfresco-modeling-service.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-service.image.repository | string | `"quay.io/alfresco/alfresco-modeling-service"` | |
| alfresco-modeling-service.image.tag | string | `"develop"` | |
| alfresco-modeling-service.image.tag | string | `"7.1.0-A13"` | |
| alfresco-modeling-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$1"` | |
| alfresco-modeling-service.ingress.enabled | bool | `true` | |
| alfresco-modeling-service.ingress.path | string | `""` | |
Expand Down
10 changes: 5 additions & 5 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ alfresco-modeling-service:
readOnly: true
image:
repository: quay.io/alfresco/alfresco-modeling-service
tag: develop
tag: 7.1.0-A13
pullPolicy: Always
postgres:
enabled: true
Expand Down Expand Up @@ -446,7 +446,7 @@ alfresco-modeling-app:
path: /modeling
image:
repository: quay.io/alfresco/alfresco-modeling-app
tag: develop
tag: 7.1.0-A13
pullPolicy: Always
env:
APP_CONFIG_AUTH_TYPE: OAUTH
Expand All @@ -461,7 +461,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
tag: develop
tag: 7.1.0-A13
pullPolicy: Always
postgres:
# workaround to use the namespace qualified postgres hostname
Expand All @@ -472,7 +472,7 @@ alfresco-deployment-service:
applications:
image:
# alfresco-deployment-service.applications.image.tag -- default tag for all images used in application
tag: develop
tag: 7.1.0-A13
# alfresco-deployment-service.applications.image.pullPolicy -- default pull policy for all images used in application
pullPolicy: Always
maxNumber: 20
Expand Down Expand Up @@ -665,7 +665,7 @@ alfresco-admin-app:
path: /admin
image:
repository: quay.io/alfresco/alfresco-admin-app
tag: develop
tag: 7.1.0-A13
pullPolicy: Always
applications:
allowCustomResources: true
Expand Down

0 comments on commit 63a940e

Please sign in to comment.