Set Artifactory version 5.9.1 (#4063)

* Set Artifactory version 5.9.1

* Update Chart.yaml

* Update Chart.yaml
This commit is contained in:
Eldad Assis
2018-03-09 04:25:09 -08:00
committed by k8s-ci-robot
parent cb6eb984d1
commit 463538ea1a
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
name: artifactory-ha
home: https://www.jfrog.com/artifactory/
version: 0.1.0
appVersion: 5.8.4
version: 0.1.1
appVersion: 5.9.1
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
keywords:
+2 -2
View File
@@ -246,7 +246,7 @@ The following tables lists the configurable parameters of the artifactory chart
| `artifactory.name` | Artifactory name | `artifactory` |
| `artifactory.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `artifactory.image.repository` | Container image | `docker.bintray.io/jfrog/artifactory-pro` |
| `artifactory.image.version` | Container image tag | `5.8.4` |
| `artifactory.image.version` | Container image tag | `5.9.1` |
| `artifactory.masterKey` | Artifactory Master Key. Can be generated with `openssl rand -hex 32` |`FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF`|
| `artifactory.license.secret` | Artifactory license secret name | |
| `artifactory.license.dataKey`| Artifactory license secret data key | |
@@ -295,7 +295,7 @@ The following tables lists the configurable parameters of the artifactory chart
| `nginx.name` | Nginx name | `nginx` |
| `nginx.replicaCount` | Nginx replica count | `1` |
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
| `nginx.image.version` | Container version | `5.8.4` |
| `nginx.image.version` | Container version | `5.9.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) | |
+2 -2
View File
@@ -45,7 +45,7 @@ artifactory:
name: artifactory-ha
image:
repository: "docker.bintray.io/jfrog/artifactory-pro"
version: 5.8.4
version: 5.9.1
pullPolicy: IfNotPresent
## Artifactory requires a unique master key
## You can generate one with the command:
@@ -164,7 +164,7 @@ nginx:
replicaCount: 1
image:
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
version: 5.8.4
version: 5.9.1
pullPolicy: IfNotPresent
service:
## For minikube, set this to NodePort, elsewhere use LoadBalancer
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 7.0.4
appVersion: 5.8.4
version: 7.0.5
appVersion: 5.9.1
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
keywords:
+2 -2
View File
@@ -100,7 +100,7 @@ The following tables lists the configurable parameters of the artifactory chart
| `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.8.4` |
| `artifactory.image.version` | Container tag | `5.9.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 tables lists the configurable parameters of the artifactory chart
| `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.8.4` |
| `nginx.image.version` | Container tag | `5.9.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) | |
+2 -2
View File
@@ -31,7 +31,7 @@ artifactory:
image:
# repository: "docker.bintray.io/jfrog/artifactory-oss"
repository: "docker.bintray.io/jfrog/artifactory-pro"
version: 5.8.4
version: 5.9.1
pullPolicy: IfNotPresent
service:
name: artifactory
@@ -75,7 +75,7 @@ nginx:
replicaCount: 1
image:
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
version: 5.8.4
version: 5.9.1
pullPolicy: IfNotPresent
service:
## For minikube, set this to NodePort, elsewhere use LoadBalancer