Skip to content
Open
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.118.11] - May 21, 2025
* Add starting slash to observability health-checks to fix an [issue with linkerd deployments](https://github.com/linkerd/linkerd2/issues/14034)

## [103.118.11] - April 2, 2025
* Add affinity and tolerations to rabbitmq migration hook
* Update rabbitmq tag version to `3.13.7-debian-12-r6`
Expand Down
2 changes: 1 addition & 1 deletion stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.118.11
version: 103.118.12
4 changes: 2 additions & 2 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ observability:
enabled: true
config: |
httpGet:
path: observability/api/v1/system/liveness
path: /observability/api/v1/system/liveness
port: 8082
scheme: {{ include "xray.scheme" . | upper}}
initialDelaySeconds: {{ if semverCompare "<v1.20.0-0" .Capabilities.KubeVersion.Version }}90{{ else }}0{{ end }}
Expand All @@ -1489,7 +1489,7 @@ observability:
enabled: true
config: |
httpGet:
path: observability/api/v1/system/readiness
path: /observability/api/v1/system/readiness
port: 8082
scheme: {{ include "xray.scheme" . | upper}}
initialDelaySeconds: 30
Expand Down
Loading