From e29ba2f3ee6353ea3cf02fd886626dea3c52e19d Mon Sep 17 00:00:00 2001 From: Rahul Sadanandan Date: Mon, 8 Jul 2024 10:26:44 +0530 Subject: [PATCH] Xray release 3.98.2 (#1898) * 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 --- stable/xray/CHANGELOG.md | 3 +++ stable/xray/Chart.yaml | 4 ++-- stable/xray/templates/xray-ipa-deployment.yaml | 1 + stable/xray/templates/xray-server-deployment.yaml | 1 + stable/xray/templates/xray-statefulset.yaml | 1 + stable/xray/values.yaml | 4 ++-- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index af7e645ca..b76ae9ab6 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.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` diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 7b1589e9b..49facce15 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.96.1 +appVersion: 3.98.2 dependencies: - condition: postgresql.enabled name: postgresql @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.96.1 +version: 103.98.2 diff --git a/stable/xray/templates/xray-ipa-deployment.yaml b/stable/xray/templates/xray-ipa-deployment.yaml index e52cee884..b3344032c 100644 --- a/stable/xray/templates/xray-ipa-deployment.yaml +++ b/stable/xray/templates/xray-ipa-deployment.yaml @@ -41,6 +41,7 @@ spec: metadata: labels: app: {{ template "xray.name" . }} + chart: {{ template "xray.chart" . }} release: {{ .Release.Name }} component: {{ .Values.xray.name }} servicename: ipa diff --git a/stable/xray/templates/xray-server-deployment.yaml b/stable/xray/templates/xray-server-deployment.yaml index c54064c54..e6e3a0762 100644 --- a/stable/xray/templates/xray-server-deployment.yaml +++ b/stable/xray/templates/xray-server-deployment.yaml @@ -41,6 +41,7 @@ spec: metadata: labels: app: {{ template "xray.name" . }} + chart: {{ template "xray.chart" . }} release: {{ .Release.Name }} component: {{ .Values.xray.name }} servicename: server diff --git a/stable/xray/templates/xray-statefulset.yaml b/stable/xray/templates/xray-statefulset.yaml index 594d719fb..bd08983a1 100644 --- a/stable/xray/templates/xray-statefulset.yaml +++ b/stable/xray/templates/xray-statefulset.yaml @@ -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 }} diff --git a/stable/xray/values.yaml b/stable/xray/values.yaml index a7f99fb71..e99923429 100644 --- a/stable/xray/values.yaml +++ b/stable/xray/values.yaml @@ -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: @@ -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.