From 0eca54b186802308a7b41e0df34ce047fb836a12 Mon Sep 17 00:00:00 2001 From: Elias Ricken de Medeiros <26007058+erdemedeiros@users.noreply.github.com> Date: Mon, 6 May 2024 14:38:13 +0200 Subject: [PATCH] Use image tag 7.15.1 for admin app --- helm/alfresco-process-infrastructure/README.md | 2 +- helm/alfresco-process-infrastructure/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md index 54916a7ac..36e1f7583 100644 --- a/helm/alfresco-process-infrastructure/README.md +++ b/helm/alfresco-process-infrastructure/README.md @@ -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.0"` | | +| alfresco-admin-app.image.tag | string | `"7.15.1"` | | | 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"` | | diff --git a/helm/alfresco-process-infrastructure/values.yaml b/helm/alfresco-process-infrastructure/values.yaml index ed2526015..079b0a9c8 100644 --- a/helm/alfresco-process-infrastructure/values.yaml +++ b/helm/alfresco-process-infrastructure/values.yaml @@ -1083,7 +1083,7 @@ alfresco-admin-app: nameOverride: alfresco-admin-app image: repository: quay.io/alfresco/alfresco-admin-app - tag: 7.15.0 + tag: 7.15.1 pullPolicy: IfNotPresent service: name: admin-app