Skip to content

Commit

Permalink
Xray release 3.98.2 (#1898)
Browse files Browse the repository at this point in the history
* Added structured system yaml for xray

* [xray] 3.97.3 release

* Update CHANGELOG.md

* [xray] 3.98.2 release

* Update CHANGELOG.md

---------

Co-authored-by: Nick Fisher <[email protected]>
  • Loading branch information
rahulsadanandan and nxf5025 authored Jul 8, 2024
1 parent 83c617b commit e29ba2f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
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.98.2] - May 27, 2024
* Added chart label to xray pods

## [103.96.1] - Apr 17, 2024
* Added `rabbitmq.containerSecurityContext.allowPrivilegeEscalation` flag to ensure `RunAsUser` commands cannot bypass their existing sets of permissions. Set to `false` by default
* Updated rabbitmq multi-arch tag version to to `3.12.13-debian-11-r0`
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.96.1
appVersion: 3.98.2
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.96.1
version: 103.98.2
1 change: 1 addition & 0 deletions stable/xray/templates/xray-ipa-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
metadata:
labels:
app: {{ template "xray.name" . }}
chart: {{ template "xray.chart" . }}
release: {{ .Release.Name }}
component: {{ .Values.xray.name }}
servicename: ipa
Expand Down
1 change: 1 addition & 0 deletions stable/xray/templates/xray-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
metadata:
labels:
app: {{ template "xray.name" . }}
chart: {{ template "xray.chart" . }}
release: {{ .Release.Name }}
component: {{ .Values.xray.name }}
servicename: server
Expand Down
1 change: 1 addition & 0 deletions stable/xray/templates/xray-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
metadata:
labels:
app: {{ template "xray.name" . }}
chart: {{ template "xray.chart" . }}
release: {{ .Release.Name }}
component: {{ .Values.xray.name }}
{{- with .Values.xray.labels }}
Expand Down
4 changes: 2 additions & 2 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ initContainers:
image:
registry: releases-docker.jfrog.io
repository: ubi9/ubi-minimal
tag: 9.4.949
tag: 9.4.949.1716471857
pullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -1322,7 +1322,7 @@ router:
image:
registry: releases-docker.jfrog.io
repository: jfrog/router
tag: 7.108.0
tag: 7.118.0
imagePullPolicy: IfNotPresent
serviceRegistry:
## Service registry (Access) TLS verification skipped if enabled.
Expand Down

0 comments on commit e29ba2f

Please sign in to comment.