Skip to content

Commit 36a94b2

Browse files
Release 7.19.3
1 parent 5e958ce commit 36a94b2

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

helm/alfresco-process-application/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: alfresco-process-application
3-
version: 7.19.3-alpha.2
4-
appVersion: 7.19.3-SNAPSHOT
3+
version: 7.19.3
4+
appVersion: 7.19.3
55
kubeVersion: '>=1.15.0-0'
66
description: A Helm chart for an Alfresco Activiti Enterprise application
77
keywords:

helm/alfresco-process-application/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# alfresco-process-application
22

3-
![Version: 7.19.3-alpha.2](https://img.shields.io/badge/Version-7.19.3--alpha.2-informational?style=flat-square) ![AppVersion: 7.19.3-SNAPSHOT](https://img.shields.io/badge/AppVersion-7.19.3--SNAPSHOT-informational?style=flat-square)
3+
![Version: 7.19.3](https://img.shields.io/badge/Version-7.19.3-informational?style=flat-square) ![AppVersion: 7.19.3](https://img.shields.io/badge/AppVersion-7.19.3-informational?style=flat-square)
44

55
A Helm chart for an Alfresco Activiti Enterprise application
66

@@ -28,7 +28,7 @@ Kubernetes: `>=1.15.0-0`
2828
| activiti-cloud-connector.affinity | object | `{}` | |
2929
| activiti-cloud-connector.enabled | bool | `false` | |
3030
| activiti-cloud-connector.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n"` | |
31-
| activiti-cloud-connector.image.pullPolicy | string | `"Always"` | |
31+
| activiti-cloud-connector.image.pullPolicy | string | `"IfNotPresent"` | |
3232
| activiti-cloud-connector.image.repository | string | `"activiti/example-cloud-connector"` | |
3333
| activiti-cloud-connector.image.tag | string | `"8.7.0"` | |
3434
| activiti-cloud-connector.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
@@ -45,9 +45,9 @@ Kubernetes: `>=1.15.0-0`
4545
| activiti-cloud-query.db.ddlAuto | string | `"none"` | set to 'none' temporarily rather than default 'validate' that breaks |
4646
| activiti-cloud-query.enabled | bool | `true` | |
4747
| activiti-cloud-query.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"false\"\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientId\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientSecret\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n- name: GRAPHIQL_GRAPHQL_WS_PATH\n value: '/{{ .Release.Name }}/notifications/ws/graphql'\n- name: GRAPHIQL_GRAPHQL_WEB_PATH\n value: '/{{ .Release.Name }}/notifications/graphql'\n"` | |
48-
| activiti-cloud-query.image.pullPolicy | string | `"Always"` | |
48+
| activiti-cloud-query.image.pullPolicy | string | `"IfNotPresent"` | |
4949
| activiti-cloud-query.image.repository | string | `"quay.io/alfresco/alfresco-process-query-service"` | |
50-
| activiti-cloud-query.image.tag | string | `"7.19.3-alpha.2"` | |
50+
| activiti-cloud-query.image.tag | string | `"7.19.3"` | |
5151
| activiti-cloud-query.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
5252
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
5353
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | |
@@ -80,9 +80,9 @@ Kubernetes: `>=1.15.0-0`
8080
| alfresco-admin-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | |
8181
| alfresco-admin-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
8282
| alfresco-admin-app.extraEnv | string | `"{{- if not .Values.global.acs.enabled }}\n- name: APP_CONFIG_PROVIDER\n value: BPM\n{{- end }}"` | |
83-
| alfresco-admin-app.image.pullPolicy | string | `"Always"` | |
83+
| alfresco-admin-app.image.pullPolicy | string | `"IfNotPresent"` | |
8484
| alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | |
85-
| alfresco-admin-app.image.tag | string | `"develop"` | |
85+
| alfresco-admin-app.image.tag | string | `"7.19.2"` | |
8686
| alfresco-admin-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
8787
| alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
8888
| alfresco-admin-app.ingress.enabled | bool | `true` | |
@@ -97,9 +97,9 @@ Kubernetes: `>=1.15.0-0`
9797
| alfresco-digital-workspace-app.env.APP_CONFIG_ECM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | |
9898
| alfresco-digital-workspace-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
9999
| alfresco-digital-workspace-app.env.APP_CONFIG_PROVIDER | string | `"ALL"` | |
100-
| alfresco-digital-workspace-app.image.pullPolicy | string | `"Always"` | |
100+
| alfresco-digital-workspace-app.image.pullPolicy | string | `"IfNotPresent"` | |
101101
| alfresco-digital-workspace-app.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace-apa"` | |
102-
| alfresco-digital-workspace-app.image.tag | string | `"develop"` | |
102+
| alfresco-digital-workspace-app.image.tag | string | `"7.19.2"` | |
103103
| alfresco-digital-workspace-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
104104
| alfresco-digital-workspace-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
105105
| alfresco-digital-workspace-app.ingress.enabled | bool | `true` | |
@@ -172,9 +172,9 @@ Kubernetes: `>=1.15.0-0`
172172
| runtime-bundle.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"true\"\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientId\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientSecret\n- name: SPRING_ACTIVITI_PROCESSDEFINITIONLOCATIONPREFIX\n value: 'file:/home/alfresco/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/processes/'\n- name: PROJECT_MANIFEST_FILE_PATH\n value: 'file:/home/alfresco/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/{{ .Values.projectName }}.json'\n- name: APPLICATION_VERSION\n value: \"{{ .Values.global.applicationVersion }}\"\n- name: ACT_RB_SERVICE_URL\n value: '{{ include \"common.gateway-url\" . }}/{{ .Release.Name }}/rb'\n- name: DMNCONFIGURATION_TABLESDEFINITIONSDIRECTORYPATH\n value: 'file:/home/alfresco/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/decision-tables/'\n- name: FORMCONFIGURATION_FORMSDEFINITIONSDIRECTORYPATH\n value: 'file:/home/alfresco/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/forms/'\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ .Values.global.acs.enabled }}\"\n- name: \"APPLICATION_EMAIL_ENABLED\"\n value: \"false\"\n"` | |
173173
| runtime-bundle.extraVolumeMounts | string | `"- name: {{ .Release.Name }}\n mountPath: '/home/alfresco/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/'\n"` | |
174174
| runtime-bundle.extraVolumes | string | `"- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | |
175-
| runtime-bundle.image.pullPolicy | string | `"Always"` | |
175+
| runtime-bundle.image.pullPolicy | string | `"IfNotPresent"` | |
176176
| runtime-bundle.image.repository | string | `"quay.io/alfresco/alfresco-process-runtime-bundle-service"` | |
177-
| runtime-bundle.image.tag | string | `"7.19.3-alpha.2"` | |
177+
| runtime-bundle.image.tag | string | `"7.19.3"` | |
178178
| runtime-bundle.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
179179
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | |
180180
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
@@ -199,4 +199,4 @@ Kubernetes: `>=1.15.0-0`
199199
| runtime-bundle.resources.requests.memory | string | `"512Mi"` | |
200200
| runtime-bundle.service.name | string | `"rb"` | |
201201
| volumeinit.enabled | bool | `true` | |
202-
| volumeinit.image | object | `{"pullPolicy":"Always","repository":"alfresco/example-application-project","tag":"latest"}` | REPLACE with your image containing project files |
202+
| volumeinit.image | object | `{"pullPolicy":"IfNotPresent","repository":"alfresco/example-application-project","tag":"latest"}` | REPLACE with your image containing project files |

helm/alfresco-process-application/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ activiti-cloud-query:
110110
role: consumer
111111
image:
112112
repository: quay.io/alfresco/alfresco-process-query-service
113-
tag: 7.19.3-alpha.2
114-
pullPolicy: Always
113+
tag: 7.19.3
114+
pullPolicy: IfNotPresent
115115
liquibase:
116116
enabled: true
117117
ingress:
@@ -182,8 +182,8 @@ runtime-bundle:
182182
role: producer
183183
image:
184184
repository: quay.io/alfresco/alfresco-process-runtime-bundle-service
185-
tag: 7.19.3-alpha.2
186-
pullPolicy: Always
185+
tag: 7.19.3
186+
pullPolicy: IfNotPresent
187187
ingress:
188188
enabled: true
189189
path: /{{ .Release.Name }}
@@ -258,7 +258,7 @@ activiti-cloud-connector:
258258
image:
259259
repository: activiti/example-cloud-connector
260260
tag: 8.7.0
261-
pullPolicy: Always
261+
pullPolicy: IfNotPresent
262262
messaging:
263263
enabled: true
264264
role: connector
@@ -296,8 +296,8 @@ alfresco-digital-workspace-app:
296296
nginx.ingress.kubernetes.io/enable-cors: "true"
297297
image:
298298
repository: quay.io/alfresco/alfresco-digital-workspace-apa
299-
tag: develop
300-
pullPolicy: Always
299+
tag: 7.19.2
300+
pullPolicy: IfNotPresent
301301
service:
302302
name: adw-app
303303
envType: frontend
@@ -322,8 +322,8 @@ alfresco-admin-app:
322322
nginx.ingress.kubernetes.io/enable-cors: "true"
323323
image:
324324
repository: quay.io/alfresco/alfresco-admin-app
325-
tag: develop
326-
pullPolicy: Always
325+
tag: 7.19.2
326+
pullPolicy: IfNotPresent
327327
env:
328328
APP_CONFIG_AUTH_TYPE: OAUTH
329329
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
@@ -378,7 +378,7 @@ volumeinit:
378378
image:
379379
repository: alfresco/example-application-project
380380
tag: latest
381-
pullPolicy: Always
381+
pullPolicy: IfNotPresent
382382
persistence:
383383
enabled: true
384384
storageClassName:

0 commit comments

Comments
 (0)