diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index 3be98da8a..42c1fe4b2 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,10 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.14.7] - Aug 18, 2023 +* Update dependency artifactory chart version to 107.63.12 +* Update dependency xray chart version to 103.80.9 + ## [10.14.6] - Aug 10, 2023 * Update dependency artifactory chart version to 107.63.11 * Update dependency xray chart version to 103.79.11 diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index 1212a4896..de08fef7e 100644 --- a/stable/jfrog-platform/Chart.lock +++ b/stable/jfrog-platform/Chart.lock @@ -10,10 +10,10 @@ dependencies: version: 12.10.1 - name: artifactory repository: https://charts.jfrog.io/ - version: 107.63.11 + version: 107.63.12 - name: xray repository: https://charts.jfrog.io/ - version: 103.79.11 + version: 103.80.9 - name: distribution repository: https://charts.jfrog.io/ version: 102.19.1 @@ -26,5 +26,5 @@ dependencies: - name: pipelines repository: https://charts.jfrog.io/ version: 101.43.2 -digest: sha256:18670b700ff4d8e87374e9f3579a67df6d4552a07faf5897334f7adbf0709b07 -generated: "2023-08-10T15:10:27.00885+05:30" +digest: sha256:1eb9a4d66f3bd9bd2194a68a467c3050544a2abf8addf18b04889a66a1e61a80 +generated: "2023-08-18T10:51:06.216557+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index dd4bdba8c..9c8ecb473 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.63.11 +appVersion: 7.63.12 dependencies: - condition: postgresql.enabled name: postgresql @@ -16,11 +16,11 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.63.11 + version: 107.63.12 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.79.11 + version: 103.80.9 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ @@ -59,4 +59,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.14.6 +version: 10.14.7 diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 87d9040a6..3cc24c343 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -218,7 +218,7 @@ redis: usePassword: false artifactory: - installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.14.6-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' + installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.14.7-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' enabled: true postgresql: enabled: false