diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index cce7b4a5e..71098a354 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.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 diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 39b358464..a918c837b 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -32,4 +32,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.131.33 +version: 103.131.34 diff --git a/stable/xray/templates/xray-svc.yaml b/stable/xray/templates/xray-svc.yaml index 57c13e306..4846951af 100644 --- a/stable/xray/templates/xray-svc.yaml +++ b/stable/xray/templates/xray-svc.yaml @@ -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 }}