Skip to content

Commit

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

## [10.14.7] - Aug 18, 2023
* Update dependency artifactory chart version to 107.63.12
* Update dependency xray chart version to 103.80.9

## [10.14.6] - Aug 10, 2023
* Update dependency artifactory chart version to 107.63.11
* Update dependency xray chart version to 103.79.11
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.63.11
version: 107.63.12
- name: xray
repository: https://charts.jfrog.io/
version: 103.79.11
version: 103.80.9
- name: distribution
repository: https://charts.jfrog.io/
version: 102.19.1
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.43.2
digest: sha256:18670b700ff4d8e87374e9f3579a67df6d4552a07faf5897334f7adbf0709b07
generated: "2023-08-10T15:10:27.00885+05:30"
digest: sha256:1eb9a4d66f3bd9bd2194a68a467c3050544a2abf8addf18b04889a66a1e61a80
generated: "2023-08-18T10:51:06.216557+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.63.11
appVersion: 7.63.12
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.63.11
version: 107.63.12
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.79.11
version: 103.80.9
- condition: distribution.enabled
name: distribution
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.6
version: 10.14.7
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.6-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.14.7-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand Down

0 comments on commit 0c84cae

Please sign in to comment.