Skip to content

Commit

Permalink
[jfrog-platform] 10.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Oct 12, 2022
1 parent 921e322 commit a921bc0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
8 changes: 8 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.9.0] - Oct 11, 2022
* Remove filler Pipelines urls in values.yaml as they block default Pipeline's externalApi url from being used
* Updated rabbitmq version to `3.9.21-debian-11-r0`
* Removed the no longer used pipelines enablement configuration in artifactory subchart
* Update dependency artifactory chart version to 107.46.3
* Update dependency insight chart version to 101.12.1
* Update dependency pipelines chart version to 101.27.5

## [10.8.6] - Oct 4, 2022
* Update dependency distribution chart version to 102.15.0
* Update dependency pdn-server chart version to 101.2.0
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,7 +10,7 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.41.13
version: 107.46.3
- name: xray
repository: https://charts.jfrog.io/
version: 103.57.6
Expand All @@ -19,12 +19,12 @@ dependencies:
version: 102.15.0
- name: insight
repository: https://charts.jfrog.io/
version: 101.12.0
version: 101.12.1
- name: pdn-server
repository: https://charts.jfrog.io/
version: 101.2.0
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.26.0
digest: sha256:a9399ace319872bc393a317776f8060eb7096564565d716f819fa8cd0446b340
generated: "2022-10-04T11:09:10.395095+05:30"
version: 101.27.5
digest: sha256:001c797dab4bbd0f6f5929848ff113e25356a739986ba054c64f13b7f34a6c50
generated: "2022-10-11T15:15:17.191888+05:30"
10 changes: 5 additions & 5 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.41.13
appVersion: 7.46.3
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.41.13
version: 107.46.3
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
Expand All @@ -28,15 +28,15 @@ dependencies:
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.12.0
version: 101.12.1
- condition: pdnServer.enabled
name: pdn-server
repository: https://charts.jfrog.io/
version: 101.2.0
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
version: 101.26.0
version: 101.27.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.8.6
version: 10.9.0
17 changes: 6 additions & 11 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ global:
jfrogUrl: '{{ include "jfrog-platform.jfrogUrl" . }}'
## Artifactory UI URL - Mandatory
## Update jfrogUrlUI before running builds on Pipelines
## This must be the external URL of Artifactory, for example: https://artifactory.example.com
jfrogUrlUI: '{{ include "jfrog-platform.jfrogUrl" . }}'
## This must be the external URL of Artifactory that any service (such as scm provider) and buildnodes
## that you're using can access, for example: https://artifactory.example.com
## This is a test url and must be changed before running any builds
jfrogUrlUI: http://my.artifactory.instance.com
joinKey: EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
masterKey: bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
## Chart.AppVersion for each product can be overidden using global.versions.<product>
Expand Down Expand Up @@ -76,7 +78,7 @@ rabbitmq:
enabled: true
image:
repository: bitnami/rabbitmq
tag: 3.9.15-debian-10-r5
tag: 3.9.21-debian-11-r0
auth:
username: admin
password: password
Expand Down Expand Up @@ -135,7 +137,7 @@ redis:
usePassword: false

artifactory:
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.8.6-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.9.0-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand All @@ -149,9 +151,6 @@ 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 Expand Up @@ -223,10 +222,6 @@ pipelines:
user: "apiuser"
password: "pipeline"
pipelines:
api:
externalUrl: http://pipelines.test.com
www:
externalUrl: http://pipelines.test.com
msg:
uiUserPassword: password
redis:
Expand Down

0 comments on commit a921bc0

Please sign in to comment.