Skip to content

Commit

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

## [10.13.0] - Jun 2, 2023
* Update dependency artifactory chart version to 107.59.9
* Update dependency distribution chart version to 102.18.1

## [10.12.3] - May 22, 2023
* Update dependency artifactory chart version to 107.55.13
* Update dependency pipelines chart version to 101.38.1
Expand Down
10 changes: 5 additions & 5 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.55.13
version: 107.59.9
- name: xray
repository: https://charts.jfrog.io/
version: 103.71.6
version: 103.71.7
- name: distribution
repository: https://charts.jfrog.io/
version: 102.17.0
version: 102.18.1
- name: insight
repository: https://charts.jfrog.io/
version: 101.13.5
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.38.1
digest: sha256:9f9d3516e63b5cfb523dce8d8c93f23d6751e4f093abc7551921358ff625db37
generated: "2023-05-22T05:06:00.710327+04:00"
digest: sha256:62869bd6270b3f3d11c53223a82627e156c0678d907ce0fb3c1b8f754d6925c8
generated: "2023-06-02T12:10:26.748486+05:30"
10 changes: 5 additions & 5 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.55.13
appVersion: 7.59.9
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,15 +16,15 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.55.13
version: 107.59.9
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.71.6
version: 103.71.7
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.17.0
version: 102.18.1
- condition: insight.enabled
name: insight
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.12.3
version: 10.13.0
8 changes: 0 additions & 8 deletions stable/jfrog-platform/templates/migration-hook.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.rabbitmq.enabled }}
{{- if and (not .Values.rabbitmq.migration.enabled) (not .Values.rabbitmq.rabbitmqUpgradeReady) }}
{{- fail "Rabbitmq migration flag is disabled. Please enable the rabbitmq.rabbitmqUpgradeReady flag after manually enabling the feature flags in rabbitmq" }}
{{- end }}
Expand All @@ -19,9 +18,7 @@ metadata:
automountServiceAccountToken: {{ .Values.rabbitmq.migration.serviceAccount.automountServiceAccountToken }}
{{- end }}
{{- end }}
{{- end }}
---
{{- if .Values.rabbitmq.enabled }}
{{- if .Values.rabbitmq.migration.enabled }}
{{- if .Values.rabbitmq.migration.serviceAccount.rbac.create }}
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -40,9 +37,7 @@ rules:
{{ toYaml .Values.rabbitmq.migration.serviceAccount.rbac.role.rules }}
{{- end }}
{{- end }}
{{- end }}
---
{{- if .Values.rabbitmq.enabled }}
{{- if .Values.rabbitmq.migration.enabled }}
{{- if .Values.rabbitmq.migration.serviceAccount.rbac.create }}
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -66,9 +61,7 @@ roleRef:
name: {{ template "jfrog-platform.rabbitmq.migration.fullname" . }}
{{- end }}
{{- end }}
{{- end }}
---
{{- if .Values.rabbitmq.enabled }}
{{- if .Values.rabbitmq.migration.enabled }}
apiVersion: v1
kind: Pod
Expand All @@ -94,5 +87,4 @@ spec:
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
{{- end }}
{{- end }}

0 comments on commit f418d04

Please sign in to comment.