Skip to content

Commit

Permalink
Use image tag 7.15.2 for admin app
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemedeiros committed May 7, 2024
1 parent beac63b commit e24ccee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Kubernetes: `>=1.15.0-0`
| 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 | `"IfNotPresent"` | |
| alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | |
| alfresco-admin-app.image.tag | string | `"7.15.1"` | |
| alfresco-admin-app.image.tag | string | `"7.15.2"` | |
| 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 Down
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ alfresco-admin-app:
nameOverride: alfresco-admin-app
image:
repository: quay.io/alfresco/alfresco-admin-app
tag: 7.15.1
tag: 7.15.2
pullPolicy: IfNotPresent
service:
name: admin-app
Expand Down

0 comments on commit e24ccee

Please sign in to comment.