Skip to content

Commit

Permalink
[jfrog-platform] 10.19.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Sep 12, 2024
1 parent 24b85b2 commit db9d573
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.19.5] - Sep 11, 2024
* Update dependency artifactory chart version to 107.90.10
* Update dependency xray chart version to 103.104.8

## [10.19.4] - Aug 28, 2024
* Update dependency artifactory chart version to 107.90.9
* Update dependency xray chart version to 103.103.6
Expand Down
8 changes: 4 additions & 4 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
version: 11.9.3
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.9
version: 107.90.10
- name: xray
repository: https://charts.jfrog.io/
version: 103.103.6
version: 103.104.8
- name: distribution
repository: https://charts.jfrog.io/
version: 102.26.1
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.59.7
digest: sha256:e8443b53820da5923425fe791eca0c2e4de4f63b5ae2b5afeb8fa73544b2aced
generated: "2024-08-28T19:40:38.134486+05:30"
digest: sha256:fb50efce66803cefab39d3efc0a32c0842b97703a8bec572453b2217a56d8934
generated: "2024-09-11T16:49:29.381655+02:00"
8 changes: 4 additions & 4 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.90.9
appVersion: 7.90.10
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -12,11 +12,11 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.9
version: 107.90.10
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.103.6
version: 103.104.8
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
Expand Down Expand Up @@ -50,4 +50,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.19.4
version: 10.19.5
2 changes: 1 addition & 1 deletion stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ rabbitmq:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.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 }}"}]}'
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.5-%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 }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down

0 comments on commit db9d573

Please sign in to comment.