mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Set Artifactory version 5.10.1 (#4947)
This commit is contained in:
committed by
k8s-ci-robot
parent
9d6448c730
commit
528eba4089
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
name: artifactory
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
version: 7.1.0
|
||||
appVersion: 5.9.1
|
||||
version: 7.1.1
|
||||
appVersion: 5.10.1
|
||||
description: Universal Repository Manager supporting all major packaging formats,
|
||||
build tools and CI servers.
|
||||
keywords:
|
||||
|
||||
@@ -100,7 +100,7 @@ The following table lists the configurable parameters of the artifactory chart a
|
||||
| `artifactory.replicaCount` | Replica count for Artifactory deployment| `1` |
|
||||
| `artifactory.image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `artifactory.image.repository` | Container image | `docker.bintray.io/jfrog/artifactory-pro` |
|
||||
| `artifactory.image.version` | Container tag | `5.9.1` |
|
||||
| `artifactory.image.version` | Container tag | `5.10.1` |
|
||||
| `artifactory.service.name`| Artifactory service name to be set in Nginx configuration | `artifactory` |
|
||||
| `artifactory.service.type`| Artifactory service type | `ClusterIP` |
|
||||
| `artifactory.externalPort` | Artifactory service external port | `8081` |
|
||||
@@ -124,7 +124,7 @@ The following table lists the configurable parameters of the artifactory chart a
|
||||
| `nginx.enabled` | Deploy nginx server | `true` |
|
||||
| `nginx.replicaCount` | Nginx replica count | `1` |
|
||||
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
|
||||
| `nginx.image.version` | Container tag | `5.9.1` |
|
||||
| `nginx.image.version` | Container tag | `5.10.1` |
|
||||
| `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `nginx.service.type`| Nginx service type | `LoadBalancer` |
|
||||
| `nginx.service.loadBalancerSourceRanges`| Nginx service array of IP CIDR ranges to whitelist (only when service type is LoadBalancer) | |
|
||||
|
||||
@@ -31,7 +31,7 @@ artifactory:
|
||||
image:
|
||||
# repository: "docker.bintray.io/jfrog/artifactory-oss"
|
||||
repository: "docker.bintray.io/jfrog/artifactory-pro"
|
||||
version: 5.9.1
|
||||
version: 5.10.1
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
name: artifactory
|
||||
@@ -80,7 +80,7 @@ nginx:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
|
||||
version: 5.9.1
|
||||
version: 5.10.1
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user