Skip to content

Commit

Permalink
[jfrog-platform] 10.19.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Aug 6, 2024
1 parent 680bde7 commit 128fea5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 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.1] - Aug 6, 2024
* Update dependency artifactory chart version to 107.90.6
* Update dependency xray chart version to 103.101.5

## [10.19.0] - Jul 25, 2024
* **Important change:**
* Mission Control is also disabled by default now, if you are using this product from previous release, enable them using your custom-values.yaml file.
Expand Down
10 changes: 5 additions & 5 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ dependencies:
version: 11.9.3
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.5
version: 107.90.6
- name: xray
repository: https://charts.jfrog.io/
version: 103.100.3
version: 103.101.5
- name: distribution
repository: https://charts.jfrog.io/
version: 102.25.1
version: 102.26.1
- name: insight
repository: https://charts.jfrog.io/
version: 101.16.7
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.59.7
digest: sha256:724e270ffa0a4cd4b68c9a26d6d0ee114ecc6fe669f35d1acbba8234b07cbfe0
generated: "2024-07-25T13:47:18.91713+05:30"
digest: sha256:17a38770cacdd56d4a24fc8d198f09139f3c363b75d8b61707cc3b760de0fd11
generated: "2024-08-06T01:33:16.248044+05:30"
10 changes: 5 additions & 5 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.5
appVersion: 7.90.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -12,15 +12,15 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.5
version: 107.90.6
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.100.3
version: 103.101.5
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.25.1
version: 102.26.1
- condition: insight.enabled
name: insight
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.0
version: 10.19.1
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.0-%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.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 }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down

0 comments on commit 128fea5

Please sign in to comment.