Skip to content

Commit

Permalink
[xray] 3.59.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Oct 12, 2022
1 parent 9b20ed5 commit 921e322
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.57.6] - Aug 8, 2022
## [103.59.4] - Aug 25, 2022
* Added support for lifecycle hooks for all containers

## [103.56.0] - Aug 2, 2022
## [103.56.0] - Aug 25, 2022
* Updated initContainerImage and logger Image to `ubi8/ubi-minimal:8.6-854`
* Added `.Values.xray.openMetrics.enabled` flag to enable metrics (defaults to `false`) [GH-1649](https://github.com/jfrog/charts/pull/1649)
* Added flag `xray.schedulerName` to set for the pods the value of schedulerName field [GH-1606](https://github.com/jfrog/charts/issues/1606)
* Updated Observability version to `1.9.3`

## [103.55.0] - Aug 1, 2022
## [103.55.0] - Aug 25, 2022
* Updated initContainerImage to ubi8/ubi-minimal:8.6-854
* Updated rabbitmq version to `3.9.21-debian-11-r0`
* Updated router version to `7.45.0`
* Added support to truncate (> 63 chars) for unifiedCustomSecretVolumeName

## [103.54.0] - July 14, 2022
* Added new flag "unifiedSecretInstallation" to enables single unified secret holding all the secrets
Expand Down
7 changes: 4 additions & 3 deletions stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.57.6
appVersion: 3.59.4
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -9,7 +9,8 @@ dependencies:
name: rabbitmq
repository: https://charts.jfrog.io/
version: 8.31.6
description: Universal component scan for security and license inventory and impact analysis
description: Universal component scan for security and license inventory and impact
analysis
home: https://www.jfrog.com/xray/
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/xray/logo/xray-logo.png
keywords:
Expand All @@ -23,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.57.6
version: 103.59.4
2 changes: 1 addition & 1 deletion stable/xray/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ nodeSelector:
Resolve unifiedCustomSecretVolumeName value
*/}}
{{- define "xray.unifiedCustomSecretVolumeName" -}}
{{- printf "%s-%s" (include "xray.name" .) ("unified-secret-volume") -}}
{{- printf "%s-%s" (include "xray.name" .) ("unified-secret-volume") | trunc 63 -}}
{{- end -}}

{{/*
Expand Down

0 comments on commit 921e322

Please sign in to comment.