Skip to content

Commit

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

## [10.16.3] - Dec 6, 2023
* Update dependency artifactory chart version to 107.71.5
* Update dependency xray chart version to 103.86.4
* Update dependency insight chart version to 101.16.2
* Update global.versions.router version to `7.87.0`
* Fixed an issue to use custom postgres DB port other than default 5432

## [10.16.2] - Nov 10, 2023
* Update dependency artifactory chart version to 107.71.4
* Update dependency xray chart version to 103.85.5
Expand Down
12 changes: 6 additions & 6 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.71.4
version: 107.71.5
- name: xray
repository: https://charts.jfrog.io/
version: 103.85.5
version: 103.86.4
- name: distribution
repository: https://charts.jfrog.io/
version: 102.20.3
- name: insight
repository: https://charts.jfrog.io/
version: 101.15.4
version: 101.16.2
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.44.5
digest: sha256:15d219e1983ce1ab5c8d759f2814c645ab359c4e779a9e0c79b3caa529945d31
generated: "2023-11-09T11:25:20.649655+05:30"
version: 101.49.6
digest: sha256:4847f218a834270716d385021c95ecda71d7c05793bc6ee8a15068fa265e7080
generated: "2023-12-06T16:59:30.106029+05:30"
12 changes: 6 additions & 6 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.71.4
appVersion: 7.71.5
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,23 +16,23 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.71.4
version: 107.71.5
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.85.5
version: 103.86.4
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.20.3
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.15.4
version: 101.16.2
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
version: 101.44.5
version: 101.49.6
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
automation)
home: https://jfrog.com/platform/
Expand All @@ -55,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.16.2
version: 10.16.3
2 changes: 1 addition & 1 deletion stable/jfrog-platform/files/setupPostgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ setupDB(){

## Set Postgres options
[[ -z "${POSTGRES_PATH}" ]] && PSQL=psql || PSQL=${POSTGRES_PATH}/psql
POSTGRES_OPTIONS="sslmode=${DB_SSL_MODE} --host=${DB_HOST} -U ${PGUSERNAME} -w"
POSTGRES_OPTIONS="sslmode=${DB_SSL_MODE} --host=${DB_HOST} -p ${DB_PORT} -U ${PGUSERNAME} -w"

init

Expand Down
4 changes: 2 additions & 2 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ global:
## For example : For artifactory, using global.versions.artifactory
## Note: Order of preference is 1) global.versions 2) .Values.artifactory.image.tag 3) Chart.AppVersion
versions:
router: 7.81.0
router: 7.87.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -224,7 +224,7 @@ redis:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.3-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down

0 comments on commit 03c59e6

Please sign in to comment.