Skip to content

Commit a0dfb13

Browse files
committed
[jfrog-platform] 11.2.2 release
1 parent 38c5f2c commit a0dfb13

4 files changed

Lines changed: 16 additions & 11 deletions

File tree

stable/jfrog-platform/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
## [11.2.2] - September 02, 2025
5+
* Update dependency artifactory chart version to 107.117.15
6+
* Update dependency distribution chart version to 102.33.2
7+
* Update dependency catalog chart version to 101.25.1
8+
49
## [11.2.1] - August 19, 2025
510
* Update dependency artifactory chart version to 107.117.14
611
* Update dependency xray chart version to 103.124.20

stable/jfrog-platform/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ dependencies:
77
version: 15.4.1
88
- name: artifactory
99
repository: https://charts.jfrog.io/
10-
version: 107.117.14
10+
version: 107.117.15
1111
- name: xray
1212
repository: https://charts.jfrog.io/
1313
version: 103.124.20
1414
- name: catalog
1515
repository: https://charts.jfrog.io/
16-
version: 101.24.0
16+
version: 101.25.1
1717
- name: distribution
1818
repository: https://charts.jfrog.io/
19-
version: 102.33.0
19+
version: 102.33.2
2020
- name: worker
2121
repository: https://charts.jfrog.io/
2222
version: 101.153.0
23-
digest: sha256:68b0d4edd521c50b57aa085dcb378740672e29887ab4cf065feb6bd3f95e1738
24-
generated: "2025-08-19T10:22:24.405550967Z"
23+
digest: sha256:67ebed407010ac12e5ea055868794a5e601efc091d880e551aa4311fa8b2cd00
24+
generated: "2025-09-02T14:36:31.705195408Z"

stable/jfrog-platform/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 7.117.14
2+
appVersion: 7.117.15
33
dependencies:
44
- condition: postgresql.enabled
55
name: postgresql
@@ -12,19 +12,19 @@ dependencies:
1212
- condition: artifactory.enabled
1313
name: artifactory
1414
repository: https://charts.jfrog.io/
15-
version: 107.117.14
15+
version: 107.117.15
1616
- condition: xray.enabled
1717
name: xray
1818
repository: https://charts.jfrog.io/
1919
version: 103.124.20
2020
- condition: catalog.enabled
2121
name: catalog
2222
repository: https://charts.jfrog.io/
23-
version: 101.24.0
23+
version: 101.25.1
2424
- condition: distribution.enabled
2525
name: distribution
2626
repository: https://charts.jfrog.io/
27-
version: 102.33.0
27+
version: 102.33.2
2828
- condition: worker.enabled
2929
name: worker
3030
repository: https://charts.jfrog.io/
@@ -52,4 +52,4 @@ name: jfrog-platform
5252
sources:
5353
- https://github.com/jfrog/charts
5454
type: application
55-
version: 11.2.1
55+
version: 11.2.2

stable/jfrog-platform/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ rabbitmq:
270270
artifactory:
271271
enabled: true
272272
unifiedUpgradeAllowed: true
273-
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "11.2.1-%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 }}"}]}'
273+
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "11.2.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 }}"}]}'
274274
postgresql:
275275
enabled: false
276276
waitForDatabase: false

0 commit comments

Comments
 (0)