rancher-partner-charts/charts/jfrog/artifactory-ha
github-actions[bot] d79e9289d3 Charts CI
```
Updated:
  argo/argo-cd:
    - 5.36.4
  bitnami/kafka:
    - 22.1.6
  bitnami/postgresql:
    - 12.5.8
  bitnami/redis:
    - 17.11.6
  bitnami/wordpress:
    - 16.1.17
  digitalis/vals-operator:
    - 0.7.5
  jfrog/artifactory-ha:
    - 107.59.11
  jfrog/artifactory-jcr:
    - 107.59.11
  pixie/pixie-operator-chart:
    - 0.1.3
  redpanda/redpanda:
    - 4.0.42
  speedscale/speedscale-operator:
    - 1.3.16
```
2023-06-20 17:23:18 +00:00
..
charts/postgresql Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
ci Charts CI 2023-05-30 11:33:49 +00:00
files Charts CI 2023-06-20 17:23:18 +00:00
logo Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
templates Charts CI 2023-05-30 11:33:49 +00:00
.helmignore Charts CI 2022-12-02 01:33:44 -05:00
CHANGELOG.md Charts CI 2023-06-20 17:23:18 +00:00
Chart.lock Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
Chart.yaml Charts CI 2023-06-20 17:23:18 +00:00
LICENSE Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
README.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
app-readme.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
questions.yml Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
values-large.yaml Charts CI 2023-05-30 11:33:49 +00:00
values-medium.yaml Charts CI 2023-05-30 11:33:49 +00:00
values-small.yaml Charts CI 2023-05-30 11:33:49 +00:00
values.yaml Charts CI 2023-06-20 17:23:18 +00:00

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
  1. Next, create a unique Master Key (Artifactory requires a unique master key) and pass it to the template during installation.
  2. 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