diff --git a/stable/artifactory-cpp-ce/CHANGELOG.md b/stable/artifactory-cpp-ce/CHANGELOG.md index e4fc03e92..4f980f2fa 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.14] - Jul 20, 2023 +## [107.71.3] - 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 4126f909c..9e498a672 100644 --- a/stable/artifactory-cpp-ce/Chart.yaml +++ b/stable/artifactory-cpp-ce/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.14 +appVersion: 7.71.3 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.14 + version: 107.71.3 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.14 +version: 107.71.3 diff --git a/stable/artifactory-cpp-ce/values.yaml b/stable/artifactory-cpp-ce/values.yaml index 749dd7d26..965680a97 100644 --- a/stable/artifactory-cpp-ce/values.yaml +++ b/stable/artifactory-cpp-ce/values.yaml @@ -69,4 +69,8 @@ postgresql: enabled: true router: image: - tag: 7.77.0 + tag: 7.81.0 +logger: + image: + tag: 9.2.717 +initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.717 diff --git a/stable/artifactory-ha/CHANGELOG.md b/stable/artifactory-ha/CHANGELOG.md index 8302a8fef..047545b2d 100644 --- a/stable/artifactory-ha/CHANGELOG.md +++ b/stable/artifactory-ha/CHANGELOG.md @@ -1,8 +1,8 @@ # JFrog Artifactory-ha Chart Changelog All changes to this chart will be documented in this file -## [107.68.14] - Sep 20, 2023 -* Fixed rtfs context +## [107.71.3] - Sep 18, 2023 +* Adjust 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 diff --git a/stable/artifactory-ha/Chart.yaml b/stable/artifactory-ha/Chart.yaml index adaf5e9d6..0fdead944 100644 --- a/stable/artifactory-ha/Chart.yaml +++ b/stable/artifactory-ha/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.14 +appVersion: 7.71.3 dependencies: - condition: postgresql.enabled name: postgresql @@ -21,4 +21,4 @@ name: artifactory-ha sources: - https://github.com/jfrog/charts type: application -version: 107.68.14 +version: 107.71.3 diff --git a/stable/artifactory-ha/values.yaml b/stable/artifactory-ha/values.yaml index 52c6a8439..5ed9fc20b 100644 --- a/stable/artifactory-ha/values.yaml +++ b/stable/artifactory-ha/values.yaml @@ -41,7 +41,7 @@ global: ## String to fully override artifactory-ha.fullname template ## # fullnameOverride: -initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.691 +initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.717 installer: type: platform: @@ -181,12 +181,12 @@ postgresql: capabilities: drop: - ALL - # requests: - # memory: "512Mi" - # cpu: "100m" - # limits: - # memory: "1Gi" - # cpu: "500m" + # requests: + # memory: "512Mi" + # cpu: "100m" + # limits: + # memory: "1Gi" + # cpu: "500m" ## If NOT using the PostgreSQL in this chart (postgresql.enabled=false), ## you MUST specify custom database details here or Artifactory will NOT start database: @@ -214,7 +214,7 @@ logger: image: registry: releases-docker.jfrog.io repository: ubi9/ubi-minimal - tag: 9.2.691 + tag: 9.2.717 ## You can use a pre-existing secret with keys license_token and iam_role by specifying licenseConfigSecretName ## Example : Create a generic secret using `kubectl create secret generic --from-literal=license_token=${TOKEN} --from-literal=iam_role=${ROLE_ARN}` aws: @@ -239,7 +239,7 @@ router: image: registry: releases-docker.jfrog.io repository: jfrog/router - tag: 7.77.0 + tag: 7.81.0 imagePullPolicy: IfNotPresent serviceRegistry: ## Service registry (Access) TLS verification skipped if enabled @@ -266,9 +266,9 @@ router: preStop: exec: command: ["sh", "-c", "while [[ $(curl --fail --silent --connect-timeout 2 http://localhost:8081/artifactory/api/v1/system/liveness) =~ OK ]]; do echo Artifactory is still alive; sleep 2; done"] - # postStart: - # exec: - # command: ["/bin/sh", "-c", "echo Hello from the postStart handler"] + # postStart: + # exec: + # command: ["/bin/sh", "-c", "echo Hello from the postStart handler"] ## Add custom volumesMounts customVolumeMounts: "" # - name: custom-script @@ -904,16 +904,16 @@ artifactory: ## Should be a child directory of {{ .Values.artifactory.persistence.mountPath }} dataDir: "{{ .Values.artifactory.persistence.mountPath }}/artifactory-data" backupDir: "/var/opt/jfrog/artifactory-backup" - ## You may also use existing shared claims for the data and backup storage. This allows storage (NAS for example) to be used for Data and Backup dirs which are safe to share across multiple artifactory nodes. - ## You may specify numberOfExistingClaims to indicate how many of these existing shared claims to mount. (Default = 1) - ## Create PVCs with ReadWriteMany that match the naming convetions: - ## {{ template "artifactory-ha.fullname" . }}-data-pvc- - ## {{ template "artifactory-ha.fullname" . }}-backup-pvc - ## Example (using numberOfExistingClaims: 2) - ## myexample-data-pvc-0 - ## myexample-data-pvc-1 - ## myexample-backup-pvc - ## Note: While you need two PVC fronting two PVs, multiple PVs can be attached to the same storage in many cases allowing you to share an underlying drive. + ## You may also use existing shared claims for the data and backup storage. This allows storage (NAS for example) to be used for Data and Backup dirs which are safe to share across multiple artifactory nodes. + ## You may specify numberOfExistingClaims to indicate how many of these existing shared claims to mount. (Default = 1) + ## Create PVCs with ReadWriteMany that match the naming convetions: + ## {{ template "artifactory-ha.fullname" . }}-data-pvc- + ## {{ template "artifactory-ha.fullname" . }}-backup-pvc + ## Example (using numberOfExistingClaims: 2) + ## myexample-data-pvc-0 + ## myexample-data-pvc-1 + ## myexample-backup-pvc + ## Note: While you need two PVC fronting two PVs, multiple PVs can be attached to the same storage in many cases allowing you to share an underlying drive. ## For artifactory.persistence.type nfs ## If using NFS as the shared storage, you must have a running NFS server that is accessible by your Kubernetes ## cluster nodes. diff --git a/stable/artifactory-jcr/CHANGELOG.md b/stable/artifactory-jcr/CHANGELOG.md index a57b8d595..f195e3390 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.14] - Jul 20, 2023 +## [107.71.3] - 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 b3825fb36..3b6ad23f2 100644 --- a/stable/artifactory-jcr/Chart.yaml +++ b/stable/artifactory-jcr/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.14 +appVersion: 7.71.3 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.14 + version: 107.71.3 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.14 +version: 107.71.3 diff --git a/stable/artifactory-jcr/values.yaml b/stable/artifactory-jcr/values.yaml index dd2a31cf0..7430b69eb 100644 --- a/stable/artifactory-jcr/values.yaml +++ b/stable/artifactory-jcr/values.yaml @@ -69,4 +69,8 @@ postgresql: enabled: true router: image: - tag: 7.77.0 + tag: 7.81.0 +logger: + image: + tag: 9.2.717 +initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.717 diff --git a/stable/artifactory-oss/CHANGELOG.md b/stable/artifactory-oss/CHANGELOG.md index 032b4079d..ec1e228a2 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.14] - Jul 20, 2023 +## [107.71.3] - 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 5e33d8927..95e9616ff 100644 --- a/stable/artifactory-oss/Chart.yaml +++ b/stable/artifactory-oss/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.14 +appVersion: 7.71.3 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.14 + version: 107.71.3 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.14 +version: 107.71.3 diff --git a/stable/artifactory-oss/values.yaml b/stable/artifactory-oss/values.yaml index 97a20a35a..638adf619 100644 --- a/stable/artifactory-oss/values.yaml +++ b/stable/artifactory-oss/values.yaml @@ -69,4 +69,8 @@ postgresql: enabled: true router: image: - tag: 7.77.0 + tag: 7.81.0 +logger: + image: + tag: 9.2.717 +initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.717 diff --git a/stable/artifactory/CHANGELOG.md b/stable/artifactory/CHANGELOG.md index fde64bcd9..4dd59a269 100644 --- a/stable/artifactory/CHANGELOG.md +++ b/stable/artifactory/CHANGELOG.md @@ -1,8 +1,8 @@ # JFrog Artifactory Chart Changelog All changes to this chart will be documented in this file. -## [107.68.14] - Sep 20, 2023 -* Fixed rtfs context +## [107.71.3] - Sep 18, 2023 +* Adjust 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 diff --git a/stable/artifactory/Chart.yaml b/stable/artifactory/Chart.yaml index db6195f4c..b67e42de4 100644 --- a/stable/artifactory/Chart.yaml +++ b/stable/artifactory/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.14 +appVersion: 7.71.3 dependencies: - condition: postgresql.enabled name: postgresql @@ -21,4 +21,4 @@ name: artifactory sources: - https://github.com/jfrog/charts type: application -version: 107.68.14 +version: 107.71.3 diff --git a/stable/artifactory/values.yaml b/stable/artifactory/values.yaml index eb0b0fdc3..55aa61cb3 100644 --- a/stable/artifactory/values.yaml +++ b/stable/artifactory/values.yaml @@ -42,7 +42,7 @@ global: ## String to fully override artifactory.fullname template ## # fullnameOverride: -initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.691 +initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.717 # Init containers initContainers: resources: @@ -162,7 +162,7 @@ logger: image: registry: releases-docker.jfrog.io repository: ubi9/ubi-minimal - tag: 9.2.691 + tag: 9.2.717 ## You can use a pre-existing secret with keys license_token and iam_role by specifying licenseConfigSecretName ## Example : Create a generic secret using `kubectl create secret generic --from-literal=license_token=${TOKEN} --from-literal=iam_role=${ROLE_ARN}` aws: @@ -187,7 +187,7 @@ router: image: registry: releases-docker.jfrog.io repository: jfrog/router - tag: 7.77.0 + tag: 7.81.0 imagePullPolicy: IfNotPresent serviceRegistry: ## Service registry (Access) TLS verification skipped if enabled @@ -214,9 +214,9 @@ router: preStop: exec: command: ["sh", "-c", "while [[ $(curl --fail --silent --connect-timeout 2 http://localhost:8081/artifactory/api/v1/system/liveness) =~ OK ]]; do echo Artifactory is still alive; sleep 2; done"] - # postStart: - # exec: - # command: ["/bin/sh", "-c", "echo Hello from the postStart handler"] + # postStart: + # exec: + # command: ["/bin/sh", "-c", "echo Hello from the postStart handler"] ## Add custom volumesMounts customVolumeMounts: "" # - name: custom-script @@ -1861,12 +1861,12 @@ postgresql: capabilities: drop: - ALL - # requests: - # memory: "512Mi" - # cpu: "100m" - # limits: - # memory: "1Gi" - # cpu: "500m" + # requests: + # memory: "512Mi" + # cpu: "100m" + # limits: + # memory: "1Gi" + # cpu: "500m" ## If NOT using the PostgreSQL in this chart (postgresql.enabled=false), ## specify custom database details here or leave empty and Artifactory will use embedded derby database: diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index ee4cf42db..7089b0572 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,11 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.16.0] - Oct 26, 2023 +* Update dependency artifactory chart version to 107.71.3 +* Update dependency xray chart version to 103.83.10 +* Update global.versions.router version to `7.81.0` + ## [10.15.3] - Oct 16, 2023 * Update dependency artifactory chart version to 107.68.14 * Update dependency xray chart version to 103.83.9 diff --git a/stable/jfrog-platform/Chart.lock b/stable/jfrog-platform/Chart.lock index 956cadb92..d9e233770 100644 --- a/stable/jfrog-platform/Chart.lock +++ b/stable/jfrog-platform/Chart.lock @@ -10,10 +10,10 @@ dependencies: version: 12.10.1 - name: artifactory repository: https://charts.jfrog.io/ - version: 107.68.14 + version: 107.71.3 - name: xray repository: https://charts.jfrog.io/ - version: 103.83.9 + version: 103.83.10 - name: distribution repository: https://charts.jfrog.io/ version: 102.20.3 @@ -23,5 +23,5 @@ dependencies: - name: pipelines repository: https://charts.jfrog.io/ version: 101.44.5 -digest: sha256:5a7e847fd17da2d2b9eaf0bfa4ff6fe43b00ccf51a7d57b163316520117c7cd7 -generated: "2023-10-16T09:20:21.037251+05:30" +digest: sha256:9be06f4c96b581205f37d4f9403c19d9df5eb919a1a91a08d27c1f535a011a87 +generated: "2023-10-26T11:55:31.32258+05:30" diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index 0413ff3e7..500dfdeab 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.14 +appVersion: 7.71.3 dependencies: - condition: postgresql.enabled name: postgresql @@ -16,11 +16,11 @@ dependencies: - condition: artifactory.enabled name: artifactory repository: https://charts.jfrog.io/ - version: 107.68.14 + version: 107.71.3 - condition: xray.enabled name: xray repository: https://charts.jfrog.io/ - version: 103.83.9 + version: 103.83.10 - condition: distribution.enabled name: distribution repository: https://charts.jfrog.io/ @@ -55,4 +55,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.15.3 +version: 10.16.0 diff --git a/stable/jfrog-platform/templates/NOTES.txt b/stable/jfrog-platform/templates/NOTES.txt index 867d7900e..e3841ab73 100644 --- a/stable/jfrog-platform/templates/NOTES.txt +++ b/stable/jfrog-platform/templates/NOTES.txt @@ -62,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 }} +{{- end }} \ No newline at end of file diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 55b236875..298e73249 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -1,4 +1,4 @@ -# Default values for jfrog-platform +# Default values for jfrog-platform. # nameOverride: # fullnameOverride: @@ -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.79.0 + router: 7.81.0 # artifactory: # xray: # distribution: @@ -224,7 +224,7 @@ redis: artifactory: enabled: true unifiedUpgradeAllowed: true - installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.15.3-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' + installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.0-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}' postgresql: enabled: false waitForDatabase: false @@ -305,6 +305,7 @@ insight: xms: "2g" xmx: "2g" + pipelines: enabled: true unifiedUpgradeAllowed: true diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index 3ecc316c0..848014ac1 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.83.9] - Sep 15,2023 +## [103.83.10] - Sep 15,2023 * Fixed - Support to configure privateRegistry for pre-upgrade-hook ## [103.80.0] - Jul 16, 2023 diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 7f4896f86..b62742c94 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.83.9 +appVersion: 3.83.10 dependencies: - condition: postgresql.enabled name: postgresql @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.83.9 +version: 103.83.10