diff --git a/stable/artifactory-cpp-ce/CHANGELOG.md b/stable/artifactory-cpp-ce/CHANGELOG.md index 0a0415dde..b14f80080 100644 --- a/stable/artifactory-cpp-ce/CHANGELOG.md +++ b/stable/artifactory-cpp-ce/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Artifactory CE for C++ Chart Changelog All changes to this chart will be documented in this file -## [107.68.8] - Jul 20, 2023 +## [107.68.11] - Jul 20, 2023 * Disabled federation services when splitServicesToContainers=true ## [107.45.0] - Aug 25, 2022 diff --git a/stable/artifactory-cpp-ce/Chart.yaml b/stable/artifactory-cpp-ce/Chart.yaml index 44a7b955b..f3bf78a48 100644 --- a/stable/artifactory-cpp-ce/Chart.yaml +++ b/stable/artifactory-cpp-ce/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.8 + version: 107.68.11 description: JFrog Artifactory CE for C++ home: https://www.jfrog.com/artifactory/ icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-cpp-ce/logo/conan.png @@ -21,4 +21,4 @@ name: artifactory-cpp-ce sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory-ha/CHANGELOG.md b/stable/artifactory-ha/CHANGELOG.md index 009fe7fe8..7123f652a 100644 --- a/stable/artifactory-ha/CHANGELOG.md +++ b/stable/artifactory-ha/CHANGELOG.md @@ -1,8 +1,13 @@ # JFrog Artifactory-ha Chart Changelog All changes to this chart will be documented in this file -## [107.68.8] - Sep 15, 2023 +## [107.68.11] - Sep 20, 2023 +* Fixed rtfs context +* Fixed - Metadata service does not respect customVolumeMounts for DB CAs [GH-1815](https://github.com/jfrog/charts/issues/1815) + +## [107.68.8] - Sep 18, 2023 * Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) +* Removed unused `artifactory.javaOpts` from values.yaml * Removed openshift condition check from NOTES.txt * Fixed an issue with artifactory node replicaCount [GH-1808](https://github.com/jfrog/charts/issues/1808) diff --git a/stable/artifactory-ha/Chart.yaml b/stable/artifactory-ha/Chart.yaml index 4fceafeb2..d41409541 100644 --- a/stable/artifactory-ha/Chart.yaml +++ b/stable/artifactory-ha/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -21,4 +21,4 @@ name: artifactory-ha sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml b/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml index 1afbca140..ed5cb959c 100644 --- a/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml +++ b/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml @@ -585,6 +585,9 @@ spec: {{ tpl (toYaml .) $ | indent 8 }} {{- end }} volumeMounts: + {{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }} +{{ tpl (include "artifactory-ha.customVolumeMounts" .) . | indent 8 }} + {{- end }} - name: volume mountPath: {{ .Values.artifactory.persistence.mountPath | quote }} resources: diff --git a/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml b/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml index 998817eb4..73ce3abf3 100644 --- a/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml +++ b/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml @@ -675,6 +675,9 @@ spec: {{ tpl (toYaml .) $ | indent 8 }} {{- end }} volumeMounts: + {{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }} +{{ tpl (include "artifactory-ha.customVolumeMounts" .) . | indent 8 }} + {{- end }} - name: volume mountPath: {{ .Values.artifactory.persistence.mountPath | quote }} resources: diff --git a/stable/artifactory-jcr/CHANGELOG.md b/stable/artifactory-jcr/CHANGELOG.md index f8798bfdc..a63810854 100644 --- a/stable/artifactory-jcr/CHANGELOG.md +++ b/stable/artifactory-jcr/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Container Registry Chart Changelog All changes to this chart will be documented in this file. -## [107.68.8] - Jul 20, 2023 +## [107.68.11] - Jul 20, 2023 * Disabled federation services when splitServicesToContainers=true ## [107.45.0] - Aug 25, 2022 diff --git a/stable/artifactory-jcr/Chart.yaml b/stable/artifactory-jcr/Chart.yaml index c0c34976a..89ca6bbee 100644 --- a/stable/artifactory-jcr/Chart.yaml +++ b/stable/artifactory-jcr/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.8 + version: 107.68.11 description: JFrog Container Registry home: https://jfrog.com/container-registry/ icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-jcr/logo/jcr-logo.png @@ -22,4 +22,4 @@ name: artifactory-jcr sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory-oss/CHANGELOG.md b/stable/artifactory-oss/CHANGELOG.md index faf3f2cdf..9d1dcf427 100644 --- a/stable/artifactory-oss/CHANGELOG.md +++ b/stable/artifactory-oss/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Artifactory OSS Chart Changelog All changes to this chart will be documented in this file -## [107.68.8] - Jul 20, 2023 +## [107.68.11] - Jul 20, 2023 * Disabled federation services when splitServicesToContainers=true ## [107.45.0] - Aug 25, 2022 diff --git a/stable/artifactory-oss/Chart.yaml b/stable/artifactory-oss/Chart.yaml index 1cd2e29b1..bbc15ea3f 100644 --- a/stable/artifactory-oss/Chart.yaml +++ b/stable/artifactory-oss/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.8 + version: 107.68.11 description: JFrog Artifactory OSS home: https://www.jfrog.com/artifactory/ icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory/logo/artifactory-logo.png @@ -20,4 +20,4 @@ name: artifactory-oss sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory/CHANGELOG.md b/stable/artifactory/CHANGELOG.md index 6fea9bb03..e78c9dfad 100644 --- a/stable/artifactory/CHANGELOG.md +++ b/stable/artifactory/CHANGELOG.md @@ -1,7 +1,11 @@ # JFrog Artifactory Chart Changelog All changes to this chart will be documented in this file. -## [107.68.8] - Sep 15, 2023 +## [107.68.11] - Sep 20, 2023 +* Fixed rtfs context +* Fixed - Metadata service does not respect customVolumeMounts for DB CAs [GH-1815](https://github.com/jfrog/charts/issues/1815) + +## [107.68.8] - Sep 18, 2023 * Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) * Removed openshift condition check from NOTES.txt diff --git a/stable/artifactory/Chart.yaml b/stable/artifactory/Chart.yaml index fe807933d..62d16e900 100644 --- a/stable/artifactory/Chart.yaml +++ b/stable/artifactory/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -21,4 +21,4 @@ name: artifactory sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory/templates/artifactory-statefulset.yaml b/stable/artifactory/templates/artifactory-statefulset.yaml index 3281dae42..3b6308b31 100644 --- a/stable/artifactory/templates/artifactory-statefulset.yaml +++ b/stable/artifactory/templates/artifactory-statefulset.yaml @@ -649,6 +649,9 @@ spec: {{ tpl (toYaml .) $ | indent 8 }} {{- end }} volumeMounts: + {{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }} +{{ tpl (include "artifactory.customVolumeMounts" .) . | indent 8 }} + {{- end }} - name: artifactory-volume mountPath: {{ .Values.artifactory.persistence.mountPath | quote }} resources: diff --git a/stable/distribution/CHANGELOG.md b/stable/distribution/CHANGELOG.md index 2460ab722..c92103371 100644 --- a/stable/distribution/CHANGELOG.md +++ b/stable/distribution/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Distribution Chart Changelog All changes to this project chart be documented in this file. -## [102.20.1] - Aug 29, 2023 +## [102.20.2] - Aug 29, 2023 * Updated redis version tag to `7.2.0-debian-11-r2` * Enabled `unifiedSecretInstallation` by default diff --git a/stable/distribution/Chart.yaml b/stable/distribution/Chart.yaml index 52f9ebb24..0961e369e 100644 --- a/stable/distribution/Chart.yaml +++ b/stable/distribution/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.20.1 +appVersion: 2.20.2 dependencies: - condition: postgresql.enabled name: postgresql @@ -19,4 +19,4 @@ name: distribution sources: - https://github.com/jfrog/charts type: application -version: 102.20.1 +version: 102.20.2 diff --git a/stable/distribution/logo/distribution-logo.png b/stable/distribution/logo/distribution-logo.png index 1c6ba3512..e0aa134d6 100644 Binary files a/stable/distribution/logo/distribution-logo.png and b/stable/distribution/logo/distribution-logo.png differ diff --git a/stable/insight/CHANGELOG.md b/stable/insight/CHANGELOG.md index 5599d577a..80354d75d 100644 --- a/stable/insight/CHANGELOG.md +++ b/stable/insight/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Insights Chart Changelog All changes to this chart will be documented in this file. -## [101.15.3] - Mar 21, 2023 +## [101.15.4] - Mar 21, 2023 * Updated postgresql multi-arch tag version to `13.10.0-debian-11-r14` ## [101.14.0] - Mar 02, 2023 diff --git a/stable/insight/Chart.yaml b/stable/insight/Chart.yaml index 51005c16b..79446a5d2 100644 --- a/stable/insight/Chart.yaml +++ b/stable/insight/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.15.3 +appVersion: 1.15.4 dependencies: - condition: postgresql.enabled name: postgresql @@ -19,4 +19,4 @@ name: insight sources: - https://github.com/jfrog/charts type: application -version: 101.15.3 +version: 101.15.4 diff --git a/stable/insight/values.yaml b/stable/insight/values.yaml index aa940f477..ef6b4fc47 100644 --- a/stable/insight/values.yaml +++ b/stable/insight/values.yaml @@ -727,7 +727,7 @@ router: image: registry: releases-docker.jfrog.io repository: jfrog/router - tag: 7.70.1 + tag: 7.78.0 imagePullPolicy: IfNotPresent serviceRegistry: ## Service registry (Access) TLS verification skipped if enabled diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index c4d5d0fd5..51c0de336 100644 --- a/stable/xray/CHANGELOG.md +++ b/stable/xray/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Xray Chart Changelog All changes to this chart will be documented in this file. -## [103.82.6] - Jul 16, 2023 +## [103.82.11] - Jul 16, 2023 * Added `podSecurityContext.enabled` and `containerSecurityContext.enabled` to support openshift ## [103.79.0] - Jul 3, 2023 diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 0a4de9960..278b42de8 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.82.6 +appVersion: 3.82.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.82.6 +version: 103.82.11 diff --git a/stable/xray/values.yaml b/stable/xray/values.yaml index ad89a65b8..cad25114c 100644 --- a/stable/xray/values.yaml +++ b/stable/xray/values.yaml @@ -1111,7 +1111,7 @@ router: image: registry: releases-docker.jfrog.io repository: jfrog/router - tag: 7.78.0 + tag: 7.79.0 imagePullPolicy: IfNotPresent serviceRegistry: ## Service registry (Access) TLS verification skipped if enabled.