mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* remove failing icon/logo links Signed-off-by: Paul Czarkowski <username.taken@gmail.com> * fix lint errors Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
JFrog Artifactory Helm Chart - DEPRECATED
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
Prerequisites Details
- Artifactory Pro trial license get one from here
Todo
- Implement Support of Reverse proxy for Docker Repo using Nginx
- Smarter upscaling/downscaling
Chart Details
This chart will do the following:
- Deploy Artifactory-oss
- Deploy Artifactory-Pro
Installing the Chart
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
Deleting the Charts
Deletion of the PetSet doesn't cascade to deleting associated Pods and PVCs. To delete them:
$ helm delete my-release
Configuration
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.