Skip to content

Commit

Permalink
[xray] 3.104.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Sep 12, 2024
1 parent 58b6186 commit 24b85b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.103.6] - July 17, 2024
## [103.104.8] - July 17, 2024
* Added support of specifying resources constraints for RabbitMQ's pre-upgrade-hook job
* Fixed formatting error associated to the `volumeMounts` for the `panoramic` microservice [GH-1895](https://github.com/jfrog/charts/issues/1895)

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.103.6
appVersion: 3.104.8
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.103.6
version: 103.104.8
3 changes: 3 additions & 0 deletions stable/xray/templates/xray-ipa-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ spec:
{{- with .Values.xray.annotations }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.policyenforcer.annotations }}
{{ toYaml . | indent 8 }}
{{- end }}
spec:
{{- if .Values.xray.schedulerName }}
schedulerName: {{ .Values.xray.schedulerName | quote }}
Expand Down
3 changes: 3 additions & 0 deletions stable/xray/templates/xray-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ spec:
{{- with .Values.xray.annotations }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.policyenforcer.annotations }}
{{ toYaml . | indent 8 }}
{{- end }}
spec:
{{- if .Values.xray.schedulerName }}
schedulerName: {{ .Values.xray.schedulerName | quote }}
Expand Down

0 comments on commit 24b85b2

Please sign in to comment.