Skip to content

Commit

Permalink
[jfrog-platform] 10.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Dec 17, 2021
1 parent 0f32227 commit e1145e2
Show file tree
Hide file tree
Showing 4 changed files with 15 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.1.1] - Dec 17, 2021
* Update dependency artifactory chart version to 107.29.8
* Update dependency xray chart version to 103.38.2
* Added distribution.initContainerImage to `releases-docker.jfrog.io/jfrog/ubi-minimal:8.5-204`

## [10.1.0] - Dec 7, 2021
* Added `artifactory.pipelines.enabled` flag to allow nginx instances in front of artifactory to allow websocket traffic
* Update dependency artifactory chart version to 107.29.7
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.29.7
version: 107.29.8
- name: xray
repository: https://charts.jfrog.io/
version: 103.37.2
version: 103.38.2
- name: distribution
repository: https://charts.jfrog.io/
version: 102.10.5
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.19.4
digest: sha256:61ccc524704c978fc70129d5fe2f3e838127a7193ca578d58c9d4880af015446
generated: "2021-12-08T07:41:30.145683+05:30"
digest: sha256:e39cf2cac2b0c6370ec3ed3b8ace89932f06bbd039dbbc0412570821f9457469
generated: "2021-12-17T14:46:14.827956+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.29.7
appVersion: 7.29.8
dependencies:
- name: postgresql
version: 10.3.18
Expand All @@ -14,11 +14,11 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: artifactory
version: 107.29.7
version: 107.29.8
repository: https://charts.jfrog.io/
condition: artifactory.enabled
- name: xray
version: 103.37.2
version: 103.38.2
repository: https://charts.jfrog.io/
condition: xray.enabled
- name: distribution
Expand Down Expand Up @@ -48,5 +48,5 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.1.0
version: 10.1.1
kubeVersion: ">= 1.14.0-0"
3 changes: 2 additions & 1 deletion stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ redis:
usePassword: false

artifactory:
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.1.0-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.1.1-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand Down Expand Up @@ -186,6 +186,7 @@ xray:
distribution:
enabled: true
unifiedUpgradeAllowed: true
initContainerImage: releases-docker.jfrog.io/jfrog/ubi-minimal:8.5-204
postgresql:
enabled: false
database:
Expand Down

0 comments on commit e1145e2

Please sign in to comment.