Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.131.34] - Jan 22, 2026
* Fix broken identation in xray-service which causes some missplaced selector keys

## [103.131.33] - Sep 22, 2025
* Add existingContent queues to keda - Xray should scale up replicas based on existingContent queues size
* Add env variable `JF_SHARED_NODE_IP` to router container
Expand Down
2 changes: 1 addition & 1 deletion stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.131.33
version: 103.131.34
4 changes: 2 additions & 2 deletions stable/xray/templates/xray-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ spec:
app: {{ template "xray.name" . }}
component: {{ .Values.xray.name }}
release: {{ .Release.Name }}
{{- if or .Values.splitXraytoSeparateDeployments.ipa .Values.splitXraytoSeparateDeployments.fullSplit }}
{{- if or .Values.splitXraytoSeparateDeployments.ipa .Values.splitXraytoSeparateDeployments.fullSplit }}
servicename: server
{{- end }}
{{- end }}