incubator/artifactory/README.md
This chart is deprecated! You can find the new chart in:
helm repo add jfrog https://charts.jfrog.io
This chart will do the following:
To install the chart with the release name my-release:
$ helm install --name my-release incubator/artifactory
Note: By default it will run Artifactory-oss to run Artifactory-Pro uncomment image in value.yaml or use following command
$ helm install --name my-release --set image=docker.bintray.io/jfrog/artifactory-pro incubator/artifactory
Deletion of the PetSet doesn't cascade to deleting associated Pods and PVCs. To delete them:
$ helm delete my-release
The following tables lists the configurable parameters of the artifactory chart and their default values.
| Parameter | Description | Default |
|---|---|---|
Image | Container image name | docker.bintray.io/jfrog/artifactory-oss |
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.