Skip to content

Commit

Permalink
[jfrog-platform] 10.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amithins committed Oct 30, 2024
1 parent c3e91a5 commit ce38620
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 12 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.20.0] - Oct 29, 2024
* **IMPORTANT**
* Added new dependency chart `worker` which is disabled by default and set `worker.enabled: true` to enable it. More info [here](https://jfrog.com/help/r/jfrog-installation-setup-documentation/installing-jfrog-worker)
* Commented `global.versions.router` to enable latest router version to picked from corresponding products
* Update dependency artifactory chart version to 107.98.7
* Update dependency distribution chart version to 102.27.2
* Update dependency worker chart version to 101.95.1

## [10.19.7] - Oct 23, 2024
* Added podSecurityContext and containerSecurityContext for pre-upgrade-check migration hook container. [GH-1929](https://github.com/jfrog/charts/pull/1929)
* Update dependency artifactory chart version to 107.90.15
Expand Down
11 changes: 7 additions & 4 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ dependencies:
version: 11.9.3
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.15
version: 107.98.7
- name: xray
repository: https://charts.jfrog.io/
version: 103.104.18
- name: distribution
repository: https://charts.jfrog.io/
version: 102.26.1
version: 102.27.2
- name: insight
repository: https://charts.jfrog.io/
version: 101.16.7
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.59.7
digest: sha256:b2d758a515ff07dd7f9778800680a86f7ff5f1c1fcce531eeb0fd53d75847c77
generated: "2024-10-23T12:31:23.797688+05:30"
- name: worker
repository: https://charts.jfrog.io/
version: 101.95.1
digest: sha256:2fb3be33472a516a0de2dc53a2cf93bd5d93a504f866c811749b7081780c7c6a
generated: "2024-10-30T07:32:40.338187+05:30"
13 changes: 9 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.90.15
appVersion: 7.98.7
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -12,15 +12,15 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.15
version: 107.98.7
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.104.18
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.26.1
version: 102.27.2
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
Expand All @@ -29,6 +29,10 @@ dependencies:
name: pipelines
repository: https://charts.jfrog.io/
version: 101.59.7
- condition: worker.enabled
name: worker
repository: https://charts.jfrog.io/
version: 101.95.1
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
automation)
home: https://jfrog.com/platform/
Expand All @@ -42,6 +46,7 @@ keywords:
- pipelines
- jfrog
- devops
- worker
kubeVersion: '>= 1.19.0-0'
maintainers:
- email: [email protected]
Expand All @@ -50,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.19.7
version: 10.20.0
2 changes: 1 addition & 1 deletion stable/jfrog-platform/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Custom init container for Postgres setup
{{- end }}
- name: CHART_NAME
value: {{ .Chart.Name }}
{{- else }}
{{- else if not (eq .Chart.Name "worker") }}
env:
- name: PGUSERNAME
{{- if .Values.global.database.secrets.adminUsername }}
Expand Down
10 changes: 7 additions & 3 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ global:
## Chart.AppVersion for each product can be overidden using global.versions.<product>
## 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.124.1
versions: {}
# router:
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -232,7 +232,7 @@ rabbitmq:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.7-%s" .Chart.AppVersion }}","features":[{"featureId":"Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"},{"featureId":"Database/{{ .Values.database.type }}"},{"featureId":"Nginx_Enabled/{{ .Values.nginx.enabled }}"},{"featureId":"ArtifactoryPersistence_Type/{{ .Values.artifactory.persistence.type }}"},{"featureId":"SplitServicesToContainers_Enabled/{{ .Values.splitServicesToContainers }}"},{"featureId":"Filebeat_Enabled/{{ .Values.filebeat.enabled }}"},{"featureId":"ReplicaCount/{{ .Values.artifactory.replicaCount }}"}]}'
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.20.0-%s" .Chart.AppVersion }}","features":[{"featureId":"Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"},{"featureId":"Database/{{ .Values.database.type }}"},{"featureId":"Nginx_Enabled/{{ .Values.nginx.enabled }}"},{"featureId":"ArtifactoryPersistence_Type/{{ .Values.artifactory.persistence.type }}"},{"featureId":"SplitServicesToContainers_Enabled/{{ .Values.splitServicesToContainers }}"},{"featureId":"Filebeat_Enabled/{{ .Values.filebeat.enabled }}"},{"featureId":"ReplicaCount/{{ .Values.artifactory.replicaCount }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand All @@ -247,6 +247,8 @@ artifactory:
mc:
enabled: false
artifactory:
worker:
enabled: '{{ .Values.worker.enabled }}'
unifiedSecretInstallation: true
## unifiedSecretPrependReleaseName Set this flag to false if unifiedSecret should not be created with <release-name> prepended.
unifiedSecretPrependReleaseName: true
Expand Down Expand Up @@ -350,6 +352,8 @@ pipelines:
root_vhost_name: pipelinesRoot
protocol: amqp

worker:
enabled: false

preUpgradeHook:
## This is required to be performed to check if existing products like distribution, insight and pipelines already exists
Expand Down

0 comments on commit ce38620

Please sign in to comment.