From f5d30fbcb3ee8049f7e5e18905018572536b7aca Mon Sep 17 00:00:00 2001 From: Ram <1331672+chukka@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:09:07 +0530 Subject: [PATCH] [jfrog-platform] 10.19.3 release --- stable/jfrog-platform/CHANGELOG.md | 5 +++++ stable/jfrog-platform/Chart.lock | 8 ++++---- stable/jfrog-platform/Chart.yaml | 8 ++++---- stable/jfrog-platform/values.yaml | 4 ++-- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index 6912e8432..92702153b 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,11 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.19.3] - Aug 16, 2024 +* Update dependency artifactory chart version to 107.90.8 +* Update dependency xray chart version to 103.102.3 +* Update global.versions.router version to `7.124.1` + ## [10.19.2] - Aug 9, 2024 * Update dependency artifactory chart version to 107.90.7 * Update global.versions.router version to `7.124.0` diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index f26c1fd7c..164fa84f9 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.90.7 + version: 107.90.8 - name: xray repository: https://charts.jfrog.io/ - version: 103.101.5 + version: 103.102.3 - name: distribution repository: https://charts.jfrog.io/ version: 102.26.1 @@ -20,5 +20,5 @@ dependencies: - name: pipelines repository: https://charts.jfrog.io/ version: 101.59.7 -digest: sha256:11cf0f76de1a971c6dcad93ed0df7ae6af1a465413b583f6dfc03eb27893528b -generated: "2024-08-09T02:42:04.13602+05:30" +digest: sha256:2bdb6a67e534646a852528717f66a30716a0206c28a5188ed5230f01bd6084ce +generated: "2024-08-16T09:02:20.330994+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 21a864b38..58f187dfa 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.90.7 +appVersion: 7.90.8 dependencies: - condition: postgresql.enabled name: postgresql @@ -12,11 +12,11 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.90.7 + version: 107.90.8 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.101.5 + version: 103.102.3 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ @@ -50,4 +50,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.19.2 +version: 10.19.3 diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 49ec598b7..487fe2c37 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -27,7 +27,7 @@ global: ## For example : For artifactory, using global.versions.artifactory ## Note: Order of preference is 1) global.versions 2) .Values.artifactory.image.tag 3) Chart.AppVersion versions: - router: 7.124.0 + router: 7.124.1 # artifactory: # xray: # distribution: @@ -232,7 +232,7 @@ rabbitmq: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.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 }}"}]}' + installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.3-%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