diff --git a/reportportal/Chart.yaml b/reportportal/Chart.yaml index 682217f..d06f902 100644 --- a/reportportal/Chart.yaml +++ b/reportportal/Chart.yaml @@ -4,7 +4,7 @@ description: | ReportPortal.io is a TestOps service, that provides increased capabilities to speed up results analysis and reporting through the use of built-in analytic features. name: reportportal -version: 24.12.13 +version: 24.12.17 sources: - https://github.com/reportportal/kubernetes/tree/master/reportportal keywords: diff --git a/reportportal/values.yaml b/reportportal/values.yaml index 1531cbb..83a1fe1 100644 --- a/reportportal/values.yaml +++ b/reportportal/values.yaml @@ -13,6 +13,8 @@ global: imagePullSecrets: [] nameOverride: "" fullnameOverride: "" + security: + allowInsecureImages: true ## @param serviceindex Core ReportPortal service for the indexing @@ -119,7 +121,7 @@ serviceapi: name: api image: repository: reportportal/service-api - tag: 5.13.0 + tag: 5.13.1 pullPolicy: Always replicaCount: 1 readinessProbe: