-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1855 from jfrog/jp-10.17.0
[jfrog-platform] 10.17.0 release
- Loading branch information
Showing
129 changed files
with
4,668 additions
and
1,577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
apiVersion: v2 | ||
appVersion: 7.71.11 | ||
appVersion: 7.77.3 | ||
dependencies: | ||
- name: artifactory | ||
repository: file://charts/artifactory | ||
version: 107.71.11 | ||
version: 107.77.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 | ||
|
@@ -13,12 +13,12 @@ keywords: | |
- container | ||
- registry | ||
- devops | ||
kubeVersion: '>= 1.14.0-0' | ||
kubeVersion: '>= 1.19.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: Chart Maintainers at JFrog | ||
name: artifactory-cpp-ce | ||
sources: | ||
- https://github.com/jfrog/charts | ||
type: application | ||
version: 107.71.11 | ||
version: 107.77.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,6 @@ | |
.project | ||
.idea/ | ||
*.tmproj | ||
OWNERS | ||
OWNERS | ||
|
||
tests/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: 7.71.11 | ||
appVersion: 7.77.3 | ||
dependencies: | ||
- condition: postgresql.enabled | ||
name: postgresql | ||
|
@@ -13,12 +13,12 @@ keywords: | |
- artifactory | ||
- jfrog | ||
- devops | ||
kubeVersion: '>= 1.14.0-0' | ||
kubeVersion: '>= 1.19.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: Chart Maintainers at JFrog | ||
name: artifactory-ha | ||
sources: | ||
- https://github.com/jfrog/charts | ||
type: application | ||
version: 107.71.11 | ||
version: 107.77.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
stable/artifactory-ha/sizing/artifactory-2xlarge-extra-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#################################################################################### | ||
# [WARNING] The configuration mentioned in this file are taken inside system.yaml | ||
# hence this configuration will be overridden when enabling systemYamlOverride | ||
#################################################################################### | ||
artifactory: | ||
primary: | ||
javaOpts: | ||
other: > | ||
-XX:InitialRAMPercentage=40 | ||
-XX:MaxRAMPercentage=70 | ||
-Dartifactory.async.corePoolSize=200 | ||
-Dartifactory.async.poolMaxQueueSize=100000 | ||
-Dartifactory.http.client.max.total.connections=150 | ||
-Dartifactory.http.client.max.connections.per.route=150 | ||
-Dartifactory.access.client.max.connections=200 | ||
-Dartifactory.metadata.event.operator.threads=5 | ||
-XX:MaxMetaspaceSize=512m | ||
-Djdk.nio.maxCachedBufferSize=1048576 | ||
-XX:MaxDirectMemorySize=1024m | ||
tomcat: | ||
connector: | ||
maxThreads: 800 | ||
extraConfig: 'acceptCount="1200" acceptorThreadCount="2" compression="off" connectionLinger="-1" connectionTimeout="120000" enableLookups="false"' | ||
|
||
database: | ||
maxOpenConnections: 200 | ||
|
||
access: | ||
tomcat: | ||
connector: | ||
maxThreads: 200 | ||
|
||
database: | ||
maxOpenConnections: 200 | ||
|
||
metadata: | ||
database: | ||
maxOpenConnections: 200 | ||
|
Oops, something went wrong.