Skip to content

Commit

Permalink
[xray] 3.38.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Dec 16, 2021
1 parent 8c60630 commit 6996dbb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.37.2] - Nov 16, 2021
## [103.38.2] - Nov 26, 2021
* Fixed incorrect permission for filebeat.yaml [GH-1521](https://github.com/jfrog/charts/issues/1521)
* Moved router.topology.local.requireqservicetypes from system.yaml to router as environment variable
* Updated router version to `7.28.1`
* Updated initContainerImage to `jfrog/ubi-minimal:8.5-204`
* Updated Observability version to `1.1.4`
* Updated router version to `7.28.2`

## [103.36.0] - Nov 11, 2021
* Added Observability service
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.37.2
appVersion: 3.38.2
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -23,4 +23,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.37.2
version: 103.38.2
1 change: 1 addition & 0 deletions stable/xray/templates/xray-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- 'bash'
- '-c'
- >
if [[ -e "{{ .Values.xray.persistence.mountPath }}/etc/filebeat.yaml" ]]; then chmod 644 {{ .Values.xray.persistence.mountPath }}/etc/filebeat.yaml; fi;
echo "Copy system.yaml to {{ .Values.xray.persistence.mountPath }}/etc";
mkdir -p {{ .Values.xray.persistence.mountPath }}/etc;
{{- if .Values.systemYamlOverride.existingSecret }}
Expand Down
4 changes: 2 additions & 2 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ router:
image:
registry: releases-docker.jfrog.io
repository: jfrog/router
tag: 7.28.1
tag: 7.28.2
imagePullPolicy: IfNotPresent
serviceRegistry:
## Service registry (Access) TLS verification skipped if enabled
Expand Down Expand Up @@ -848,7 +848,7 @@ observability:
image:
registry: releases-docker.jfrog.io
repository: jfrog/observability
tag: 1.1.3
tag: 1.1.4
imagePullPolicy: IfNotPresent
resources: {}
# requests:
Expand Down

0 comments on commit 6996dbb

Please sign in to comment.