Skip to content

Commit

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

## [10.13.2] - Jun 21, 2023
## [10.13.3] - Jul 1, 2023
* Update dependency artifactory chart version to 107.59.11
* Update dependency xray chart version to 103.76.7
* Update dependency pipelines chart version to 101.40.5

## [10.13.2] - Jun 21, 2023
* Update dependency insight chart version to 101.14.0
* Update dependency pipelines chart version to 101.40.1
* Update global.versions.router version to `7.70.1`
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,10 +10,10 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.59.9
version: 107.59.11
- name: xray
repository: https://charts.jfrog.io/
version: 103.75.12
version: 103.76.7
- name: distribution
repository: https://charts.jfrog.io/
version: 102.18.1
Expand All @@ -25,6 +25,6 @@ dependencies:
version: 101.2.0
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.40.1
digest: sha256:d318acbb8ec00af35e38d6d39262f45963bb7d5a0ff87508a33ed26bde159e5c
generated: "2023-06-21T06:51:47.550893+02:00"
version: 101.40.5
digest: sha256:bb148a45e3949aca61ed216edd65f2b7b36e650f1cf3ebc4c3a036beb6a08112
generated: "2023-07-01T12:41:11.191052+05:30"
8 changes: 4 additions & 4 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.59.9
version: 107.59.11
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.75.12
version: 103.76.7
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
Expand All @@ -36,7 +36,7 @@ dependencies:
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
version: 101.40.1
version: 101.40.5
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
automation)
home: https://jfrog.com/platform/
Expand All @@ -59,4 +59,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.13.2
version: 10.13.3
2 changes: 1 addition & 1 deletion stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ redis:
usePassword: false

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

0 comments on commit ae5a56b

Please sign in to comment.