Skip to content

Commit

Permalink
[jfrog-platform] 10.14.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Aug 4, 2023
1 parent a203c46 commit 2db9b4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.14.5] - Aug 4, 2023
* Update dependency artifactory chart version to 107.63.10

## [10.14.4] - Aug 2, 2023
* Update dependency artifactory chart version to 107.63.9
* Update dependency xray chart version to 103.78.11
Expand Down
6 changes: 3 additions & 3 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.63.9
version: 107.63.10
- name: xray
repository: https://charts.jfrog.io/
version: 103.78.11
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.42.0
digest: sha256:17814b15571bd9eee2c98fd274919d242939e319f6a1f147d75991efa0d1bb60
generated: "2023-08-02T18:46:25.9004+05:30"
digest: sha256:7b179ddb6e0709377cefa122bf705b94874402db425efc4551f7df9489e81510
generated: "2023-08-04T12:50:53.350873+05:30"
6 changes: 3 additions & 3 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.63.9
appVersion: 7.63.10
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,7 +16,7 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.63.9
version: 107.63.10
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
Expand Down Expand Up @@ -59,4 +59,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.14.4
version: 10.14.5
2 changes: 1 addition & 1 deletion stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ redis:
usePassword: false

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

0 comments on commit 2db9b4d

Please sign in to comment.