Skip to content

Commit

Permalink
[xray] 3.66.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Feb 17, 2023
1 parent b931a10 commit 13460e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.65.3] - Jan 18, 2023
## [103.66.6] - Jan 16, 2023
* Added topologySpreadConstraints to xray pods
* Allow setting executionServiceAesKey in a secret [GH-1685](https://github.com/jfrog/charts/issues/1685)
* Updated postgresql tag version to `13.9.0-debian-11-r11`
* Adding support for PodDisruptionBudget
* Updated jfrogUrl text path to copy

## [103.63.0] - Jan 16, 2023
* Updated initContainerImage and logger image to `ubi8/ubi-minimal:8.7.1049`
Expand Down
4 changes: 2 additions & 2 deletions stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.65.3
appVersion: 3.66.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.65.3
version: 103.66.6
2 changes: 1 addition & 1 deletion stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ xray:
logging:
consoleLog:
enabled: {{ .Values.xray.consoleLog }}
jfrogUrl: "{{ tpl (required "\n\nxray.jfrogUrl or global.jfrogUrl is required! This allows to connect to Artifactory.\nYou can copy the JFrog URL from Administration > User Management > Settings > Connection details" (include "xray.jfrogUrl" .)) . }}"
jfrogUrl: "{{ tpl (required "\n\nxray.jfrogUrl or global.jfrogUrl is required! This allows to connect to Artifactory.\nYou can copy the JFrog URL from Admin > Security > Settings" (include "xray.jfrogUrl" .)) . }}"
database:
{{- if .Values.postgresql.enabled }}
type: "postgresql"
Expand Down

0 comments on commit 13460e0

Please sign in to comment.