From 9d869b52e4e33c6b449d461e752e9fe4bd9d223b Mon Sep 17 00:00:00 2001 From: Ram <1331672+chukka@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:23:37 +0530 Subject: [PATCH 1/7] [jfrog-platform] 10.15.1 release --- stable/jfrog-platform/CHANGELOG.md | 3 +++ stable/jfrog-platform/Chart.yaml | 2 +- stable/jfrog-platform/templates/_helpers.tpl | 6 ++++-- stable/jfrog-platform/values.yaml | 13 ++++++------- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index eea0a0e8a..f4d893d8b 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,9 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.15.1] - Sep 15, 2023 +* Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) + ## [10.15.0] - Sep 12, 2023 **IMPORTANT** * Enabled `unifiedSecretInstallation` to true by default,which enables single unified secret holding all of each product secrets diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 34dac43ac..0669239f0 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -59,4 +59,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.15.0 +version: 10.15.1 diff --git a/stable/jfrog-platform/templates/_helpers.tpl b/stable/jfrog-platform/templates/_helpers.tpl index a84d63c84..8fdf0e4c2 100644 --- a/stable/jfrog-platform/templates/_helpers.tpl +++ b/stable/jfrog-platform/templates/_helpers.tpl @@ -172,7 +172,8 @@ Custom init container for Postgres setup name: {{ tpl .Values.database.secrets.user.name . }} key: {{ tpl .Values.database.secrets.user.key . }} {{- else if .Values.database.user }} - name: {{ .Chart.Name }}-unified-secret + {{- $chartFullName := printf "%s.fullname" .Chart.Name }} + name: {{ include $chartFullName . }}-database-creds key: db-user {{- end }} - name: DB_PASSWORD @@ -182,7 +183,8 @@ Custom init container for Postgres setup name: {{ tpl .Values.database.secrets.password.name . }} key: {{ tpl .Values.database.secrets.password.key . }} {{- else if .Values.database.password }} - name: {{ .Chart.Name }}-unified-secret + {{- $chartFullName := printf "%s.fullname" .Chart.Name }} + name: {{ include $chartFullName . }}-database-creds key: db-password {{- end }} - name: PGPASSWORD diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index a08d44a24..cb496b40f 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -224,7 +224,7 @@ redis: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.0-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' + installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.1-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' postgresql: enabled: false waitForDatabase: false @@ -238,7 +238,7 @@ artifactory: mc: enabled: true artifactory: - unifiedSecretInstallation: true + unifiedSecretInstallation: false # Note: For HA deployments, set replicaCount >1 (recommended 3) replicaCount: 1 migration: @@ -253,7 +253,7 @@ xray: enabled: true unifiedUpgradeAllowed: true xray: - unifiedSecretInstallation: true + unifiedSecretInstallation: false postgresql: enabled: false database: @@ -280,7 +280,7 @@ distribution: enabled: true unifiedUpgradeAllowed: true distribution: - unifiedSecretInstallation: true + unifiedSecretInstallation: false postgresql: enabled: false database: @@ -288,12 +288,11 @@ distribution: user: distribution password: distribution - insight: enabled: true unifiedUpgradeAllowed: true insightServer: - unifiedSecretInstallation: true + unifiedSecretInstallation: false postgresql: enabled: false database: @@ -319,7 +318,7 @@ pipelines: user: "apiuser" password: "pipeline" pipelines: - unifiedSecretInstallation: true + unifiedSecretInstallation: false msg: uiUserPassword: password redis: From fffa3465ffd9b37c57dd3dc83f68507f91e28bb2 Mon Sep 17 00:00:00 2001 From: Ram <1331672+chukka@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:33:09 +0530 Subject: [PATCH 2/7] [artifactory] 107.68.8 chart release --- stable/artifactory-cpp-ce/CHANGELOG.md | 2 +- stable/artifactory-cpp-ce/Chart.yaml | 4 +- stable/artifactory-ha/CHANGELOG.md | 7 +++- stable/artifactory-ha/Chart.yaml | 2 +- stable/artifactory-ha/ci/small-values.yaml | 4 +- stable/artifactory-ha/ci/test-values.yaml | 2 +- stable/artifactory-ha/templates/NOTES.txt | 7 +--- .../artifactory-node-statefulset.yaml | 38 +++++++++---------- stable/artifactory-ha/values.yaml | 8 ++-- stable/artifactory-jcr/CHANGELOG.md | 2 +- stable/artifactory-jcr/Chart.yaml | 4 +- stable/artifactory-oss/CHANGELOG.md | 2 +- stable/artifactory-oss/Chart.yaml | 4 +- stable/artifactory/CHANGELOG.md | 4 ++ stable/artifactory/Chart.yaml | 2 +- stable/artifactory/ci/test-values.yaml | 2 +- stable/artifactory/templates/NOTES.txt | 7 +--- stable/artifactory/values.yaml | 8 ++-- 18 files changed, 55 insertions(+), 54 deletions(-) diff --git a/stable/artifactory-cpp-ce/CHANGELOG.md b/stable/artifactory-cpp-ce/CHANGELOG.md index 27989aea8..0a0415dde 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.7] - Jul 20, 2023 +## [107.68.8] - 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 be2047ec1..44a7b955b 100644 --- a/stable/artifactory-cpp-ce/Chart.yaml +++ b/stable/artifactory-cpp-ce/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 7.68.7 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.7 + version: 107.68.8 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.7 +version: 107.68.8 diff --git a/stable/artifactory-ha/CHANGELOG.md b/stable/artifactory-ha/CHANGELOG.md index e246a354c..009fe7fe8 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 +* Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) +* Removed openshift condition check from NOTES.txt +* Fixed an issue with artifactory node replicaCount [GH-1808](https://github.com/jfrog/charts/issues/1808) + ## [107.68.7] - Aug 28, 2023 -* Enabled `unifiedSecretInstallation` as true by default +* Enabled `unifiedSecretInstallation` by default * Removed unused `artifactory.javaOpts` from values.yaml ## [107.67.0] - Aug 28, 2023 diff --git a/stable/artifactory-ha/Chart.yaml b/stable/artifactory-ha/Chart.yaml index c57b3ddda..4fceafeb2 100644 --- a/stable/artifactory-ha/Chart.yaml +++ b/stable/artifactory-ha/Chart.yaml @@ -21,4 +21,4 @@ name: artifactory-ha sources: - https://github.com/jfrog/charts type: application -version: 107.68.7 +version: 107.68.8 diff --git a/stable/artifactory-ha/ci/small-values.yaml b/stable/artifactory-ha/ci/small-values.yaml index 72cd9a59a..501d357b9 100644 --- a/stable/artifactory-ha/ci/small-values.yaml +++ b/stable/artifactory-ha/ci/small-values.yaml @@ -16,7 +16,7 @@ artifactory: connector: maxThreads: 200 primary: - replicaCount: 2 + replicaCount: 1 resources: requests: memory: "4Gi" @@ -27,6 +27,8 @@ artifactory: javaOpts: xms: "4g" xmx: "6g" + node: + replicaCount: 2 access: database: maxOpenConnections: 80 diff --git a/stable/artifactory-ha/ci/test-values.yaml b/stable/artifactory-ha/ci/test-values.yaml index 7af7c2e0f..ec76512e7 100644 --- a/stable/artifactory-ha/ci/test-values.yaml +++ b/stable/artifactory-ha/ci/test-values.yaml @@ -4,7 +4,7 @@ artifactory: enabled: true fsGroupChangePolicy: "OnRootMismatch" masterKey: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF - unifiedSecretInstallation: true + unifiedSecretInstallation: false persistence: enabled: false replicator: diff --git a/stable/artifactory-ha/templates/NOTES.txt b/stable/artifactory-ha/templates/NOTES.txt index d78841a21..277364908 100644 --- a/stable/artifactory-ha/templates/NOTES.txt +++ b/stable/artifactory-ha/templates/NOTES.txt @@ -56,13 +56,8 @@ echo ${DB_PASSWORD} SETUP: 1. Get the Artifactory IP and URL -{{printf "\n" }} - {{- if .Capabilities.APIVersions.Has "security.openshift.io/v1/SecurityContextConstraints" -}} - - NOTE: You are installing Artifactory in Openshift Environment. - Nginx service is not available with this installation. If required, you can set the value for ingress in values.yaml. - {{- else if contains "NodePort" .Values.nginx.service.type }} + {{- if contains "NodePort" .Values.nginx.service.type }} export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "artifactory-ha.nginx.fullname" . }}) export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT/ diff --git a/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml b/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml index 490fcbd7c..1afbca140 100644 --- a/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml +++ b/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml @@ -99,7 +99,7 @@ spec: image: "{{ .Values.initContainerImage }}" imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - 'bash' @@ -133,7 +133,7 @@ spec: image: "{{ .Values.initContainerImage }}" imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - 'bash' @@ -156,7 +156,7 @@ spec: - name: 'copy-system-configurations' image: '{{ .Values.initContainerImage }}' {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -227,7 +227,7 @@ spec: - name: copy-custom-certificates image: "{{ .Values.initContainerImage }}" {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} resources: {{ toYaml .Values.initContainers.resources | indent 10 }} @@ -247,7 +247,7 @@ spec: - name: copy-circle-of-trust-certificates image: "{{ .Values.initContainerImage }}" {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} resources: {{ toYaml .Values.initContainers.resources | indent 10 }} @@ -289,7 +289,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -429,7 +429,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "router") }} imagePullPolicy: {{ .Values.router.image.imagePullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -474,7 +474,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -514,7 +514,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -603,7 +603,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -641,7 +641,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -671,7 +671,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -709,7 +709,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -747,7 +747,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -807,7 +807,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -845,7 +845,7 @@ spec: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "artifactory") }} imagePullPolicy: {{ .Values.artifactory.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - '/bin/bash' @@ -1078,7 +1078,7 @@ spec: - name: {{ . | replace "_" "-" | replace "." "-" }} image: {{ include "artifactory-ha.getImageInfoByValue" (list $ "logger") }} {{- if $.Values.containerSecurityContext.enabled }} - securityContext: {{- omit $.Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit $.Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - 'sh' @@ -1098,7 +1098,7 @@ spec: - name: {{ . | replace "_" "-" | replace "." "-" }} image: {{ include "artifactory-ha.getImageInfoByValue" (list $ "logger") }} {{- if $.Values.containerSecurityContext.enabled }} - securityContext: {{- omit $.Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit $.Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} command: - 'sh' @@ -1119,7 +1119,7 @@ spec: image: "{{ .Values.filebeat.image.repository }}:{{ .Values.filebeat.image.version }}" imagePullPolicy: {{ .Values.filebeat.image.pullPolicy }} {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | indent 10 }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }} {{- end }} args: - "-e" diff --git a/stable/artifactory-ha/values.yaml b/stable/artifactory-ha/values.yaml index 2883fbd51..52c6a8439 100644 --- a/stable/artifactory-ha/values.yaml +++ b/stable/artifactory-ha/values.yaml @@ -97,7 +97,7 @@ ingress: hosts: [] routerPath: / artifactoryPath: /artifactory/ - rtfsPath: /rtfs/ + rtfsPath: /artifactory/service/rtfs/ className: "" annotations: {} # kubernetes.io/ingress.class: nginx @@ -324,7 +324,7 @@ artifactory: ## root certificates added will be copied to $JFROG_HOME/artifactory/var/etc/access/keys/trusted folder. circleOfTrustCertificatesSecret: # unifiedSecretInstallation flag enables single unified secret holding all the artifactory-ha secrets - unifiedSecretInstallation: true + unifiedSecretInstallation: false image: registry: releases-docker.jfrog.io repository: jfrog/artifactory-pro @@ -1523,7 +1523,7 @@ federation: command: - sh - -c - - curl -XPOST --fail --max-time {{ .Values.probes.timeoutSeconds }} http://localhost:{{ .Values.federation.internalPort }}/rtfs/sync/ping + - curl -XPOST --fail --max-time {{ .Values.probes.timeoutSeconds }} http://localhost:{{ .Values.federation.internalPort }}/artifactory/service/rtfs/ping initialDelaySeconds: {{ if semverCompare " 1. This is only supported in Artifactory 7.25.x (appVersions) and above. replicaCount: 1 # minAvailable: 1 @@ -1385,7 +1385,7 @@ federation: command: - sh - -c - - curl --fail --max-time {{ .Values.probes.timeoutSeconds }} http://localhost:{{ .Values.federation.internalPort }}/rtfs/sync/ping + - curl --fail --max-time {{ .Values.probes.timeoutSeconds }} http://localhost:{{ .Values.federation.internalPort }}/artifactory/service/rtfs/ping initialDelaySeconds: {{ if semverCompare " Date: Fri, 22 Sep 2023 15:38:55 +0530 Subject: [PATCH 3/7] [artifactory] 7.68.11 release --- stable/artifactory-cpp-ce/CHANGELOG.md | 2 +- stable/artifactory-cpp-ce/Chart.yaml | 6 +++--- stable/artifactory-ha/CHANGELOG.md | 7 ++++++- stable/artifactory-ha/Chart.yaml | 4 ++-- .../templates/artifactory-node-statefulset.yaml | 3 +++ .../templates/artifactory-primary-statefulset.yaml | 3 +++ stable/artifactory-jcr/CHANGELOG.md | 2 +- stable/artifactory-jcr/Chart.yaml | 6 +++--- stable/artifactory-oss/CHANGELOG.md | 2 +- stable/artifactory-oss/Chart.yaml | 6 +++--- stable/artifactory/CHANGELOG.md | 6 +++++- stable/artifactory/Chart.yaml | 4 ++-- stable/artifactory/templates/artifactory-statefulset.yaml | 3 +++ 13 files changed, 36 insertions(+), 18 deletions(-) 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: From fe935838a558a580b72d39ec01a2264dff25c487 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:41:01 +0530 Subject: [PATCH 4/7] [distribution] 2.20.2 release --- stable/distribution/CHANGELOG.md | 2 +- stable/distribution/Chart.yaml | 4 ++-- .../distribution/logo/distribution-logo.png | Bin 7744 -> 7743 bytes 3 files changed, 3 insertions(+), 3 deletions(-) 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 1c6ba35124384f4a7d0faa501c3ae9d21468ef58..e0aa134d6b7e53ca5f027c67070553d7dd236f23 100644 GIT binary patch delta 422 zcmX?Lv)_ihGr-TCONxtufq`oyj~Wvr*JNX+1RyzusUAp*Fu!2qx-8tM%r%*b#g>t4 zvjfW`MxeMdTMLj}!Is6t)p7h+wu6mW%ti~Y$#U$bK!M<+o3ht4evGK+njFtwL{LT4 z<_eBzkfB#Nm4M`TPCZ_(MT{r^aNV5Mygq`JYqAknB~W|~R}_$B=WYPHqJx{48Awgz zD+B7=%qw65((WXv1|%~DuKP`PiX-bIWj|M1?N)x17}m3OisS0zwb+U7;FYjarseYi;1*uvf=_kDcNPd^L1d@g_k7am09GAzN+f8MXnh?VE@-^$) z2DT*&F0YrK?*&v~AlnBd_shD-@OHeO^s3?Kk_I-F`I}bWezc28O5nQcRmRVrKn3!0 F3IIorh`0a% From 3dc495b3bc2f11e77caac3386b78d7af37552c74 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:42:10 +0530 Subject: [PATCH 5/7] [insight] 1.15.4 release --- stable/insight/CHANGELOG.md | 2 +- stable/insight/Chart.yaml | 4 ++-- stable/insight/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 From bdc2123cfb71edc4eaf3adebb8b0011fc0efef95 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:43:18 +0530 Subject: [PATCH 6/7] [xray] 3.82.11 release --- stable/xray/CHANGELOG.md | 2 +- stable/xray/Chart.yaml | 4 ++-- stable/xray/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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. From 4be9f2b1531acd677f63433d7b2c848489454fd2 Mon Sep 17 00:00:00 2001 From: Ram <1331672+chukka@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:31:19 +0530 Subject: [PATCH 7/7] [jfrog-platform] 10.15.2 release --- stable/jfrog-platform/CHANGELOG.md | 7 +++++++ stable/jfrog-platform/Chart.lock | 15 ++++++--------- stable/jfrog-platform/Chart.yaml | 16 ++++++---------- stable/jfrog-platform/templates/NOTES.txt | 6 +----- stable/jfrog-platform/values.yaml | 7 ++----- 5 files changed, 22 insertions(+), 29 deletions(-) diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index f4d893d8b..d4f4203eb 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,13 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.15.2] - Sep 28, 2023 +* Update dependency artifactory chart version to 107.68.11 +* Update dependency xray chart version to 103.82.11 +* Update dependency distribution chart version to 102.20.2 +* Update dependency insight chart version to 101.15.4 +* Update global.versions.router version to `7.79.0` + ## [10.15.1] - Sep 15, 2023 * Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index fc099e988..2f834ef0c 100644 --- a/stable/jfrog-platform/Chart.lock +++ b/stable/jfrog-platform/Chart.lock @@ -10,21 +10,18 @@ dependencies: version: 12.10.1 - name: artifactory repository: https://charts.jfrog.io/ - version: 107.68.7 + version: 107.68.11 - name: xray repository: https://charts.jfrog.io/ - version: 103.82.6 + version: 103.82.11 - name: distribution repository: https://charts.jfrog.io/ - version: 102.20.1 + version: 102.20.2 - name: insight repository: https://charts.jfrog.io/ - version: 101.15.3 -- name: pdn-server - repository: https://charts.jfrog.io/ - version: 101.2.0 + version: 101.15.4 - name: pipelines repository: https://charts.jfrog.io/ version: 101.43.2 -digest: sha256:990eca96be356f9f6c9831e38d84114481395cbb3de6ccfe2bf2e3e9dcb3096a -generated: "2023-09-12T06:35:05.322817+05:30" +digest: sha256:44905adc601fc4e279ccefd75e57f7f57475c810da9114b339827a7cb0cc2d7b +generated: "2023-09-28T08:26:41.419588+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 0669239f0..18955310a 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -16,23 +16,19 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.68.7 + version: 107.68.11 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.82.6 + version: 103.82.11 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ - version: 102.20.1 + version: 102.20.2 - condition: insight.enabled name: insight repository: https://charts.jfrog.io/ - version: 101.15.3 -- condition: pdnServer.enabled - name: pdn-server - repository: https://charts.jfrog.io/ - version: 101.2.0 + version: 101.15.4 - condition: pipelines.enabled name: pipelines repository: https://charts.jfrog.io/ @@ -59,4 +55,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.15.1 +version: 10.15.2 diff --git a/stable/jfrog-platform/templates/NOTES.txt b/stable/jfrog-platform/templates/NOTES.txt index 1d894f80d..867d7900e 100644 --- a/stable/jfrog-platform/templates/NOTES.txt +++ b/stable/jfrog-platform/templates/NOTES.txt @@ -16,10 +16,6 @@ Congratulations. You have just deployed JFrog Platform Chart with following prod - distribution {{- end }} -{{- if .Values.pdnServer.enabled }} -- pdn-server -{{- end }} - {{- if .Values.pipelines.enabled }} - pipelines {{- end }} @@ -66,4 +62,4 @@ echo ${DB_PASSWORD} ***WARNING*** You are using the bundled postgresql database from the chart. Bundled postgresql database is not supported for production use cases. Use an external postgresql database for production deployments. --------------------------------------------------------------------------------------------------------------------------------------------------- -{{- end }} \ No newline at end of file +{{- end }} diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index cb496b40f..2805b6016 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -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.78.0 + router: 7.79.0 # artifactory: # xray: # distribution: @@ -224,7 +224,7 @@ redis: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.1-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' + installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' postgresql: enabled: false waitForDatabase: false @@ -338,6 +338,3 @@ pipelines: build_vhost_name: pipelines root_vhost_name: pipelinesRoot protocol: amqp - -pdnServer: - enabled: false