Skip to content

Commit ce38620

Browse files
committed
[jfrog-platform] 10.20.0 release
1 parent c3e91a5 commit ce38620

File tree

5 files changed

+32
-12
lines changed

5 files changed

+32
-12
lines changed

stable/jfrog-platform/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# JFrog Platform Chart Changelog (GA releases only)
22
All changes to this chart will be documented in this file.
33

4+
## [10.20.0] - Oct 29, 2024
5+
* **IMPORTANT**
6+
* 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)
7+
* Commented `global.versions.router` to enable latest router version to picked from corresponding products
8+
* Update dependency artifactory chart version to 107.98.7
9+
* Update dependency distribution chart version to 102.27.2
10+
* Update dependency worker chart version to 101.95.1
11+
412
## [10.19.7] - Oct 23, 2024
513
* Added podSecurityContext and containerSecurityContext for pre-upgrade-check migration hook container. [GH-1929](https://github.com/jfrog/charts/pull/1929)
614
* Update dependency artifactory chart version to 107.90.15

stable/jfrog-platform/Chart.lock

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ dependencies:
77
version: 11.9.3
88
- name: artifactory
99
repository: https://charts.jfrog.io/
10-
version: 107.90.15
10+
version: 107.98.7
1111
- name: xray
1212
repository: https://charts.jfrog.io/
1313
version: 103.104.18
1414
- name: distribution
1515
repository: https://charts.jfrog.io/
16-
version: 102.26.1
16+
version: 102.27.2
1717
- name: insight
1818
repository: https://charts.jfrog.io/
1919
version: 101.16.7
2020
- name: pipelines
2121
repository: https://charts.jfrog.io/
2222
version: 101.59.7
23-
digest: sha256:b2d758a515ff07dd7f9778800680a86f7ff5f1c1fcce531eeb0fd53d75847c77
24-
generated: "2024-10-23T12:31:23.797688+05:30"
23+
- name: worker
24+
repository: https://charts.jfrog.io/
25+
version: 101.95.1
26+
digest: sha256:2fb3be33472a516a0de2dc53a2cf93bd5d93a504f866c811749b7081780c7c6a
27+
generated: "2024-10-30T07:32:40.338187+05:30"

stable/jfrog-platform/Chart.yaml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 7.90.15
2+
appVersion: 7.98.7
33
dependencies:
44
- condition: postgresql.enabled
55
name: postgresql
@@ -12,15 +12,15 @@ dependencies:
1212
- condition: artifactory.enabled
1313
name: artifactory
1414
repository: https://charts.jfrog.io/
15-
version: 107.90.15
15+
version: 107.98.7
1616
- condition: xray.enabled
1717
name: xray
1818
repository: https://charts.jfrog.io/
1919
version: 103.104.18
2020
- condition: distribution.enabled
2121
name: distribution
2222
repository: https://charts.jfrog.io/
23-
version: 102.26.1
23+
version: 102.27.2
2424
- condition: insight.enabled
2525
name: insight
2626
repository: https://charts.jfrog.io/
@@ -29,6 +29,10 @@ dependencies:
2929
name: pipelines
3030
repository: https://charts.jfrog.io/
3131
version: 101.59.7
32+
- condition: worker.enabled
33+
name: worker
34+
repository: https://charts.jfrog.io/
35+
version: 101.95.1
3236
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
3337
automation)
3438
home: https://jfrog.com/platform/
@@ -42,6 +46,7 @@ keywords:
4246
- pipelines
4347
- jfrog
4448
- devops
49+
- worker
4550
kubeVersion: '>= 1.19.0-0'
4651
maintainers:
4752
@@ -50,4 +55,4 @@ name: jfrog-platform
5055
sources:
5156
- https://github.com/jfrog/charts
5257
type: application
53-
version: 10.19.7
58+
version: 10.20.0

stable/jfrog-platform/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Custom init container for Postgres setup
162162
{{- end }}
163163
- name: CHART_NAME
164164
value: {{ .Chart.Name }}
165-
{{- else }}
165+
{{- else if not (eq .Chart.Name "worker") }}
166166
env:
167167
- name: PGUSERNAME
168168
{{- if .Values.global.database.secrets.adminUsername }}

stable/jfrog-platform/values.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ global:
2626
## Chart.AppVersion for each product can be overidden using global.versions.<product>
2727
## For example : For artifactory, using global.versions.artifactory
2828
## Note: Order of preference is 1) global.versions 2) .Values.artifactory.image.tag 3) Chart.AppVersion
29-
versions:
30-
router: 7.124.1
29+
versions: {}
30+
# router:
3131
# artifactory:
3232
# xray:
3333
# distribution:
@@ -232,7 +232,7 @@ rabbitmq:
232232
artifactory:
233233
enabled: true
234234
unifiedUpgradeAllowed: true
235-
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 }}"}]}'
235+
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 }}"}]}'
236236
postgresql:
237237
enabled: false
238238
waitForDatabase: false
@@ -247,6 +247,8 @@ artifactory:
247247
mc:
248248
enabled: false
249249
artifactory:
250+
worker:
251+
enabled: '{{ .Values.worker.enabled }}'
250252
unifiedSecretInstallation: true
251253
## unifiedSecretPrependReleaseName Set this flag to false if unifiedSecret should not be created with <release-name> prepended.
252254
unifiedSecretPrependReleaseName: true
@@ -350,6 +352,8 @@ pipelines:
350352
root_vhost_name: pipelinesRoot
351353
protocol: amqp
352354

355+
worker:
356+
enabled: false
353357

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

0 commit comments

Comments
 (0)