diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index bbb908c85..cf37138be 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,8 +1,12 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. -## [10.13.2] - Jun 21, 2023 +## [10.13.3] - Jul 1, 2023 * Update dependency artifactory chart version to 107.59.11 +* Update dependency xray chart version to 103.76.7 +* Update dependency pipelines chart version to 101.40.5 + +## [10.13.2] - Jun 21, 2023 * Update dependency insight chart version to 101.14.0 * Update dependency pipelines chart version to 101.40.1 * Update global.versions.router version to `7.70.1` diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index c98cfaa17..9b5a3b980 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.59.9 + version: 107.59.11 - name: xray repository: https://charts.jfrog.io/ - version: 103.75.12 + version: 103.76.7 - name: distribution repository: https://charts.jfrog.io/ version: 102.18.1 @@ -25,6 +25,6 @@ dependencies: version: 101.2.0 - name: pipelines repository: https://charts.jfrog.io/ - version: 101.40.1 -digest: sha256:d318acbb8ec00af35e38d6d39262f45963bb7d5a0ff87508a33ed26bde159e5c -generated: "2023-06-21T06:51:47.550893+02:00" + version: 101.40.5 +digest: sha256:bb148a45e3949aca61ed216edd65f2b7b36e650f1cf3ebc4c3a036beb6a08112 +generated: "2023-07-01T12:41:11.191052+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 185a866bb..f2e5ae0ed 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -16,11 +16,11 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.59.9 + version: 107.59.11 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.75.12 + version: 103.76.7 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ @@ -36,7 +36,7 @@ dependencies: - condition: pipelines.enabled name: pipelines repository: https://charts.jfrog.io/ - version: 101.40.1 + version: 101.40.5 description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps automation) home: https://jfrog.com/platform/ @@ -59,4 +59,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.13.2 +version: 10.13.3 diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 65e9a932a..8bc9dbec6 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -176,7 +176,7 @@ redis: usePassword: false artifactory: - installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.13.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' + installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.13.3-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' enabled: true postgresql: enabled: false