Skip to content

Commit

Permalink
[jfrog-platform] 10.8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Oct 4, 2022
1 parent 718ba66 commit d227089
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 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.8.6] - Oct 4, 2022
* Update dependency distribution chart version to 102.15.0
* Update dependency pdn-server chart version to 101.2.0
* Updated global.versions.router version to `7.49.0`

## [10.8.5] - Sep 21, 2022
* Update dependency artifactory chart version to 107.41.13
* Update dependency xray chart version to 103.57.6
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 @@ -16,15 +16,15 @@ dependencies:
version: 103.57.6
- name: distribution
repository: https://charts.jfrog.io/
version: 102.14.3
version: 102.15.0
- name: insight
repository: https://charts.jfrog.io/
version: 101.12.0
- name: pdn-server
repository: https://charts.jfrog.io/
version: 101.1.3
version: 101.2.0
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.26.0
digest: sha256:1a08ddbeaaaba1f26ab5a22ca555ca3050b485de063936762f40c79944d0e3cf
generated: "2022-09-21T11:36:24.164776+05:30"
digest: sha256:a9399ace319872bc393a317776f8060eb7096564565d716f819fa8cd0446b340
generated: "2022-10-04T11:09:10.395095+05:30"
6 changes: 3 additions & 3 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ dependencies:
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.14.3
version: 102.15.0
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.12.0
- condition: pdnServer.enabled
name: pdn-server
repository: https://charts.jfrog.io/
version: 101.1.3
version: 101.2.0
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
Expand All @@ -59,4 +59,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.8.5
version: 10.8.6
4 changes: 2 additions & 2 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.42.0
router: 7.49.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -135,7 +135,7 @@ redis:
usePassword: false

artifactory:
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.8.4-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.8.6-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand Down

0 comments on commit d227089

Please sign in to comment.