This chart is deprecated! You can find the new chart in:
- Sources: https://github.com/jfrog/charts
- Charts repository: https://charts.jfrog.io
helm repo add jfrog https://charts.jfrog.io
- Artifactory Pro trial license get one from here
- Implement Support of Reverse proxy for Docker Repo using Nginx
- Smarter upscaling/downscaling
This chart will do the following:
- Deploy Artifactory-oss
- Deploy Artifactory-Pro
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
.