diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index f4d893d8b..d4f4203eb 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,13 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.15.2] - Sep 28, 2023 +* Update dependency artifactory chart version to 107.68.11 +* Update dependency xray chart version to 103.82.11 +* Update dependency distribution chart version to 102.20.2 +* Update dependency insight chart version to 101.15.4 +* Update global.versions.router version to `7.79.0` + ## [10.15.1] - Sep 15, 2023 * Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index fc099e988..2f834ef0c 100644 --- a/stable/jfrog-platform/Chart.lock +++ b/stable/jfrog-platform/Chart.lock @@ -10,21 +10,18 @@ dependencies: version: 12.10.1 - name: artifactory repository: https://charts.jfrog.io/ - version: 107.68.7 + version: 107.68.11 - name: xray repository: https://charts.jfrog.io/ - version: 103.82.6 + version: 103.82.11 - name: distribution repository: https://charts.jfrog.io/ - version: 102.20.1 + version: 102.20.2 - name: insight repository: https://charts.jfrog.io/ - version: 101.15.3 -- name: pdn-server - repository: https://charts.jfrog.io/ - version: 101.2.0 + version: 101.15.4 - name: pipelines repository: https://charts.jfrog.io/ version: 101.43.2 -digest: sha256:990eca96be356f9f6c9831e38d84114481395cbb3de6ccfe2bf2e3e9dcb3096a -generated: "2023-09-12T06:35:05.322817+05:30" +digest: sha256:44905adc601fc4e279ccefd75e57f7f57475c810da9114b339827a7cb0cc2d7b +generated: "2023-09-28T08:26:41.419588+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 0669239f0..18955310a 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -16,23 +16,19 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.68.7 + version: 107.68.11 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.82.6 + version: 103.82.11 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ - version: 102.20.1 + version: 102.20.2 - condition: insight.enabled name: insight repository: https://charts.jfrog.io/ - version: 101.15.3 -- condition: pdnServer.enabled - name: pdn-server - repository: https://charts.jfrog.io/ - version: 101.2.0 + version: 101.15.4 - condition: pipelines.enabled name: pipelines repository: https://charts.jfrog.io/ @@ -59,4 +55,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.15.1 +version: 10.15.2 diff --git a/stable/jfrog-platform/templates/NOTES.txt b/stable/jfrog-platform/templates/NOTES.txt index 1d894f80d..867d7900e 100644 --- a/stable/jfrog-platform/templates/NOTES.txt +++ b/stable/jfrog-platform/templates/NOTES.txt @@ -16,10 +16,6 @@ Congratulations. You have just deployed JFrog Platform Chart with following prod - distribution {{- end }} -{{- if .Values.pdnServer.enabled }} -- pdn-server -{{- end }} - {{- if .Values.pipelines.enabled }} - pipelines {{- end }} @@ -66,4 +62,4 @@ echo ${DB_PASSWORD} ***WARNING*** You are using the bundled postgresql database from the chart. Bundled postgresql database is not supported for production use cases. Use an external postgresql database for production deployments. --------------------------------------------------------------------------------------------------------------------------------------------------- -{{- end }} \ No newline at end of file +{{- end }} diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index cb496b40f..2805b6016 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -23,7 +23,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.78.0 + router: 7.79.0 # artifactory: # xray: # distribution: @@ -224,7 +224,7 @@ redis: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.1-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' + installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' postgresql: enabled: false waitForDatabase: false @@ -338,6 +338,3 @@ pipelines: build_vhost_name: pipelines root_vhost_name: pipelinesRoot protocol: amqp - -pdnServer: - enabled: false