diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index e7bfe0674..124434466 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.20.2] - December 12, 2024 +* Update dependency artifactory chart version to 107.98.10 +* Update dependency xray chart version to 103.107.16 + ## [10.20.1] - Nov 25, 2024 * Fix jfrog url with duplicate artifactory string when release name has artifactory * Updated kubectl image to version `1.31.2` diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index 8c5acddea..0e0db2cdf 100644 --- a/stable/jfrog-platform/Chart.lock +++ b/stable/jfrog-platform/Chart.lock @@ -7,10 +7,10 @@ dependencies: version: 11.9.3 - name: artifactory repository: https://charts.jfrog.io/ - version: 107.98.9 + version: 107.98.10 - name: xray repository: https://charts.jfrog.io/ - version: 103.107.11 + version: 103.107.16 - name: distribution repository: https://charts.jfrog.io/ version: 102.27.2 @@ -23,5 +23,5 @@ dependencies: - name: worker repository: https://charts.jfrog.io/ version: 101.95.1 -digest: sha256:602c005909577fd36db25644f96b3895de318f1df5e4e3071e9a5cd777034c76 -generated: "2024-11-26T07:09:43.088388+05:30" +digest: sha256:b46e2d6768279b4c9c4c47c6a3defdf2dacbaf2d64a27f90f735c256868465d1 +generated: "2024-12-12T08:39:32.108588401Z" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index f8f447445..b1b6e49de 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.98.9 +appVersion: 7.98.10 dependencies: - condition: postgresql.enabled name: postgresql @@ -12,11 +12,11 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.98.9 + version: 107.98.10 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.107.11 + version: 103.107.16 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ @@ -55,4 +55,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.20.1 +version: 10.20.2 diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 58a47a5c9..a6f5c9386 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -232,7 +232,7 @@ rabbitmq: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.20.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 }}"}]}' + installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.20.2-%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