Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 2622dd8

Browse files
eldadak8s-ci-robot
authored andcommitted
Set Artifactory version 5.8 (helm#3200)
* Better resource management for Artifactory (#1) * Update Artifactory version * Add resources requests and limits to all pods * Ability to set whitelist on Nginx LoadBalancer service * Support setting a custom artifactory service name (that will also be set in nginx config) * Add new parameters to README * Fix artifactory replicas reference. Hardcode database replicas to 1 * Use resource memory requests and limits in Artifactory java options * Add readinessProbe to Artifactory * Add readme on creating a Kubernetes Docker registry secret and passing it to helm * Update Artifactory Chart version to 6.2.3 * Comment out the default resources and update README on how to use them * Set Artifactory version 5.6.3 * Remove default values for Nginx resources from README * Set Artifactory version 5.8.0 * Set a single source for Artifactory and Nginx images version * Set Artifactory version 5.8.1 * Set Artifactory version 5.8.2 * Go back to using version from values.yaml * Set Artifactory version 5.8.3 * Revert single quotes * Revert consolidation of containers versions * Empty line to trigger GitHub CI
1 parent e75eaa9 commit 2622dd8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

stable/artifactory/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: artifactory
33
home: https://www.jfrog.com/artifactory/
4-
version: 6.2.4
5-
appVersion: 5.6.3
4+
version: 6.2.5
5+
appVersion: 5.8.3
66
description: Universal Repository Manager supporting all major packaging formats,
77
build tools and CI servers.
88
keywords:

stable/artifactory/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following tables lists the configurable parameters of the artifactory chart
122122
| `artifactory.replicaCount` | Replica count for Artifactory deployment| `1` |
123123
| `artifactory.image.pullPolicy` | Container pull policy | `IfNotPresent` |
124124
| `artifactory.image.repository` | Container image | `docker.bintray.io/jfrog/artifactory-pro` |
125-
| `artifactory.image.version` | Container image tag | `5.6.3` |
125+
| `artifactory.image.version` | Container tag | `5.8.3` |
126126
| `artifactory.service.name`| Artifactory service name to be set in Nginx configuration | `artifactory` |
127127
| `artifactory.service.type`| Artifactory service type | `ClusterIP` |
128128
| `artifactory.externalPort` | Artifactory service external port | `8081` |
@@ -141,8 +141,8 @@ The following tables lists the configurable parameters of the artifactory chart
141141
| `nginx.name` | Nginx name | `nginx` |
142142
| `nginx.replicaCount` | Nginx replica count | `1` |
143143
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
144+
| `nginx.image.version` | Container tag | `5.8.3` |
144145
| `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` |
145-
| `nginx.image.version` | Container image tag | `5.6.3` |
146146
| `nginx.service.type`| Nginx service type | `LoadBalancer` |
147147
| `nginx.service.loadBalancerSourceRanges`| Nginx service array of IP CIDR ranges to whitelist (only when service type is LoadBalancer) | |
148148
| `nginx.externalPortHttp` | Nginx service external port | `80` |
@@ -166,3 +166,4 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
166166
## Useful links
167167
https://www.jfrog.com
168168
https://www.jfrog.com/confluence/
169+

stable/artifactory/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ artifactory:
5555
image:
5656
# repository: "docker.bintray.io/jfrog/artifactory-oss"
5757
repository: "docker.bintray.io/jfrog/artifactory-pro"
58-
version: 5.6.3
58+
version: 5.8.3
5959
pullPolicy: IfNotPresent
6060
service:
6161
name: artifactory
@@ -98,7 +98,7 @@ nginx:
9898
replicaCount: 1
9999
image:
100100
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
101-
version: 5.6.3
101+
version: 5.8.3
102102
pullPolicy: IfNotPresent
103103
service:
104104
## For minikube, set this to NodePort, elsewhere use LoadBalancer

0 commit comments

Comments
 (0)