1
1
# alfresco-process-application
2
2
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 )
4
4
5
5
A Helm chart for an Alfresco Activiti Enterprise application
6
6
@@ -28,7 +28,7 @@ Kubernetes: `>=1.15.0-0`
28
28
| activiti-cloud-connector.affinity | object | ` {} ` | |
29
29
| activiti-cloud-connector.enabled | bool | ` false ` | |
30
30
| 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 " ` | |
32
32
| activiti-cloud-connector.image.repository | string | ` "activiti/example-cloud-connector" ` | |
33
33
| activiti-cloud-connector.image.tag | string | ` "8.7.0" ` | |
34
34
| activiti-cloud-connector.ingress.annotations."kubernetes.io/ingress.class" | string | ` "nginx" ` | |
@@ -45,9 +45,9 @@ Kubernetes: `>=1.15.0-0`
45
45
| activiti-cloud-query.db.ddlAuto | string | ` "none" ` | set to 'none' temporarily rather than default 'validate' that breaks |
46
46
| activiti-cloud-query.enabled | bool | ` true ` | |
47
47
| 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 " ` | |
49
49
| 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" ` | |
51
51
| activiti-cloud-query.ingress.annotations."kubernetes.io/ingress.class" | string | ` "nginx" ` | |
52
52
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | ` "cookie" ` | |
53
53
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | ` "*" ` | |
@@ -80,9 +80,9 @@ Kubernetes: `>=1.15.0-0`
80
80
| alfresco-admin-app.env.APP_CONFIG_BPM_HOST | string | ` "{{ include \"common.gateway-url\" . }}" ` | |
81
81
| alfresco-admin-app.env.APP_CONFIG_IDENTITY_HOST | string | ` "{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}" ` | |
82
82
| 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 " ` | |
84
84
| 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 " ` | |
86
86
| alfresco-admin-app.ingress.annotations."kubernetes.io/ingress.class" | string | ` "nginx" ` | |
87
87
| alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | ` "true" ` | |
88
88
| alfresco-admin-app.ingress.enabled | bool | ` true ` | |
@@ -97,9 +97,9 @@ Kubernetes: `>=1.15.0-0`
97
97
| alfresco-digital-workspace-app.env.APP_CONFIG_ECM_HOST | string | ` "{{ include \"common.gateway-url\" . }}" ` | |
98
98
| alfresco-digital-workspace-app.env.APP_CONFIG_IDENTITY_HOST | string | ` "{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}" ` | |
99
99
| 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 " ` | |
101
101
| 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 " ` | |
103
103
| alfresco-digital-workspace-app.ingress.annotations."kubernetes.io/ingress.class" | string | ` "nginx" ` | |
104
104
| alfresco-digital-workspace-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | ` "true" ` | |
105
105
| alfresco-digital-workspace-app.ingress.enabled | bool | ` true ` | |
@@ -172,9 +172,9 @@ Kubernetes: `>=1.15.0-0`
172
172
| 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"` | |
173
173
| runtime-bundle.extraVolumeMounts | string | ` "- name: {{ .Release.Name }}\n mountPath: '/home/alfresco/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/'\n" ` | |
174
174
| 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 " ` | |
176
176
| 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" ` | |
178
178
| runtime-bundle.ingress.annotations."kubernetes.io/ingress.class" | string | ` "nginx" ` | |
179
179
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | ` "*" ` | |
180
180
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | ` "true" ` | |
@@ -199,4 +199,4 @@ Kubernetes: `>=1.15.0-0`
199
199
| runtime-bundle.resources.requests.memory | string | ` "512Mi" ` | |
200
200
| runtime-bundle.service.name | string | ` "rb" ` | |
201
201
| 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 |
0 commit comments