Skip to content

Commit

Permalink
Merge pull request #2 from pablitoc/pablitoc
Browse files Browse the repository at this point in the history
Updates to Changelog, Chart.yaml and post helm lint
  • Loading branch information
pablitoc authored Jan 9, 2025
2 parents 5a5a8a5 + 87a3de8 commit 7dd590c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions stable/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# JFrog Artifactory Chart Changelog
All changes to this chart will be documented in this file.

## [107.98.14] - Jan 9, 2025
* Add support for `customvolumemounts` for JFconnect, Obsvervability, Access, and Event containers

## [107.98.13] - Nov 06, 2024
* Add support for `extraEnvironmentVariables` on filebeat Sidecar [GH-1377](https://github.com/jfrog/charts/pull/1377)
* Support for SSL offload HTTPS proto override in Nginx service (ClusterIP, LoadBalancer) layer. Introduced `nginx.service.ssloffloadForceHttps` field with boolean type. [GH-1906](https://github.com/jfrog/charts/pull/1906)
Expand Down
2 changes: 1 addition & 1 deletion stable/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ name: artifactory
sources:
- https://github.com/jfrog/charts
type: application
version: 107.98.13
version: 107.98.14
4 changes: 2 additions & 2 deletions stable/artifactory/templates/artifactory-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ spec:
volumeMounts:
- name: artifactory-volume
mountPath: {{ .Values.router.persistence.mountPath | quote }}
{{- if or .Values.router.customVolumeMounts .Values.global.customVolumeMounts }}
{{ tpl (include "router.customVolumeMounts" .) . | indent 8 }}
{{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }}
{{ tpl (include "artifactory.customVolumeMounts" .) . | indent 8 }}
{{- end }}
resources:
{{ toYaml .Values.router.resources | indent 10 }}
Expand Down

0 comments on commit 7dd590c

Please sign in to comment.