Skip to content

Commit

Permalink
[AAE-6458] Update example projects template to M16 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarroso authored Nov 17, 2021
1 parent 737bc79 commit 09f9732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| 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.1.0-dev.json"` | |
| alfresco-modeling-app.exampleProjects.resource | string | `"index_7.1.0-M16.json"` | |
| 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 | `"develop"` | |
Expand All @@ -341,7 +341,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-service.db.username | string | `"alfresco"` | |
| alfresco-modeling-service.enabled | bool | `true` | |
| alfresco-modeling-service.exampleProjects.endpoint | string | `"https://alfresco.github.io/apa-templates"` | |
| alfresco-modeling-service.exampleProjects.resource | string | `"index_7.1.0-dev.json"` | |
| alfresco-modeling-service.exampleProjects.resource | string | `"index_7.1.0-M16.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.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"` | |
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ alfresco-modeling-service:
clientSecret: "{{ .Values.global.keycloak.clientSecret }}"
exampleProjects:
endpoint: https://alfresco.github.io/apa-templates
resource: index_7.1.0-dev.json
resource: index_7.1.0-M16.json
extraEnv: |-
- name: SERVER_PORT
value: "8080"
Expand Down Expand Up @@ -496,7 +496,7 @@ alfresco-modeling-app:
exampleProjects:
disabled: false
host: https://alfresco.github.io/apa-templates
resource: index_7.1.0-dev.json
resource: index_7.1.0-M16.json
env:
APP_CONFIG_AUTH_TYPE: OAUTH
APP_CONFIG_ECM_HOST: '{{ template "alfresco-process-infrastructure.acs-url" . }}'
Expand Down

0 comments on commit 09f9732

Please sign in to comment.