Skip to content

Commit

Permalink
Updated version to 7.5.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Sep 9, 2022
1 parent a267e8f commit e1d0acd
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
18 changes: 9 additions & 9 deletions helm/alfresco-process-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ sources:
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
- name: alfresco-identity-service
version: 6.0.0
repository: https://kubernetes-charts.alfresco.com/stable
condition: alfresco-identity-service.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-modeling-service
condition: alfresco-modeling-service.enabled
Expand All @@ -35,32 +35,32 @@ dependencies:
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/
condition: rabbitmq.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-modeling-app
condition: alfresco-modeling-app.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-deployment-service
condition: alfresco-deployment-service.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-admin-app
condition: alfresco-admin-app.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-tika-service
condition: alfresco-tika-service.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-process-analytics-service
condition: alfresco-process-analytics-service.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-process-analytics-playground
condition: alfresco-process-analytics-playground.enabled
Expand All @@ -69,7 +69,7 @@ dependencies:
repository: https://opensearch-project.github.io/helm-charts
condition: opensearch.enabled
- name: common
version: 7.4.0
version: 7.5.0
repository: https://activiti.github.io/activiti-cloud-helm-charts
alias: alfresco-identity-adapter-service
condition: alfresco-identity-adapter-service.enabled
48 changes: 24 additions & 24 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Kubernetes: `>=1.15.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-admin-app(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-process-analytics-playground(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-modeling-service(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-process-analytics-service(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-tika-service(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-modeling-app(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-deployment-service(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-identity-adapter-service(common) | 7.4.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-admin-app(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-process-analytics-playground(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-modeling-service(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-process-analytics-service(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-tika-service(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-modeling-app(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-deployment-service(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-identity-adapter-service(common) | 7.5.0 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-identity-service | 6.0.0 |
| https://opensearch-project.github.io/helm-charts | opensearch | 1.11.1 |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ | postgresql | 10.3.13 |
Expand All @@ -40,9 +40,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{{- else }}\n- name: APP_CONFIG_PROVIDER\n value: BPM\n{{- end }}"` | |
| alfresco-admin-app.image.pullPolicy | string | `"Always"` | |
| alfresco-admin-app.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | |
| alfresco-admin-app.image.tag | string | `"develop"` | |
| alfresco-admin-app.image.tag | string | `"7.5.0"` | |
| 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"` | |
Expand All @@ -68,7 +68,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.applications.database.external | bool | `true` | |
| alfresco-deployment-service.applications.image.pullPolicy | string | `"Always"` | default pull policy for all application images |
| alfresco-deployment-service.applications.image.pullSecretName | string | `"quay-registry-secret"` | pull secret name for all application images |
| alfresco-deployment-service.applications.image.tag | string | `"develop"` | default tag for all application images |
| alfresco-deployment-service.applications.image.tag | string | `"7.5.0"` | default tag for all application images |
| 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 |
Expand All @@ -86,9 +86,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.environment.namespace | string | installation namespace | namespace to copy secrets from to application namespaces |
| 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_SECRET_NAME\n value: \"{{ .Values.applications.image.pullSecretName }}\"\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: ENVIRONMENT_DOMAIN\n value: '{{ include \"common.gateway-domain\" . }}'\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.clientId }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- with .Values.applications.activiti.keycloak.clientSecret }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- if .Values.applications.rabbitmq.port }}\n- name: APPLICATIONS_RABBITMQ_PORT\n value: \"{{ tpl .Values.applications.rabbitmq.port . }}\"\n{{- end }}\n{{- if .Values.applications.rabbitmq.host }}\n- name: APPLICATIONS_RABBITMQ_HOST\n value: \"{{ tpl .Values.applications.rabbitmq.host . }}\"\n{{- end }}\n{{- if .Values.applications.rabbitmq.ssl.enabled}}\n- name: APPLICATIONS_RABBITMQ_SSL_ENABLED\n value: \"{{ tpl .Values.applications.rabbitmq.ssl.enabled . }}\"\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: APPLICATIONS_ANALYTICS_METRICS_EXPORT_ENABLED\n value: \"{{ .Values.applications.analytics.metrics.export.enabled }}\"\n{{- if .Values.applications.analytics.metrics.export.enabled }}\n- name: APPLICATIONS_ANALYTICS_METRICS_EXPORT_HOST\n value: \"{{ tpl .Values.applications.analytics.metrics.export.host $ }}\"\n- name: APPLICATIONS_ANALYTICS_METRICS_EXPORT_USERNAME\n value: \"{{ tpl .Values.applications.analytics.metrics.export.username $ }}\"\n- name: APPLICATIONS_ANALYTICS_METRICS_EXPORT_PASSWORD\n value: \"{{ tpl .Values.applications.analytics.metrics.export.password $ }}\"\n{{- end }}\n- name: ATS_TRANSFORMER_TIKA_URL\n value: \"http://tika.{{ .Release.Namespace }}/transform\"\n- name: PROCESS_UI_URL\n value: '{{ include \"common.gateway-url\" . }}'"` | |
| alfresco-deployment-service.extraVolumes | string | `"- name: config\n configMap:\n name: {{ .Release.Name }}-deployment-config\n defaultMode: 0744"` | |
| alfresco-deployment-service.image.pullPolicy | string | `"Always"` | |
| alfresco-deployment-service.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-deployment-service.image.repository | string | `"quay.io/alfresco/alfresco-deployment-service"` | |
| alfresco-deployment-service.image.tag | string | `"7.5.0-alpha.140"` | |
| alfresco-deployment-service.image.tag | string | `"7.5.0"` | |
| alfresco-deployment-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-deployment-service.ingress.enabled | bool | `true` | |
| alfresco-deployment-service.ingress.path | string | `"/deployment-service"` | |
Expand All @@ -103,9 +103,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-identity-adapter-service.activiti.keycloak.clientSecret | string | `"{{ .Values.global.keycloak.clientSecret }}"` | |
| alfresco-identity-adapter-service.enabled | bool | `true` | |
| alfresco-identity-adapter-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{{- 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 }}"` | |
| alfresco-identity-adapter-service.image.pullPolicy | string | `"Always"` | |
| alfresco-identity-adapter-service.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-identity-adapter-service.image.repository | string | `"quay.io/alfresco/alfresco-identity-adapter-service"` | |
| alfresco-identity-adapter-service.image.tag | string | `"7.5.0-alpha.40"` | |
| alfresco-identity-adapter-service.image.tag | string | `"7.5.0"` | |
| alfresco-identity-adapter-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-identity-adapter-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$1"` | |
| alfresco-identity-adapter-service.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -387,9 +387,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-app.exampleProjects.disabled | bool | `false` | |
| alfresco-modeling-app.exampleProjects.host | string | `"https://alfresco.github.io/apa-templates"` | |
| alfresco-modeling-app.exampleProjects.resource | string | `"index_7.4.0.json"` | |
| alfresco-modeling-app.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-app.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-modeling-app.image.repository | string | `"quay.io/alfresco/alfresco-modeling-app"` | |
| alfresco-modeling-app.image.tag | string | `"develop"` | |
| alfresco-modeling-app.image.tag | string | `"7.5.0"` | |
| 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"` | |
Expand All @@ -413,9 +413,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-service.exampleProjects.endpoint | string | `"https://alfresco.github.io/apa-templates"` | |
| alfresco-modeling-service.exampleProjects.resource | string | `"index_7.4.0.json"` | |
| 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.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 }}\""` | |
| alfresco-modeling-service.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-service.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-modeling-service.image.repository | string | `"quay.io/alfresco/alfresco-modeling-service"` | |
| alfresco-modeling-service.image.tag | string | `"7.5.0-alpha.81"` | |
| alfresco-modeling-service.image.tag | string | `"7.5.0"` | |
| alfresco-modeling-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-modeling-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$1"` | |
| alfresco-modeling-service.ingress.enabled | bool | `true` | |
Expand All @@ -442,9 +442,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-process-analytics-playground.graphql.client.oauth2ClientId | string | `"analytics-playground"` | |
| alfresco-process-analytics-playground.graphql.client.oauth2ClientSecret | string | `"2181210d-ec04-4bcf-8649-8a5dcb1c6342"` | |
| alfresco-process-analytics-playground.graphql.client.url | string | `"http://alfresco-process-analytics-service.{{ .Release.Namespace }}.svc.cluster.local/analytics/graphql"` | |
| alfresco-process-analytics-playground.image.pullPolicy | string | `"Always"` | |
| alfresco-process-analytics-playground.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-process-analytics-playground.image.repository | string | `"quay.io/alfresco/alfresco-process-analytics-graphql-playground"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.5.0-alpha.65"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.5.0"` | |
| alfresco-process-analytics-playground.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-process-analytics-playground.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-playground.ingress.enabled | bool | `true` | |
Expand All @@ -465,9 +465,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-process-analytics-service.env.SPRING_WEBFLUX_BASE_PATH | string | `"{{ tpl .Values.ingress.path $ | trimSuffix \"/\" }}"` | |
| alfresco-process-analytics-service.env.SPRING_ZIPKIN_ENABLED | string | `"false"` | |
| alfresco-process-analytics-service.graphql.service.jwtIssuerUri | string | `"{{ include \"common.keycloak-url\" . }}/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| alfresco-process-analytics-service.image.pullPolicy | string | `"Always"` | |
| alfresco-process-analytics-service.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-process-analytics-service.image.repository | string | `"quay.io/alfresco/alfresco-process-analytics-graphql-service"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.5.0-alpha.65"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.5.0"` | |
| alfresco-process-analytics-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-process-analytics-service.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-service.ingress.enabled | bool | `true` | |
Expand Down
Loading

0 comments on commit e1d0acd

Please sign in to comment.