From a0a746ed37207d815a7cc9834ff6b8bebcd85033 Mon Sep 17 00:00:00 2001 From: Reingold Shekhtel Date: Tue, 17 Dec 2024 15:51:35 +0100 Subject: [PATCH 1/2] Update service-api image tag to 5.13.1 --- reportportal/Chart.yaml | 2 +- reportportal/values.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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..dcfa0a9 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: From d11e87f2c648cc7be04d30b0ad171ab25bc5be4b Mon Sep 17 00:00:00 2001 From: Reingold Shekhtel Date: Tue, 17 Dec 2024 15:58:33 +0100 Subject: [PATCH 2/2] Format lint --- reportportal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reportportal/values.yaml b/reportportal/values.yaml index dcfa0a9..83a1fe1 100644 --- a/reportportal/values.yaml +++ b/reportportal/values.yaml @@ -13,7 +13,7 @@ global: imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - security: + security: allowInsecureImages: true