Skip to content

Commit

Permalink
feat: add defaultRetentionDaysForIndexedRepo support
Browse files Browse the repository at this point in the history
  • Loading branch information
expertsulsncf committed Oct 19, 2023
1 parent 8d78a4f commit 42cf9bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.83.9
version: 103.84.0
5 changes: 5 additions & 0 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -1112,6 +1116,7 @@ server:

# mailServer: ""
# indexAllBuilds: false
# defaultRetentionDaysForIndexedRepo: 90

## Add custom volumesMounts
customVolumeMounts: |
Expand Down

0 comments on commit 42cf9bd

Please sign in to comment.