Skip to content

Commit e058ff4

Browse files
vijayreddy1991chukka
authored andcommitted
[artifactory] 7.104.14 release
1 parent a492f38 commit e058ff4

22 files changed

+246
-29
lines changed

stable/artifactory-cpp-ce/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JFrog Artifactory CE for C++ Chart Changelog
22
All changes to this chart will be documented in this file
33

4-
## [107.104.12] - Feb 14, 2024
4+
## [107.104.14] - Feb 14, 2024
55
* Fixed an issue by disabling a pro-only service (Onemodel)
66
* Updated federation key to rtfs in cpp, jcr and oss chart
77

stable/artifactory-cpp-ce/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 7.104.12
2+
appVersion: 7.104.14
33
dependencies:
44
- name: artifactory
55
repository: file://charts/artifactory
6-
version: 107.104.12
6+
version: 107.104.14
77
description: JFrog Artifactory CE for C++
88
home: https://www.jfrog.com/artifactory/
99
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-cpp-ce/logo/conan.png
@@ -21,4 +21,4 @@ name: artifactory-cpp-ce
2121
sources:
2222
- https://github.com/jfrog/charts
2323
type: application
24-
version: 107.104.12
24+
version: 107.104.14

stable/artifactory-ha/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JFrog Artifactory-ha Chart Changelog
22
All changes to this chart will be documented in this file
33

4-
## [107.104.12] - Feb 07, 2025
4+
## [107.104.14] - Feb 07, 2025
55
* Added new RTFS service
66
* Added new Topology service
77
* Added new onemodel service
@@ -16,6 +16,7 @@ All changes to this chart will be documented in this file
1616
* Fixed disabling onemodel using `onemodel.enabled=false`
1717
* Removed unwanted database support from rtfs
1818
* Added hpa support for RTFS service
19+
* Added size based resources for evidence service and rtfs service
1920

2021
## [107.102.0] - Nov 26, 2024
2122
* Remove the Xms and Xmx with InitialRAMPercentage and MaxRAMPercentage if they are available in extra_java_options

stable/artifactory-ha/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
annotations:
2-
artifactoryServiceVersion: 7.104.20
2+
artifactoryServiceVersion: 7.104.22
33
metadataVersion: 7.118.2
44
observabilityVersion: 1.31.11
55
apiVersion: v2
6-
appVersion: 7.104.12
6+
appVersion: 7.104.14
77
dependencies:
88
- condition: postgresql.enabled
99
name: postgresql
@@ -25,4 +25,4 @@ name: artifactory-ha
2525
sources:
2626
- https://github.com/jfrog/charts
2727
type: application
28-
version: 107.104.12
28+
version: 107.104.14

stable/artifactory-ha/sizing/artifactory-2xlarge.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ access:
113113
cpu: 1
114114
memory: 2Gi
115115
limits:
116-
# cpu: 2
116+
# cpu: "2"
117117
memory: 4Gi
118118
extraEnvironmentVariables:
119119
- name: MALLOC_ARENA_MAX
@@ -183,3 +183,21 @@ postgresql:
183183
limits:
184184
memory: 256Gi
185185
# cpu: "128"
186+
187+
evidence:
188+
resources:
189+
requests:
190+
cpu: 500m
191+
memory: 4Gi
192+
limits:
193+
# cpu: "2"
194+
memory: 4Gi
195+
196+
rtfs:
197+
resources:
198+
requests:
199+
cpu: 500m
200+
memory: 3500Mi
201+
limits:
202+
# cpu: "2"
203+
memory: 3500Mi

stable/artifactory-ha/sizing/artifactory-large.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ access:
6666
cpu: 1
6767
memory: 2Gi
6868
limits:
69-
# cpu: 2
69+
# cpu: "2"
7070
memory: 3Gi
7171
extraEnvironmentVariables:
7272
- name: MALLOC_ARENA_MAX
@@ -183,3 +183,21 @@ postgresql:
183183
limits:
184184
memory: 64Gi
185185
# cpu: "32"
186+
187+
evidence:
188+
resources:
189+
requests:
190+
cpu: 500m
191+
memory: 800Mi
192+
limits:
193+
# cpu: "2"
194+
memory: 2Gi
195+
196+
rtfs:
197+
resources:
198+
requests:
199+
cpu: 500m
200+
memory: 3500Mi
201+
limits:
202+
# cpu: "2"
203+
memory: 3500Mi

stable/artifactory-ha/sizing/artifactory-medium.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,22 @@ postgresql:
182182
cpu: "8"
183183
limits:
184184
memory: 32Gi
185-
# cpu: "16"
185+
# cpu: "16"
186+
187+
evidence:
188+
resources:
189+
requests:
190+
cpu: 200m
191+
memory: 500Mi
192+
limits:
193+
# cpu: "2"
194+
memory: 1Gi
195+
196+
rtfs:
197+
resources:
198+
requests:
199+
cpu: 500m
200+
memory: 3500Mi
201+
limits:
202+
# cpu: "2"
203+
memory: 3500Mi

stable/artifactory-ha/sizing/artifactory-small.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,21 @@ postgresql:
182182
limits:
183183
memory: 16Gi
184184
# cpu: "10"
185+
186+
evidence:
187+
resources:
188+
requests:
189+
cpu: 200m
190+
memory: 500Mi
191+
limits:
192+
# cpu: "2"
193+
memory: 1Gi
194+
195+
rtfs:
196+
resources:
197+
requests:
198+
cpu: 500m
199+
memory: 3500Mi
200+
limits:
201+
# cpu: "2"
202+
memory: 3500Mi

stable/artifactory-ha/sizing/artifactory-xlarge.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ access:
6565
cpu: 1
6666
memory: 2Gi
6767
limits:
68-
# cpu: 2
68+
# cpu: "2"
6969
memory: 4Gi
7070
extraEnvironmentVariables:
7171
- name: MALLOC_ARENA_MAX
@@ -182,3 +182,21 @@ postgresql:
182182
limits:
183183
memory: 128Gi
184184
# cpu: "64"
185+
186+
evidence:
187+
resources:
188+
requests:
189+
cpu: 200m
190+
memory: 500Mi
191+
limits:
192+
# cpu: "2"
193+
memory: 1Gi
194+
195+
rtfs:
196+
resources:
197+
requests:
198+
cpu: 500m
199+
memory: 3500Mi
200+
limits:
201+
# cpu: "2"
202+
memory: 3500Mi

stable/artifactory-ha/sizing/artifactory-xsmall.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,22 @@ postgresql:
183183
cpu: "2"
184184
limits:
185185
memory: 8Gi
186-
# cpu: "8"
186+
# cpu: "8"
187+
188+
evidence:
189+
resources:
190+
requests:
191+
cpu: 100m
192+
memory: 100Mi
193+
limits:
194+
# cpu: "1"
195+
memory: 1Gi
196+
197+
rtfs:
198+
resources:
199+
requests:
200+
cpu: 500m
201+
memory: 3500Mi
202+
limits:
203+
# cpu: "2"
204+
memory: 3500Mi

0 commit comments

Comments
 (0)