File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
helm/alfresco-process-application Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Kubernetes: `>=1.15.0-0`
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
48
| activiti-cloud-query.image.pullPolicy | string | ` "Always" ` | |
49
49
| activiti-cloud-query.image.repository | string | ` "quay.io/alfresco/alfresco-process-query-service" ` | |
50
- | activiti-cloud-query.image.tag | string | ` "7.20.0-alpha.293 " ` | |
50
+ | activiti-cloud-query.image.tag | string | ` "7.20.0-alpha.295 " ` | |
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 | ` "*" ` | |
@@ -174,7 +174,7 @@ Kubernetes: `>=1.15.0-0`
174
174
| runtime-bundle.extraVolumes | string | ` "- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n" ` | |
175
175
| runtime-bundle.image.pullPolicy | string | ` "Always" ` | |
176
176
| runtime-bundle.image.repository | string | ` "quay.io/alfresco/alfresco-process-runtime-bundle-service" ` | |
177
- | runtime-bundle.image.tag | string | ` "7.20.0-alpha.293 " ` | |
177
+ | runtime-bundle.image.tag | string | ` "7.20.0-alpha.295 " ` | |
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" ` | |
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ activiti-cloud-query:
110
110
role : consumer
111
111
image :
112
112
repository : quay.io/alfresco/alfresco-process-query-service
113
- tag : 7.20.0-alpha.293
113
+ tag : 7.20.0-alpha.295
114
114
pullPolicy : Always
115
115
liquibase :
116
116
enabled : true
@@ -182,7 +182,7 @@ runtime-bundle:
182
182
role : producer
183
183
image :
184
184
repository : quay.io/alfresco/alfresco-process-runtime-bundle-service
185
- tag : 7.20.0-alpha.293
185
+ tag : 7.20.0-alpha.295
186
186
pullPolicy : Always
187
187
ingress :
188
188
enabled : true
You can’t perform that action at this time.
0 commit comments