File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
helm/alfresco-process-infrastructure Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Kubernetes: `>=1.15.0-0`
110
110
| alfresco-deployment-service.extraVolumes | string | ` "- name: config\n configMap:\n name: {{ .Release.Name }}-deployment-config\n defaultMode: 0744" ` | |
111
111
| alfresco-deployment-service.image.pullPolicy | string | ` "Always" ` | |
112
112
| alfresco-deployment-service.image.repository | string | ` "quay.io/alfresco/alfresco-deployment-service" ` | |
113
- | alfresco-deployment-service.image.tag | string | ` "7.20.0-alpha.710 " ` | |
113
+ | alfresco-deployment-service.image.tag | string | ` "7.20.0-alpha.711 " ` | |
114
114
| alfresco-deployment-service.ingress.className | string | ` "nginx" ` | |
115
115
| alfresco-deployment-service.ingress.enabled | bool | ` true ` | |
116
116
| alfresco-deployment-service.ingress.path | string | ` "/deployment-service" ` | |
@@ -480,7 +480,7 @@ Kubernetes: `>=1.15.0-0`
480
480
| alfresco-modeling-service.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE\n value: \"*\"\n- name: CONTENT_CLIENT_ID\n value: \"{{ .Values.content.client.id }}\"\n- name: CONTENT_CLIENT_SECRET\n value: \"{{ .Values.content.client.secret }}\"\n- name: CONTENT_SERVICE_URL\n{{- if .Values.global.hxpr.enabled}}\n value: \"{{ .Values.global.hxpr.url }}\"\n{{- else }}\n value: '{{ template \"alfresco-process-infrastructure.acs-url\" . }}'\n{{- end }}\n- name: CONTENT_SERVICE_PATH\n value: \"{{ .Values.content.service.path }}\"\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ or .Values.global.acs.enabled .Values.global.hxpr.enabled }}\"\n{{- if .Values.global.hxpr.enabled}}\n- name: CONTENT_REPOSITORY_TYPE\n value: \"hxp\"\n- name: HXPIDP_ACCOUNTID\n value: \"{{ .Values.global.hxp.accountId }}\"\n{{- end }}\n{{- with .Values.activiti.keycloak.clientId }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- with .Values.activiti.keycloak.clientSecret }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n value: \"{{ tpl . $ }}\"\n{{- end }}\n- name: ACT_ALFRESCO_MODELING_TEMPLATES_ENDPOINT\n value: \"{{ .Values.exampleProjects.endpoint }}\"\n- name: ACT_ALFRESCO_MODELING_TEMPLATES_RESOURCE\n value: \"{{ .Values.exampleProjects.resource }}\"\n{{- if .Values.global.datadog.enabled }}\n{{- with .Values.global.datadog.agent.traceAgentUrl }}\n- name: DD_TRACE_AGENT_URL\n value: {{ . }}\n{{- end }}\n{{- if not .Values.global.datadog.agent.admission }}\n- name: DATADOG_JAVA_AGENT\n value: \"{{ .Values.global.datadog.enabled }}\"\n- name: DD_SERVICE\n value: \"{{ .Chart.Name }}\"\n- name: DD_ENV\n value: {{ .Values.global.datadog.env | required \"global.datadog.env is required.\" | quote }}\n- name: DD_VERSION\n value: \"{{ .Values.image.tag }}\"\n{{- end }}\n- name: DD_LOGS_INJECTION\n value: \"{{ .Values.global.datadog.agent.logsInjection }}\"\n- name: DD_PROFILING_ENABLED\n value: \"{{ .Values.global.datadog.agent.profiling }}\"\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_ENABLED\n value: \"{{ .Values.global.datadog.metrics.enabled }}\"\n{{- if .Values.global.datadog.metrics.enabled }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_API_KEY\n value: {{ .Values.global.datadog.metrics.apiKey | required \"global.datadog.metrics.apiKey is required.\" | quote }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_DESCRIPTIONS\n value: {{ .Values.global.datadog.metrics.descriptions | required \"global.datadog.metrics.descriptions is required.\" | quote }}\n{{- with .Values.global.datadog.metrics.applicationKey }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_APPLICATION_KEY\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.uri }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_URI\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.hostTag }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_HOST_TAG\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.step }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_STEP\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.connectTimeout }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_CONNECT_TIMEOUT\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.readTimeout }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_READ_TIMEOUT\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.batchSize }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_BATCH_SIZE\n value: {{ . | quote }}\n{{- end }}\n{{- end }}\n{{- end }}"` | |
481
481
| alfresco-modeling-service.image.pullPolicy | string | ` "Always" ` | |
482
482
| alfresco-modeling-service.image.repository | string | ` "quay.io/alfresco/alfresco-modeling-service" ` | |
483
- | alfresco-modeling-service.image.tag | string | ` "7.20.0-alpha.710 " ` | |
483
+ | alfresco-modeling-service.image.tag | string | ` "7.20.0-alpha.711 " ` | |
484
484
| alfresco-modeling-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | ` "/$1" ` | |
485
485
| alfresco-modeling-service.ingress.className | string | ` "nginx" ` | |
486
486
| alfresco-modeling-service.ingress.enabled | bool | ` true ` | |
Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ alfresco-modeling-service:
541
541
pathType : ImplementationSpecific
542
542
image :
543
543
repository : quay.io/alfresco/alfresco-modeling-service
544
- tag : 7.20.0-alpha.710
544
+ tag : 7.20.0-alpha.711
545
545
pullPolicy : Always
546
546
replicaCount : 2
547
547
podDisruptionBudget :
@@ -755,7 +755,7 @@ alfresco-deployment-service:
755
755
enabled : false
756
756
image :
757
757
repository : quay.io/alfresco/alfresco-deployment-service
758
- tag : 7.20.0-alpha.710
758
+ tag : 7.20.0-alpha.711
759
759
pullPolicy : Always
760
760
replicaCount : 2
761
761
podDisruptionBudget :
Original file line number Diff line number Diff line change 7
7
<artifactId >alfresco-process-infrastructure-deployment</artifactId >
8
8
<version >7.7.0-SNAPSHOT</version >
9
9
<properties >
10
- <alfresco-deployment-service .version>7.20.0-alpha.710 </alfresco-deployment-service .version>
11
- <alfresco-modeling-service .version>7.20.0-alpha.710 </alfresco-modeling-service .version>
12
- <studio-component-repository .version>7.20.0-alpha.710 </studio-component-repository .version>
10
+ <alfresco-deployment-service .version>7.20.0-alpha.711 </alfresco-deployment-service .version>
11
+ <alfresco-modeling-service .version>7.20.0-alpha.711 </alfresco-modeling-service .version>
12
+ <studio-component-repository .version>7.20.0-alpha.711 </studio-component-repository .version>
13
13
<alfresco-process .version>7.20.0-alpha.422</alfresco-process .version>
14
14
<alfresco-identity-adapter-service .version>7.20.0-alpha.293</alfresco-identity-adapter-service .version>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments