diff --git a/helm/alfresco-process-infrastructure/Chart.yaml b/helm/alfresco-process-infrastructure/Chart.yaml index a27f94aaa..3bbeeb0a8 100644 --- a/helm/alfresco-process-infrastructure/Chart.yaml +++ b/helm/alfresco-process-infrastructure/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: alfresco-process-infrastructure -version: 7.1.0-M12 -appVersion: 7.1.0-M12 +version: 7.1.0-M13 +appVersion: 7.1.0-M13 kubeVersion: '>=1.15.0-0' description: A Helm chart for Alfresco Activiti Enterprise infrastructure keywords: diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md index 435aefdff..24dbe7ccf 100644 --- a/helm/alfresco-process-infrastructure/README.md +++ b/helm/alfresco-process-infrastructure/README.md @@ -1,6 +1,6 @@ # alfresco-process-infrastructure -![Version: 7.1.0-M12](https://img.shields.io/badge/Version-7.1.0--M12-informational?style=flat-square) ![AppVersion: 7.1.0-M12](https://img.shields.io/badge/AppVersion-7.1.0--M12-informational?style=flat-square) +![Version: 7.1.0-M13](https://img.shields.io/badge/Version-7.1.0--M13-informational?style=flat-square) ![AppVersion: 7.1.0-M13](https://img.shields.io/badge/AppVersion-7.1.0--M13-informational?style=flat-square) A Helm chart for Alfresco Activiti Enterprise infrastructure @@ -36,9 +36,9 @@ Kubernetes: `>=1.15.0-0` | alfresco-admin-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | | | alfresco-admin-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | | | 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 | `"IfNotPresent"` | | +| 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 | `"7.1.0-M12"` | | +| alfresco-admin-app.image.tag | string | `"develop"` | | | alfresco-admin-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | | | alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | | @@ -57,8 +57,8 @@ Kubernetes: `>=1.15.0-0` | alfresco-deployment-service.applications.connectors.emailConnector.port | string | `""` | email port | | 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 | `"IfNotPresent"` | default pull policy for all images used in application | -| alfresco-deployment-service.applications.image.tag | string | `"7.1.0-M12"` | default tag for all images used in application | +| 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.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 | @@ -75,9 +75,9 @@ Kubernetes: `>=1.15.0-0` | alfresco-deployment-service.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ .Values.ingress.path }}\"\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: KEYCLOAK_AUTH_SERVER_URL\n value: '{{ include \"common.keycloak-url\" . }}'\n- name: DOCKER_REGISTRY_IMAGE_TAG\n value: \"{{ .Values.applications.image.tag }}\"\n- name: ALFRESCO_DOCKER_REGISTRY_IMAGEPULLPOLICY\n value: \"{{ .Values.applications.image.pullPolicy }}\"\n- name: CONTENT_SERVICE_BASE_URL\n value: '{{ template \"alfresco-process-infrastructure.acs-url\" . }}'\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ .Values.global.acs.enabled }}\"\n{{- with .Values.global.acs.activemq.url }}\n- name: CONTENT_SERVICE_ACTIVEMQ_URL\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.global.acs.activemq.username }}\n- name: CONTENT_SERVICE_ACTIVEMQ_USERNAME\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.global.acs.activemq.password }}\n- name: CONTENT_SERVICE_ACTIVEMQ_PASSWORD\n value: \"{{ . }}\"\n{{- end }}\n- name: MODELING_URL\n value: '{{ include \"common.gateway-url\" . }}/modeling-service'\n- name: ENVIRONMENT_HOST_URL\n value: '{{ include \"common.gateway-url\" . }}'\n- name: ENVIRONMENT_API_URL\n value: \"{{ .Values.environment.apiUrl }}\"\n- name: ENVIRONMENT_API_TOKEN\n value: \"{{ .Values.environment.apiToken }}\"\n- name: ENVIRONMENT_NAMESPACE\n value: \"{{ tpl .Values.environment.namespace . }}\"\n- name: PROJECT_RELEASE_VOLUME_STORAGE_CLASS\n value: \"{{ .Values.projectReleaseVolume.storageClass }}\"\n- name: PROJECT_RELEASE_VOLUME_PERMISSION\n value: \"{{ .Values.projectReleaseVolume.permission }}\"\n- name: APPLICATIONS_DATABASE_EXTERNAL\n value: \"{{ .Values.applications.database.external }}\"\n{{- with .Values.applications.connectors.emailConnector.username }}\n- name: CONNECTOR_EMAILCONNECTOR_USERNAME\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.connectors.emailConnector.password }}\n- name: CONNECTOR_EMAILCONNECTOR_PASSWORD\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.connectors.emailConnector.host }}\n- name: CONNECTOR_EMAILCONNECTOR_HOST\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.connectors.emailConnector.port }}\n- name: CONNECTOR_EMAILCONNECTOR_PORT\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.maxNumber }}\n- name: APPLICATIONS_MAXNUMBER\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.processStorageService.clientSecret }}\n- name: PROCESS_STORAGE_SERVICE_CLIENTSECRET\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.activiti.keycloak.clientPassword }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_PASSWORD\n value: \"{{ . }}\"\n{{- end }}\n{{- if .Values.applications.rabbitmq.host }}\n- name: APPLICATIONS_RABBITMQ_HOST\n value: \"{{ tpl .Values.applications.rabbitmq.host . }}\"\n{{- end }}\n{{- with .Values.applications.rabbitmq.username }}\n- name: APPLICATIONS_RABBITMQ_USERNAME\n value: \"{{ . }}\"\n{{- end }}\n{{- with .Values.applications.rabbitmq.password }}\n- name: APPLICATIONS_RABBITMQ_PASSWORD\n value: \"{{ . }}\"\n{{- end }}\n{{- if .Values.applications.rabbitmq.admin.url }}\n- name: APPLICATIONS_RABBITMQ_ADMIN_URL\n value: \"{{ tpl .Values.applications.rabbitmq.admin.url . }}\"\n{{- end }}\n- name: ATS_TRANSFORMER_TIKA_URL\n value: \"http://tika.{{ .Release.Namespace }}/transform\""` | | | alfresco-deployment-service.extraVolumeMounts | string | `"- name: license\n mountPath: \"/root/.activiti/enterprise-license/\"\n readOnly: true"` | | | 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 | `"IfNotPresent"` | | +| 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 | `"7.1.0-M12"` | | +| alfresco-deployment-service.image.tag | string | `"develop"` | | | alfresco-deployment-service.ingress.enabled | bool | `true` | | | alfresco-deployment-service.ingress.path | string | `"/deployment-service"` | | | alfresco-deployment-service.nameOverride | string | `"alfresco-deployment-service"` | | @@ -312,9 +312,9 @@ Kubernetes: `>=1.15.0-0` | alfresco-modeling-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | | | alfresco-modeling-app.env.APP_CONFIG_ECM_HOST | string | `"{{ template \"alfresco-process-infrastructure.acs-url\" . }}"` | | | 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 | `"IfNotPresent"` | | +| 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 | `"7.1.0-M12"` | | +| alfresco-modeling-app.image.tag | string | `"develop"` | | | alfresco-modeling-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | alfresco-modeling-app.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | | | alfresco-modeling-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | | @@ -337,9 +337,9 @@ Kubernetes: `>=1.15.0-0` | 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 value: '{{ template \"alfresco-process-infrastructure.acs-url\" . }}'\n- name: CONTENT_SERVICE_PATH\n value: \"{{ .Values.content.service.path }}\"\n{{- with .Values.activiti.keycloak.clientPassword }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_PASSWORD\n value: \"{{ . }}\"\n{{- end }}"` | | | alfresco-modeling-service.extraVolumeMounts | string | `"- name: license\n mountPath: \"/root/.activiti/enterprise-license/\"\n readOnly: true"` | | | alfresco-modeling-service.extraVolumes | string | `"- name: license\n secret:\n secretName: licenseaps"` | | -| alfresco-modeling-service.image.pullPolicy | string | `"IfNotPresent"` | | +| 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 | `"7.1.0-M12"` | | +| alfresco-modeling-service.image.tag | string | `"develop"` | | | 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 | `""` | | diff --git a/helm/alfresco-process-infrastructure/values.yaml b/helm/alfresco-process-infrastructure/values.yaml index f59559841..37a896de6 100644 --- a/helm/alfresco-process-infrastructure/values.yaml +++ b/helm/alfresco-process-infrastructure/values.yaml @@ -418,8 +418,8 @@ alfresco-modeling-service: readOnly: true image: repository: quay.io/alfresco/alfresco-modeling-service - tag: 7.1.0-M12 - pullPolicy: IfNotPresent + tag: develop + pullPolicy: Always liquibase: enabled: true postgresql: @@ -467,8 +467,8 @@ alfresco-modeling-app: nameOverride: alfresco-modeling-app image: repository: quay.io/alfresco/alfresco-modeling-app - tag: 7.1.0-M12 - pullPolicy: IfNotPresent + tag: develop + pullPolicy: Always service: name: modeling-app envType: frontend @@ -497,8 +497,8 @@ alfresco-deployment-service: enabled: false image: repository: quay.io/alfresco/alfresco-deployment-service - tag: 7.1.0-M12 - pullPolicy: IfNotPresent + tag: develop + pullPolicy: Always postgresql: enabled: true db: @@ -509,9 +509,9 @@ alfresco-deployment-service: applications: image: # alfresco-deployment-service.applications.image.tag -- default tag for all images used in application - tag: 7.1.0-M12 + tag: develop # alfresco-deployment-service.applications.image.pullPolicy -- default pull policy for all images used in application - pullPolicy: IfNotPresent + pullPolicy: Always maxNumber: 20 # alfresco-deployment-service.applications.maxNumber -- maximum number of application can be deployed # @default -- 20 applications can be deployed by default @@ -678,8 +678,8 @@ alfresco-admin-app: nameOverride: alfresco-admin-app image: repository: quay.io/alfresco/alfresco-admin-app - tag: 7.1.0-M12 - pullPolicy: IfNotPresent + tag: develop + pullPolicy: Always service: name: admin-app envType: frontend