diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index d4f4203eb..ee4cf42db 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -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 diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index 2f834ef0c..956cadb92 100644 --- a/stable/jfrog-platform/Chart.lock +++ b/stable/jfrog-platform/Chart.lock @@ -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" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 18955310a..0413ff3e7 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.11 +appVersion: 7.68.14 dependencies: - condition: postgresql.enabled name: postgresql @@ -16,15 +16,15 @@ 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/ @@ -32,7 +32,7 @@ dependencies: - 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/ @@ -55,4 +55,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.15.2 +version: 10.15.3 diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 2805b6016..55b236875 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -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