Skip to content

Commit

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

## [10.15.3] - Oct 16, 2023
* Update dependency artifactory chart version to 107.68.14
* Update dependency xray chart version to 103.83.9
* Update dependency distribution chart version to 102.20.3
* Update dependency pipelines chart version to 101.44.5

## [10.15.2] - Sep 28, 2023
* Update dependency artifactory chart version to 107.68.11
* Update dependency xray chart version to 103.82.11
Expand Down
12 changes: 6 additions & 6 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.68.11
version: 107.68.14
- name: xray
repository: https://charts.jfrog.io/
version: 103.82.11
version: 103.83.9
- name: distribution
repository: https://charts.jfrog.io/
version: 102.20.2
version: 102.20.3
- name: insight
repository: https://charts.jfrog.io/
version: 101.15.4
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.43.2
digest: sha256:44905adc601fc4e279ccefd75e57f7f57475c810da9114b339827a7cb0cc2d7b
generated: "2023-09-28T08:26:41.419588+05:30"
version: 101.44.5
digest: sha256:5a7e847fd17da2d2b9eaf0bfa4ff6fe43b00ccf51a7d57b163316520117c7cd7
generated: "2023-10-16T09:20:21.037251+05:30"
12 changes: 6 additions & 6 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.68.11
appVersion: 7.68.14
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,23 +16,23 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.68.11
version: 107.68.14
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.82.11
version: 103.83.9
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.20.2
version: 102.20.3
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.15.4
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
version: 101.43.2
version: 101.44.5
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
automation)
home: https://jfrog.com/platform/
Expand All @@ -55,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.15.2
version: 10.15.3
2 changes: 1 addition & 1 deletion stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ redis:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.3-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down

0 comments on commit b3c16ef

Please sign in to comment.