Skip to content

Commit f5d30fb

Browse files
committed
[jfrog-platform] 10.19.3 release
1 parent c53d493 commit f5d30fb

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

stable/jfrog-platform/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# JFrog Platform Chart Changelog (GA releases only)
22
All changes to this chart will be documented in this file.
33

4+
## [10.19.3] - Aug 16, 2024
5+
* Update dependency artifactory chart version to 107.90.8
6+
* Update dependency xray chart version to 103.102.3
7+
* Update global.versions.router version to `7.124.1`
8+
49
## [10.19.2] - Aug 9, 2024
510
* Update dependency artifactory chart version to 107.90.7
611
* Update global.versions.router version to `7.124.0`

stable/jfrog-platform/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ dependencies:
77
version: 11.9.3
88
- name: artifactory
99
repository: https://charts.jfrog.io/
10-
version: 107.90.7
10+
version: 107.90.8
1111
- name: xray
1212
repository: https://charts.jfrog.io/
13-
version: 103.101.5
13+
version: 103.102.3
1414
- name: distribution
1515
repository: https://charts.jfrog.io/
1616
version: 102.26.1
@@ -20,5 +20,5 @@ dependencies:
2020
- name: pipelines
2121
repository: https://charts.jfrog.io/
2222
version: 101.59.7
23-
digest: sha256:11cf0f76de1a971c6dcad93ed0df7ae6af1a465413b583f6dfc03eb27893528b
24-
generated: "2024-08-09T02:42:04.13602+05:30"
23+
digest: sha256:2bdb6a67e534646a852528717f66a30716a0206c28a5188ed5230f01bd6084ce
24+
generated: "2024-08-16T09:02:20.330994+05:30"

stable/jfrog-platform/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 7.90.7
2+
appVersion: 7.90.8
33
dependencies:
44
- condition: postgresql.enabled
55
name: postgresql
@@ -12,11 +12,11 @@ dependencies:
1212
- condition: artifactory.enabled
1313
name: artifactory
1414
repository: https://charts.jfrog.io/
15-
version: 107.90.7
15+
version: 107.90.8
1616
- condition: xray.enabled
1717
name: xray
1818
repository: https://charts.jfrog.io/
19-
version: 103.101.5
19+
version: 103.102.3
2020
- condition: distribution.enabled
2121
name: distribution
2222
repository: https://charts.jfrog.io/
@@ -50,4 +50,4 @@ name: jfrog-platform
5050
sources:
5151
- https://github.com/jfrog/charts
5252
type: application
53-
version: 10.19.2
53+
version: 10.19.3

stable/jfrog-platform/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ global:
2727
## For example : For artifactory, using global.versions.artifactory
2828
## Note: Order of preference is 1) global.versions 2) .Values.artifactory.image.tag 3) Chart.AppVersion
2929
versions:
30-
router: 7.124.0
30+
router: 7.124.1
3131
# artifactory:
3232
# xray:
3333
# distribution:
@@ -232,7 +232,7 @@ rabbitmq:
232232
artifactory:
233233
enabled: true
234234
unifiedUpgradeAllowed: true
235-
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.2-%s" .Chart.AppVersion }}","features":[{"featureId":"Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"},{"featureId":"Database/{{ .Values.database.type }}"},{"featureId":"Nginx_Enabled/{{ .Values.nginx.enabled }}"},{"featureId":"ArtifactoryPersistence_Type/{{ .Values.artifactory.persistence.type }}"},{"featureId":"SplitServicesToContainers_Enabled/{{ .Values.splitServicesToContainers }}"},{"featureId":"Filebeat_Enabled/{{ .Values.filebeat.enabled }}"},{"featureId":"ReplicaCount/{{ .Values.artifactory.replicaCount }}"}]}'
235+
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.3-%s" .Chart.AppVersion }}","features":[{"featureId":"Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"},{"featureId":"Database/{{ .Values.database.type }}"},{"featureId":"Nginx_Enabled/{{ .Values.nginx.enabled }}"},{"featureId":"ArtifactoryPersistence_Type/{{ .Values.artifactory.persistence.type }}"},{"featureId":"SplitServicesToContainers_Enabled/{{ .Values.splitServicesToContainers }}"},{"featureId":"Filebeat_Enabled/{{ .Values.filebeat.enabled }}"},{"featureId":"ReplicaCount/{{ .Values.artifactory.replicaCount }}"}]}'
236236
postgresql:
237237
enabled: false
238238
waitForDatabase: false

0 commit comments

Comments
 (0)