Skip to content

Commit

Permalink
[jfrog-platform] 10.18.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Jun 13, 2024
1 parent 74f31d4 commit 83c617b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.18.2] - June 12, 2024
* Update dependency artifactory chart version to 107.84.14
* Update dependency xray chart version to 103.96.1
* Fixed an issue related to chart artifactory fullname

## [10.18.1] - May 26, 2024
* Update dependency artifactory chart version to 107.84.12
* Update dependency xray chart version to 103.95.7
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.84.12
version: 107.84.14
- name: xray
repository: https://charts.jfrog.io/
version: 103.95.7
version: 103.96.1
- name: distribution
repository: https://charts.jfrog.io/
version: 102.25.1
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.59.7
digest: sha256:56341c74ca4be940df92302c2bb4cdcb05b3dc3105f63170e73e1ce11db035d3
generated: "2024-05-26T20:20:26.257789+05:30"
digest: sha256:1853186eaabb7b835754a0b337cbc466a6d56738ed8932a26d53573af875856b
generated: "2024-06-10T14:56:18.190319+05:30"
6 changes: 3 additions & 3 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.84.12
version: 107.84.14
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.95.7
version: 103.96.1
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
Expand Down Expand Up @@ -50,4 +50,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.18.1
version: 10.18.2
4 changes: 2 additions & 2 deletions stable/jfrog-platform/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ imagePullSecrets:
{{- end -}}

{{/*
Reslove Unified Secret name
Resolve unifiedSecretInstallation name
*/}}
{{- define "jfrog-platform.unifiedSecretInstallation" -}}
{{- if eq .Chart.Name "artifactory" -}}
{{- if not .Values.artifactory.unifiedSecretInstallation }}
{{- printf "%s-%s" (include "artifactory.fullname" .) "database-creds" -}}
{{- else }}
{{- printf "%s-%s" (include "artifactory.fullname" .) "unified-secret" -}}
{{- printf "%s-%s" (include "artifactory.unifiedSecretPrependReleaseName" .) "unified-secret" -}}
{{- end }}
{{- end -}}
{{- if eq .Chart.Name "distribution" -}}
Expand Down
2 changes: 2 additions & 0 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ artifactory:
enabled: true
artifactory:
unifiedSecretInstallation: true
## unifiedSecretPrependReleaseName Set this flag to false if unifiedSecret should not be created with <release-name> prepended.
unifiedSecretPrependReleaseName: true
# Note: For HA deployments, set replicaCount >1 (recommended 3)
replicaCount: 1
migration:
Expand Down

0 comments on commit 83c617b

Please sign in to comment.