Skip to content

Commit

Permalink
[jfrog-platform] 10.19.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amithins committed Oct 23, 2024
1 parent eccc658 commit 08ffe0e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 24 deletions.
6 changes: 4 additions & 2 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.19.7] - Oct 14, 2024
* Fixed - Added podSecurityContext and containerSecurityContext for pre-upgrade-check migration hook container
## [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
* Update dependency xray chart version to 103.104.18

## [10.19.6] - Oct 8, 2024
* Fixed typo to get fourth parameter for setupPostgres.sh [GH-1992](https://github.com/jfrog/charts/pull/1992)
Expand Down
8 changes: 4 additions & 4 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
version: 11.9.3
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.14
version: 107.90.15
- name: xray
repository: https://charts.jfrog.io/
version: 103.104.17
version: 103.104.18
- name: distribution
repository: https://charts.jfrog.io/
version: 102.26.1
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.59.7
digest: sha256:a6071a02ef3029d1aba4ed221e61566dc2a098e2b4c6b85108b839d5fdf5d89a
generated: "2024-10-08T17:20:56.179314+05:30"
digest: sha256:b2d758a515ff07dd7f9778800680a86f7ff5f1c1fcce531eeb0fd53d75847c77
generated: "2024-10-23T12:31:23.797688+05:30"
6 changes: 3 additions & 3 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.14
appVersion: 7.90.15
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -12,11 +12,11 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.90.14
version: 107.90.15
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.104.17
version: 103.104.18
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
Expand Down
2 changes: 1 addition & 1 deletion stable/jfrog-platform/files/setupPostgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ setupDB "${DB_USERNAME}" "${DB_PASSWORD}" "${DB_NAME}" || true

log "$POSTGRES_LABEL setup is now complete."

exit 0
exit 0
19 changes: 5 additions & 14 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ rabbitmq:
image:
repository: bitnami/rabbitmq
tag: 3.12.10-debian-11-r1
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
auth:
## Enable encryption to rabbitmq
## ref: https://www.rabbitmq.com/ssl.html
Expand Down Expand Up @@ -236,7 +232,7 @@ rabbitmq:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId":"Helm_JFrogPlatform/{{ printf "10.19.6-%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.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 }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand All @@ -246,11 +242,6 @@ artifactory:
url: '{{ include "database.url" . }}'
user: artifactory
password: artifactory
ingress:
enabled: false
nginx:
service:
type: ""
# Note: For artifactory Pro license, mission-control is not supported, Hence, set mc.enabled: false
# Note: mission-control is disabled by default, this is only available for E+ customers, and can be enabled by setting mc.enabled: true
mc:
Expand Down Expand Up @@ -368,10 +359,6 @@ preUpgradeHook:
repository: bitnami/kubectl
tag: 1.24.12
pullPolicy: IfNotPresent
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
resources:
requests:
cpu: 5m
Expand All @@ -380,3 +367,7 @@ preUpgradeHook:
cpu: 1
memory: 1Gi
tolerations: []
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false

0 comments on commit 08ffe0e

Please sign in to comment.