Skip to content

Commit

Permalink
Merge pull request #1824 from jfrog/jp-10.15.2
Browse files Browse the repository at this point in the history
[jfrog-platform] 10.15.2 release
  • Loading branch information
chukka authored Sep 28, 2023
2 parents 8f19eec + 4be9f2b commit 3fe84c4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 29 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.15.2] - Sep 28, 2023
* Update dependency artifactory chart version to 107.68.11
* Update dependency xray chart version to 103.82.11
* Update dependency distribution chart version to 102.20.2
* Update dependency insight chart version to 101.15.4
* Update global.versions.router version to `7.79.0`

## [10.15.1] - Sep 15, 2023
* Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819)

Expand Down
15 changes: 6 additions & 9 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,18 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.68.7
version: 107.68.11
- name: xray
repository: https://charts.jfrog.io/
version: 103.82.6
version: 103.82.11
- name: distribution
repository: https://charts.jfrog.io/
version: 102.20.1
version: 102.20.2
- name: insight
repository: https://charts.jfrog.io/
version: 101.15.3
- name: pdn-server
repository: https://charts.jfrog.io/
version: 101.2.0
version: 101.15.4
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.43.2
digest: sha256:990eca96be356f9f6c9831e38d84114481395cbb3de6ccfe2bf2e3e9dcb3096a
generated: "2023-09-12T06:35:05.322817+05:30"
digest: sha256:44905adc601fc4e279ccefd75e57f7f57475c810da9114b339827a7cb0cc2d7b
generated: "2023-09-28T08:26:41.419588+05:30"
16 changes: 6 additions & 10 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.68.7
appVersion: 7.68.11
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,23 +16,19 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.68.7
version: 107.68.11
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.82.6
version: 103.82.11
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.20.1
version: 102.20.2
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.15.3
- condition: pdnServer.enabled
name: pdn-server
repository: https://charts.jfrog.io/
version: 101.2.0
version: 101.15.4
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
Expand All @@ -59,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.15.1
version: 10.15.2
6 changes: 1 addition & 5 deletions stable/jfrog-platform/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Congratulations. You have just deployed JFrog Platform Chart with following prod
- distribution
{{- end }}

{{- if .Values.pdnServer.enabled }}
- pdn-server
{{- end }}

{{- if .Values.pipelines.enabled }}
- pipelines
{{- end }}
Expand Down Expand Up @@ -66,4 +62,4 @@ echo ${DB_PASSWORD}
***WARNING*** You are using the bundled postgresql database from the chart. Bundled postgresql database is not supported for production use cases.
Use an external postgresql database for production deployments.
---------------------------------------------------------------------------------------------------------------------------------------------------
{{- end }}
{{- end }}
7 changes: 2 additions & 5 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.78.0
router: 7.79.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -224,7 +224,7 @@ redis:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.1-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down Expand Up @@ -338,6 +338,3 @@ pipelines:
build_vhost_name: pipelines
root_vhost_name: pipelinesRoot
protocol: amqp

pdnServer:
enabled: false

0 comments on commit 3fe84c4

Please sign in to comment.