Skip to content

Commit 9df151a

Browse files
committed
[jfrog-platform] 11.1.9 release
1 parent 807c02e commit 9df151a

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

stable/jfrog-platform/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# JFrog Platform Chart Changelog (GA releases only)
22
All changes to this chart will be documented in this file.
33

4+
## [11.1.9] - July 15, 2025
5+
* Update dependency artifactory chart version to 107.111.12
6+
47
## [11.1.8] - Jul 10, 2025
58
* Update dependency artifactory chart version to 107.111.11
69
* Update dependency xray chart version to 103.118.23

stable/jfrog-platform/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
version: 14.6.6
88
- name: artifactory
99
repository: https://charts.jfrog.io/
10-
version: 107.111.11
10+
version: 107.111.12
1111
- name: xray
1212
repository: https://charts.jfrog.io/
1313
version: 103.118.23
@@ -20,5 +20,5 @@ dependencies:
2020
- name: worker
2121
repository: https://charts.jfrog.io/
2222
version: 101.133.0
23-
digest: sha256:5ff9bf72610624d7de1a8ba37db17039cf660475fdc31110cbfcced8c5f59a2c
24-
generated: "2025-07-10T12:32:06.370765+05:30"
23+
digest: sha256:022ba4fc4a286b1054bd3703f5b4ca353789834dfab4e9a94d1ab641c60b20de
24+
generated: "2025-07-15T10:34:32.085148855Z"

stable/jfrog-platform/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 7.111.10
2+
appVersion: 7.111.12
33
dependencies:
44
- condition: postgresql.enabled
55
name: postgresql
@@ -12,7 +12,7 @@ dependencies:
1212
- condition: artifactory.enabled
1313
name: artifactory
1414
repository: https://charts.jfrog.io/
15-
version: 107.111.11
15+
version: 107.111.12
1616
- condition: xray.enabled
1717
name: xray
1818
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.1.8
55+
version: 11.1.9

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.1.8-%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.1.9-%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)