Skip to content

Commit dacbcf1

Browse files
committed
[jfrog-platform] 10.20.4 release
1 parent 59204ed commit dacbcf1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

stable/jfrog-platform/CHANGELOG.md

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

4-
## [10.20.3] - December 17, 2024
4+
## [10.20.4] - January 07, 2025
55
* Update dependency artifactory chart version
66
* Update dependency xray chart version
77

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.98.11
10+
version: 107.98.13
1111
- name: xray
1212
repository: https://charts.jfrog.io/
13-
version: 103.107.18
13+
version: 103.107.21
1414
- name: distribution
1515
repository: https://charts.jfrog.io/
1616
version: 102.27.2
@@ -23,5 +23,5 @@ dependencies:
2323
- name: worker
2424
repository: https://charts.jfrog.io/
2525
version: 101.95.1
26-
digest: sha256:7ce33bee1176f43a73c6e7b350ef8c7dccf2ade6a8d8658bffe8d16984672e57
27-
generated: "2024-12-17T06:37:19.577004175Z"
26+
digest: sha256:860f95e65a1166cb6166a71d5e5e89b9575e365ceeb3ab8b683a2cdb4437ace4
27+
generated: "2025-01-07T06:16:57.661690913Z"

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.98.11
2+
appVersion: 7.98.13
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.98.11
15+
version: 107.98.13
1616
- condition: xray.enabled
1717
name: xray
1818
repository: https://charts.jfrog.io/
19-
version: 103.107.18
19+
version: 103.107.21
2020
- condition: distribution.enabled
2121
name: distribution
2222
repository: https://charts.jfrog.io/
@@ -55,4 +55,4 @@ name: jfrog-platform
5555
sources:
5656
- https://github.com/jfrog/charts
5757
type: application
58-
version: 10.20.3
58+
version: 10.20.4

stable/jfrog-platform/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ rabbitmq:
232232
artifactory:
233233
enabled: true
234234
unifiedUpgradeAllowed: true
235-
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.20.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 }}"}]}'
235+
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.20.4-%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)