Skip to content

Commit

Permalink
[jfrog-platform] 10.16.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Jan 5, 2024
1 parent af7d8bc commit aff8937
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.16.5] - Jan 05, 2024
* Update dependency artifactory chart version to 107.71.11
* Update dependency xray chart version to 103.86.10
* Update dependency insight chart version to 101.16.5
* Update global.versions.router version to `7.91.0`

## [10.16.4] - Dec 21, 2023
* Update dependency artifactory chart version to 107.71.9
* Update dependency xray chart version to 103.86.9
Expand Down
10 changes: 5 additions & 5 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.71.9
version: 107.71.11
- name: xray
repository: https://charts.jfrog.io/
version: 103.86.9
version: 103.86.10
- name: distribution
repository: https://charts.jfrog.io/
version: 102.21.3
- name: insight
repository: https://charts.jfrog.io/
version: 101.16.2
version: 101.16.5
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.49.6
digest: sha256:32c61749367e1641633c90e19e843f78154bb4ac2f4dd089c96189554efd17aa
generated: "2023-12-21T17:50:18.22187+05:30"
digest: sha256:e58b9782fa5370c28b3dbb208985e1935a142acf4332b4ae51afd16a7ee34e02
generated: "2024-01-05T12:11:36.43401+05:30"
10 changes: 5 additions & 5 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.71.9
appVersion: 7.71.11
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,19 +16,19 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.71.9
version: 107.71.11
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.86.9
version: 103.86.10
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.21.3
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.16.2
version: 101.16.5
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
Expand All @@ -55,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.16.4
version: 10.16.5
4 changes: 2 additions & 2 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.87.0
router: 7.91.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -224,7 +224,7 @@ redis:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.4-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.5-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down

0 comments on commit aff8937

Please sign in to comment.