9b24c41263
``` Updated: argo/argo-cd: - 5.16.0 asserts/asserts: - 1.16.0 bitnami/postgresql: - 12.1.3 bitnami/redis: - 17.3.13 gitlab/gitlab: - 6.6.1 hashicorp/consul: - 1.0.2 jfrog/artifactory-ha: - 107.47.10 jfrog/artifactory-jcr: - 107.47.10 nats/nats: - 0.19.1 redpanda/redpanda: - 2.3.9 ``` |
||
---|---|---|
.. | ||
charts/postgresql | ||
ci | ||
files | ||
logo | ||
templates | ||
.helmignore | ||
CHANGELOG.md | ||
Chart.lock | ||
Chart.yaml | ||
LICENSE | ||
README.md | ||
app-readme.md | ||
questions.yml | ||
values-large.yaml | ||
values-medium.yaml | ||
values-small.yaml | ||
values.yaml |
README.md
JFrog Artifactory High Availability Helm Chart
IMPORTANT! Our Helm Chart docs have moved to our main documentation site. Below you will find the basic instructions for installing, uninstalling, and deleting Artifactory. For all other information, refer to Installing Artifactory - Helm HA Installation.
Note: From Artifactory 7.17.4 and above, the Helm HA installation can be installed so that each node you install can run all tasks in the cluster.
Below you will find the basic instructions for installing, uninstalling, and deleting Artifactory. For all other information, refer to the documentation site.
Prerequisites Details
- Kubernetes 1.14+
- Artifactory HA license
Chart Details
This chart will do the following:
- Deploy Artifactory highly available cluster. 1 primary node and 2 member nodes.
- Deploy a PostgreSQL database NOTE: For production grade installations it is recommended to use an external PostgreSQL
- Deploy an Nginx server
Installing the Chart
Add JFrog Helm repository
Before installing JFrog helm charts, you need to add the JFrog helm repository to your helm client
helm repo add jfrog https://charts.jfrog.io
- Next, create a unique Master Key (Artifactory requires a unique master key) and pass it to the template during installation.
- Now, update the repository.
helm repo update
Install Chart
To install the chart with the release name artifactory
:
helm upgrade --install artifactory-ha --namespace artifactory-ha jfrog/artifactory-ha
Uninstalling Artifactory
Uninstall is supported only on Helm v3 and on.
Uninstall Artifactory using the following command.
helm uninstall artifactory-ha && sleep 90 && kubectl delete pvc -l app=artifactory-ha
Deleting Artifactory
IMPORTANT: Deleting Artifactory will also delete your data volumes and you will lose all of your data. You must back up all this information before deletion. You do not need to uninstall Artifactory before deleting it.
To delete Artifactory use the following command.
helm delete artifactory-ha --namespace artifactory-ha