Skip to content

Commit

Permalink
[xray] 3.69.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Mar 28, 2023
1 parent c2b5d2f commit 7ee396d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.67.9] - Feb 16, 2023

## [103.69.3] - Feb 16, 2023
* Updated initContainerImage and logger image to `ubi9/ubi-minimal:9.1.0.1760`

## [103.67.0] - Feb 16, 2023
* Added topologySpreadConstraints to xray pods
* Allow setting executionServiceAesKey in a secret [GH-1685](https://github.com/jfrog/charts/issues/1685)
* Updated postgresql tag version to `13.9.0-debian-11-r11`
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.67.9
appVersion: 3.69.3
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.67.9
version: 103.69.3
10 changes: 5 additions & 5 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ global:
## String to fully override xray.fullname template
##
# fullnameOverride:
initContainerImage: releases-docker.jfrog.io/ubi8/ubi-minimal:8.7.1049
initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.1.0.1760
imagePullPolicy: IfNotPresent
# Init containers
initContainers:
Expand Down Expand Up @@ -303,8 +303,8 @@ autoscaling:
logger:
image:
registry: releases-docker.jfrog.io
repository: ubi8/ubi-minimal
tag: 8.7.1049
repository: ubi9/ubi-minimal
tag: 9.1.0.1760
## Service Account
## Ref: https://kubernetes.io/docs/admin/service-accounts-admin/
##
Expand Down Expand Up @@ -890,7 +890,7 @@ router:
image:
registry: releases-docker.jfrog.io
repository: jfrog/router
tag: 7.56.0
tag: 7.61.1
imagePullPolicy: IfNotPresent
serviceRegistry:
## Service registry (Access) TLS verification skipped if enabled
Expand Down Expand Up @@ -969,7 +969,7 @@ observability:
image:
registry: releases-docker.jfrog.io
repository: jfrog/observability
tag: 1.13.0
tag: 1.13.1
imagePullPolicy: IfNotPresent
internalPort: 8036
resources: {}
Expand Down

0 comments on commit 7ee396d

Please sign in to comment.