mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Set Artifactory version 5.9.1 (#4063)
* Set Artifactory version 5.9.1 * Update Chart.yaml * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
cb6eb984d1
commit
463538ea1a
@@ -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:
|
||||
|
||||
@@ -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) | |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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) | |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user