Skip to content

Commit

Permalink
Merge pull request jfrog#1558 from jfrog/platform-10.1.0
Browse files Browse the repository at this point in the history
[jfrog-platform] 10.1.0 release
  • Loading branch information
chukka authored Dec 8, 2021
2 parents 39a10cc + 2effe40 commit 58e3679
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pipelines/ci-rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipelines:
configuration:
environmentVariables:
readOnly:
HELM_VERSION: v3.7.0
HELM_VERSION: v3.7.1
steps:
- name: install_rt
type: Bash
Expand Down
7 changes: 6 additions & 1 deletion stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file
All changes to this chart will be documented in this file.

## [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
* Update dependency distribution chart version to 102.10.5

## [10.0.4] - Nov 30, 2021
* Update dependency xray chart version to 103.37.2
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,18 +10,18 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.27.10
version: 107.29.7
- name: xray
repository: https://charts.jfrog.io/
version: 103.37.2
- name: distribution
repository: https://charts.jfrog.io/
version: 102.10.3
version: 102.10.5
- name: insight
repository: https://charts.jfrog.io/
version: 101.1.3
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.19.4
digest: sha256:ea1ceb61a088bad2ba19bb10525cbd83fc5e4afd7c1b5d80a25b7b84a2985807
generated: "2021-11-30T08:26:33.768443+05:30"
digest: sha256:61ccc524704c978fc70129d5fe2f3e838127a7193ca578d58c9d4880af015446
generated: "2021-12-08T07:41:30.145683+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.27.10
appVersion: 7.29.7
dependencies:
- name: postgresql
version: 10.3.18
Expand All @@ -14,15 +14,15 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: artifactory
version: 107.27.10
version: 107.29.7
repository: https://charts.jfrog.io/
condition: artifactory.enabled
- name: xray
version: 103.37.2
repository: https://charts.jfrog.io/
condition: xray.enabled
- name: distribution
version: 102.10.3
version: 102.10.5
repository: https://charts.jfrog.io/
condition: distribution.enabled
- name: insight
Expand All @@ -48,5 +48,5 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.0.4
version: 10.1.0
kubeVersion: ">= 1.14.0-0"
5 changes: 4 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.0.4-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.1.0-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand All @@ -147,6 +147,9 @@ artifactory:
# Note: For artifactory Pro license, mission-control is not supported, Hence, set mc.enabled: false
mc:
enabled: true
## Note: This needs to be set to true when artifactory is connected with pipelines and Nginx instances in front of artifactory need to allow websocket traffic. Only applicable on E+ license.
pipelines:
enabled: false
artifactory:
# Note: For HA deployments, set replicaCount >1 (recommended 3)
replicaCount: 1
Expand Down

0 comments on commit 58e3679

Please sign in to comment.