Skip to content

Commit

Permalink
[jfrog-platform] 10.14.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Aug 30, 2023
1 parent 393281d commit edf0a24
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 6 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.14.8] - Aug 29, 2023
* Update dependency artifactory chart version to 107.63.14
* Update dependency insight chart version to 101.15.3
* Fixed - Added containerSecurityContext for xray's rabbitmq migration hook container
* Update global.versions.router version to `7.76.0`

## [10.14.7] - Aug 18, 2023
* Update dependency artifactory chart version to 107.63.12
* Update dependency xray chart version to 103.80.9
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 @@ -10,7 +10,7 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.63.12
version: 107.63.14
- name: xray
repository: https://charts.jfrog.io/
version: 103.80.9
Expand All @@ -19,12 +19,12 @@ dependencies:
version: 102.19.1
- name: insight
repository: https://charts.jfrog.io/
version: 101.14.0
version: 101.15.3
- name: pdn-server
repository: https://charts.jfrog.io/
version: 101.2.0
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.43.2
digest: sha256:1eb9a4d66f3bd9bd2194a68a467c3050544a2abf8addf18b04889a66a1e61a80
generated: "2023-08-18T10:51:06.216557+05:30"
digest: sha256:634e4b12012125224d36353c170c561dbf2dd1d41180a5a3d45f65d7078e1666
generated: "2023-08-29T16:23:26.687789+05:30"
8 changes: 4 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.63.12
appVersion: 7.63.14
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,7 +16,7 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.63.12
version: 107.63.14
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
Expand All @@ -28,7 +28,7 @@ dependencies:
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.14.0
version: 101.15.3
- condition: pdnServer.enabled
name: pdn-server
repository: https://charts.jfrog.io/
Expand Down Expand Up @@ -59,4 +59,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.14.7
version: 10.14.8
3 changes: 3 additions & 0 deletions stable/jfrog-platform/templates/migration-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ spec:
- name: pre-upgrade-container
image: releases-docker.jfrog.io/bitnami/kubectl:1.24.12
imagePullPolicy: IfNotPresent
{{- if .Values.rabbitmq.containerSecurityContext.enabled }}
securityContext: {{- tpl (omit .Values.rabbitmq.containerSecurityContext "enabled" | toYaml) . | nindent 10 }}
{{- end }}
command: ['sh', '-c', 'kubectl exec -it {{ .Release.Name }}-{{ template "rabbitmq.name" . }}-0 -- rabbitmqctl enable_feature_flag all ; if [ "$?" -ne 0 ]; then echo "Failed to perform the migration. Please make sure to enable the feature flag in rabbitmq manually [rabbitmqctl enable_feature_flag all] "; exit 1; fi' ]
restartPolicy: Never
terminationGracePeriodSeconds: 0
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.74.0
router: 7.76.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -218,7 +218,7 @@ redis:
usePassword: false

artifactory:
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.14.7-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.14.8-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand Down

0 comments on commit edf0a24

Please sign in to comment.