From 738dfb8459e1ce36ad0d7479e3dc7c15bff55fc6 Mon Sep 17 00:00:00 2001 From: Ram <1331672+chukka@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:22:10 +0530 Subject: [PATCH] [jfrog-platform] 10.17.3 release --- stable/jfrog-platform/CHANGELOG.md | 5 +++++ stable/jfrog-platform/Chart.lock | 8 ++++---- stable/jfrog-platform/Chart.yaml | 8 ++++---- stable/jfrog-platform/templates/NOTES.txt | 3 ++- stable/jfrog-platform/values.yaml | 2 +- 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index 634fa40c1..db9dcc07c 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.17.3] - Mar 14, 2024 +* Add missing IF statement in `NOTES.txt` +* Update dependency artifactory chart version to 107.77.7 +* Update dependency xray chart version to 103.91.3 + ## [10.17.1] - Feb 29, 2024 * Updated README.md to create a namespace using `--create-namespace` as part of helm install * Updated `artifactory.installerInfo` content diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index 9ba838e5b..c937c107e 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.77.6 + version: 107.77.7 - name: xray repository: https://charts.jfrog.io/ - version: 103.90.1 + version: 103.91.3 - name: distribution repository: https://charts.jfrog.io/ version: 102.22.2 @@ -20,5 +20,5 @@ dependencies: - name: pipelines repository: https://charts.jfrog.io/ version: 101.55.6 -digest: sha256:7dab87296e623847160abc644f43556da5bb2d7083a357888e68a6db1e11f9e1 -generated: "2024-02-29T20:49:08.265023+05:30" +digest: sha256:4bdf8d88c9d9b387a08a5a790e4c5393a4dc84fe34811cebe0f366bd7a9a0203 +generated: "2024-03-14T08:08:59.105896+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 90907869f..9abee118f 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.77.6 +appVersion: 7.77.7 dependencies: - condition: postgresql.enabled name: postgresql @@ -12,11 +12,11 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.77.6 + version: 107.77.7 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.90.1 + version: 103.91.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.17.1 +version: 10.17.3 diff --git a/stable/jfrog-platform/templates/NOTES.txt b/stable/jfrog-platform/templates/NOTES.txt index 8271a00f9..eb3bf2c5c 100644 --- a/stable/jfrog-platform/templates/NOTES.txt +++ b/stable/jfrog-platform/templates/NOTES.txt @@ -50,8 +50,9 @@ Instructions for accessing the JFrog Platform - Username: admin - Password: password {{- end }} - +{{- if .Values.postgresql.enabled }} --------------------------------------------------------------------------------------------------------------------------------------------------- ***WARNING*** You are using the bundled PostgreSQL database from the chart. This bundled database is not suitable for production use cases. Use an external PostgreSQL database for production deployments. --------------------------------------------------------------------------------------------------------------------------------------------------- +{{- end }} \ No newline at end of file diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 9b0581751..9785c3831 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -213,7 +213,7 @@ rabbitmq: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.17.0-%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.17.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