rancher-partner-charts/charts/jfrog/artifactory-jcr/charts/artifactory
github-actions[bot] 6f53285baa Charts CI
```
Updated:
  argo/argo-cd:
    - 5.42.1
  bitnami/mariadb:
    - 13.0.0
  bitnami/postgresql:
    - 12.8.0
  bitnami/redis:
    - 17.14.5
  bitnami/wordpress:
    - 17.0.1
  clastix/kamaji:
    - 0.12.3
  cockroach-labs/cockroachdb:
    - 11.1.4
  datadog/datadog:
    - 3.33.7
  dell/csi-vxflexos:
    - 2.7.1
  jfrog/artifactory-ha:
    - 107.63.9
  jfrog/artifactory-jcr:
    - 107.63.9
  kasten/k10:
    - 6.0.4
  mongodb/community-operator:
    - 0.8.1
  nats/nats:
    - 1.0.0
  new-relic/nri-bundle:
    - 5.0.25
  prophetstor/federatorai:
    - 5.1.3
  redpanda/redpanda:
    - 5.0.7
  speedscale/speedscale-operator:
    - 1.3.24
  sysdig/sysdig:
    - 1.16.5
```
2023-08-02 21:27:24 +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-07-14 17:11:00 +00:00
files Charts CI 2023-07-14 17:11:00 +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-07-24 16:47:54 +00:00
.helmignore 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
CHANGELOG.md Charts CI 2023-08-02 21:27:24 +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-08-02 21:27:24 +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
values-large.yaml Charts CI 2023-07-14 17:11:00 +00:00
values-medium.yaml Charts CI 2023-07-14 17:11:00 +00:00
values-small.yaml Charts CI 2023-07-14 17:11:00 +00:00
values.yaml Charts CI 2023-07-24 16:47:54 +00:00

README.md

JFrog Artifactory 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.

Prerequisites

Chart Details

This chart will do the following:

  • Deploy Artifactory-Pro/Artifactory-Edge (or OSS/CE if custom image is set)
  • Deploy a PostgreSQL database using the stable/postgresql chart (can be changed) NOTE: For production grade installations it is recommended to use an external PostgreSQL.
  • Deploy an optional Nginx server
  • Optionally expose Artifactory with Ingress Ingress documentation

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
helm repo update

Install Chart

To install the chart with the release name artifactory:

helm upgrade --install artifactory --namespace artifactory jfrog/artifactory

Uninstalling Artifactory

Uninstall is supported only on Helm v3 and on.

Uninstall Artifactory using the following command.

helm uninstall artifactory && sleep 90 && kubectl delete pvc -l app=artifactory

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 --namespace artifactory