From 42cf9bd9f6ba482c68d7bf3628000d12e71cd633 Mon Sep 17 00:00:00 2001 From: FGBE05191 Date: Thu, 19 Oct 2023 13:48:49 +0200 Subject: [PATCH] feat: add defaultRetentionDaysForIndexedRepo support --- stable/xray/CHANGELOG.md | 3 +++ stable/xray/Chart.yaml | 2 +- stable/xray/values.yaml | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index 3ecc316c0..c5d85611a 100644 --- a/stable/xray/CHANGELOG.md +++ b/stable/xray/CHANGELOG.md @@ -1,6 +1,9 @@ # JFrog Xray Chart Changelog All changes to this chart will be documented in this file. +## [103.84.0] - Oct 14, 2023 +* Added `server.defaultRetentionDaysForIndexedRepo` as optional fields + ## [103.83.9] - Sep 15,2023 * Fixed - Support to configure privateRegistry for pre-upgrade-hook diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 7f4896f86..ca59d3f12 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.83.9 +version: 103.84.0 diff --git a/stable/xray/values.yaml b/stable/xray/values.yaml index 4a646da8a..5efccf275 100644 --- a/stable/xray/values.yaml +++ b/stable/xray/values.yaml @@ -225,6 +225,10 @@ xray: {{- if .Values.server.indexAllBuilds }} indexAllBuilds: {{ .Values.server.indexAllBuilds }} {{- end }} + {{- if .Values.server.defaultRetentionDaysForIndexedRepo }} + repo: + defaultRetentionDaysForIndexedRepo: {{ .Values.server.defaultRetentionDaysForIndexedRepo }} + {{- end }} {{- end }} {{- if (include "xray.imagePullSecretsStrList" .) }} executionService: @@ -1112,6 +1116,7 @@ server: # mailServer: "" # indexAllBuilds: false + # defaultRetentionDaysForIndexedRepo: 90 ## Add custom volumesMounts customVolumeMounts: |