Skip to content

Commit

Permalink
[jfrog-platform] 10.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Oct 26, 2023
1 parent bd65245 commit 4f3c095
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 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.16.0] - Oct 26, 2023
* Update dependency artifactory chart version to 107.71.3
* Update dependency xray chart version to 103.83.10
* Update global.versions.router version to `7.81.0`

## [10.15.3] - Oct 16, 2023
* Update dependency artifactory chart version to 107.68.14
* Update dependency xray chart version to 103.83.9
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 @@ -10,10 +10,10 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.68.14
version: 107.71.3
- name: xray
repository: https://charts.jfrog.io/
version: 103.83.9
version: 103.83.10
- name: distribution
repository: https://charts.jfrog.io/
version: 102.20.3
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.44.5
digest: sha256:5a7e847fd17da2d2b9eaf0bfa4ff6fe43b00ccf51a7d57b163316520117c7cd7
generated: "2023-10-16T09:20:21.037251+05:30"
digest: sha256:9be06f4c96b581205f37d4f9403c19d9df5eb919a1a91a08d27c1f535a011a87
generated: "2023-10-26T11:55:31.32258+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.68.14
appVersion: 7.71.3
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,11 +16,11 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.68.14
version: 107.71.3
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.83.9
version: 103.83.10
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
Expand Down Expand Up @@ -55,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.15.3
version: 10.16.0
2 changes: 1 addition & 1 deletion stable/jfrog-platform/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,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 }}
{{- end }}
7 changes: 4 additions & 3 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Default values for jfrog-platform
# Default values for jfrog-platform.

# nameOverride:
# fullnameOverride:
Expand All @@ -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.79.0
router: 7.81.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -224,7 +224,7 @@ redis:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.3-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.0-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down Expand Up @@ -305,6 +305,7 @@ insight:
xms: "2g"
xmx: "2g"


pipelines:
enabled: true
unifiedUpgradeAllowed: true
Expand Down

0 comments on commit 4f3c095

Please sign in to comment.