mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump Artifactory version 5.2.0 (#884)
* Bump Artifactory version 5.2.0 * Added new ImageTag
This commit is contained in:
committed by
Sean Knox
parent
084d7b5d58
commit
cd5cfc4621
@@ -1,6 +1,6 @@
|
||||
name: artifactory
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
version: 5.1.0
|
||||
version: 5.2.0
|
||||
description: Universal Repository Manager supporting all major packaging formats, build tools and CI servers.
|
||||
keywords:
|
||||
- artifactory
|
||||
|
||||
@@ -43,7 +43,7 @@ The following tables lists the configurable parameters of the artifactory chart
|
||||
| Parameter | Description | Default |
|
||||
|---------------------------|-----------------------------------|----------------------------------------------------------|
|
||||
| `Image` | Container image name | `docker.bintray.io/jfrog/artifactory-oss` |
|
||||
| `ImageTag` | Container image tag | `5.1.0` |
|
||||
| `ImageTag` | Container image tag | `5.2.0` |
|
||||
| `ImagePullPolicy` | Container pull policy | `Always` |
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
@@ -51,4 +51,4 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
## Useful links
|
||||
https://www.jfrog.com
|
||||
https://www.jfrog.com/confluence/
|
||||
https://www.jfrog.com/confluence/
|
||||
|
||||
@@ -9,7 +9,7 @@ Component: "Artifactory"
|
||||
## Uncomment following line if you want to run Artifactory-Pro
|
||||
#image: "docker.bintray.io/jfrog/artifactory-pro"
|
||||
image: "docker.bintray.io/jfrog/artifactory-oss"
|
||||
imageTag: "5.1.0"
|
||||
imageTag: "5.2.0"
|
||||
imagePullPolicy: "Always"
|
||||
replicaCount: 1
|
||||
httpPort: 8081
|
||||
@@ -27,4 +27,4 @@ persistence:
|
||||
enabled: true
|
||||
storageClass: generic
|
||||
accessMode: ReadWriteOnce
|
||||
size: 8Gi
|
||||
size: 8Gi
|
||||
|
||||
Reference in New Issue
Block a user