GitHub.com
tcp/443 tcp/80
Open service 2606:50c0:8000::153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 77F2:FF301:3FEF8F:418749:69469AF0 Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-sin-wsss1830094-SIN X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234865.749497,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 4972f9dcb67f836006dd8aa85802cb7434bbd4e1 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8002::153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 0C7A:35C355:D0BEEF:D3AA4D:69469AF0
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-sin-wsat1880034-SIN
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234865.627917,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 32e83aea23b08f0d2903d56a7d6839a880cc6a4a
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 2606:50c0:8002::153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 806D:263F55:10B5ED6:11D3E5F:69469AF0 Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lga21956-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234864.422140,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 97b61a07390fc9c4b9f69b52aff5315c5b93ec32 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 15E8:193AB7:53A29B:554009:69469AED
Accept-Ranges: bytes
Age: 0
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
X-Served-By: cache-lcy-egml8630063-LCY
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1766234864.490336,VS0,VE94
Vary: Accept-Encoding
X-Fastly-Request-ID: add6ef7707d6f1c1489ed8ebda87124dbf7c5b72
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 185.199.109.153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 88C8:28BF2C:6651BB:69A40A:69469AEF Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-pao-kpao1770038-PAO X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234864.464705,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 69d5e3a09e12c90afa89f067936da1e4b3169b24 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: D1EC:1C717C:D28692:D571F6:69469AF0
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-vie6354-VIE
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234865.571567,VS0,VE3
Vary: Accept-Encoding
X-Fastly-Request-ID: 98c06c47e072424ebd25860cd6d01ca792da2cc9
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 185.199.110.153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 0C7A:35C355:D0BEEF:D3AA4D:69469AF0
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-sin-wsss1830056-SIN
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234865.670418,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 24a895aa26f2af1d226057d05b958103547692f7
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 2606:50c0:8001::153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 3434:35C355:D0BED0:D3AA35:69469AF0 Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-rtm-ehrd2290029-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234864.446147,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 4420e12497f0c4fa5f4f5a202f393a4d4609f6c2 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 6DA8:229E03:D0FC91:D3E793:69469AEF Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-fra-eddf8230109-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234864.418820,VS0,VE3 Vary: Accept-Encoding X-Fastly-Request-ID: ed4dfbd6984369de1484b45c67cd67db7b26727e Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 2D14:35C355:D0BED4:D3AA36:69469AEF
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-fra-eddf8230149-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234865.595822,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 29985866c1b2adf32f52a7be8d2756b8b552d717
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 2606:50c0:8000::153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: D668:1038A2:11A5A58:12C296F:69469AF0
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21943-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234864.344972,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 03ecd69acb9c0cf764eadbbda88bc59c5cdbf3d5
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 185.199.108.153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 92EA:1EF839:D178B6:D46412:69469AF0 Accept-Ranges: bytes Age: 0 Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish X-Served-By: cache-vie6334-VIE X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1766234864.437144,VS0,VE110 Vary: Accept-Encoding X-Fastly-Request-ID: 964aead26b72a4cc70af81cc18bd66ef513c9b8b Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: D668:1038A2:11A5A58:12C296F:69469AF0
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21972-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234864.309652,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 40ac1fbb0a1a797a2c7e1cc498310fe837772863
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 185.199.110.153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: A026:193AB7:53A296:554003:69469AF0 Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lon420116-LON X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234864.353318,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 4d868ca43363a0d79cebad83cfbe3f5eed605426 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:443 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 109554
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 19 Dec 2025 14:01:48 GMT
Access-Control-Allow-Origin: *
ETag: "69455acc-1abf2"
expires: Sat, 20 Dec 2025 12:57:44 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 4A57:29C88F:D2D52C:D5C12E:69469AF0
Accept-Ranges: bytes
Date: Sat, 20 Dec 2025 12:47:44 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-rtm-ehrd2290033-RTM
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1766234864.335283,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 429cf720f388ef08f2dc3656b6eab3eaa58f7940
Page title: Install ERPNext | ERPNext Helm Chart
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Install ERPNext | ERPNext Helm Chart</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Install ERPNext" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Helm chart repository for ERPNext" />
<meta property="og:description" content="Helm chart repository for ERPNext" />
<link rel="canonical" href="https://helm.erpnext.com/" />
<meta property="og:url" content="https://helm.erpnext.com/" />
<meta property="og:site_name" content="ERPNext Helm Chart" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Install ERPNext" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Helm chart repository for ERPNext","headline":"Install ERPNext","name":"ERPNext Helm Chart","url":"https://helm.erpnext.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://helm.erpnext.com/feed.xml" title="ERPNext Helm Chart" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">ERPNext Helm Chart</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/faq.html">FAQ</a><a class="page-link" href="/">Install ERPNext</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<h2 id="getting-started">Getting Started</h2>
<p>Helm chart repository for ERPNext</p>
<p>You can add this repository to your local helm configuration as follows:</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm repo update
</code></pre></div></div>
<h2 id="charts">Charts</h2>
<h3>
<img src="https://raw.githubusercontent.com/frappe/erpnext/develop/erpnext/public/images/erpnext-logo.png" style="height:1.2em;vertical-align: middle;" />
ERPNEXT
</h3>
<p><a href="">Home</a> | <a href="https://github.com/frappe/helm">Source</a></p>
<p>Kubernetes Helm Chart for the latest stable ERPNext branch</p>
<p>Use valid storage class with access mode ReadWriteMany instead of <code class="language-plaintext highlighter-rouge">nfs</code></p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>kubectl create namespace erpnext
<span class="gp">$</span><span class="w"> </span>helm repo add frappe https://helm.erpnext.com
<span class="gp">$</span><span class="w"> </span>helm upgrade <span class="nt">--install</span> frappe-bench <span class="nt">--namespace</span> erpnext frappe/erpnext <span class="nt">--set</span> persistence.worker.storageClass<span class="o">=</span>nfs
</code></pre></div></div>
<p>For evaluation, setup simple in-cluster NFS server to make the
Open service 185.199.111.153:80 · helm.erpnext.com
2025-12-20 12:47
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://helm.erpnext.com/ X-GitHub-Request-Id: 3434:35C355:D0BED0:D3AA35:69469AF0 Accept-Ranges: bytes Date: Sat, 20 Dec 2025 12:47:44 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-rtm-ehrd2290041-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1766234865.558803,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 4f095f9fdb02ef4c115f27d481f26534f73b98c3 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>