Skip to content

Commit

Permalink
[jfrog-platform] 10.17.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Mar 14, 2024
1 parent 282c0dc commit 738dfb8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
8 changes: 4 additions & 4 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.77.6
appVersion: 7.77.7
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -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/
Expand Down Expand Up @@ -50,4 +50,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.17.1
version: 10.17.3
3 changes: 2 additions & 1 deletion stable/jfrog-platform/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 738dfb8

Please sign in to comment.