<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Netbox_helm</id>
	<title>Netbox helm - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Netbox_helm"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Netbox_helm&amp;action=history"/>
	<updated>2026-04-19T18:50:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Netbox_helm&amp;diff=5491&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;# This needs some changes but is a start ``` helm install netbox oci://ghcr.io/netbox-community/netbox-chart/netbox \   --set superuser.password=yourSuperuserPassword \   --se...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Netbox_helm&amp;diff=5491&amp;oldid=prev"/>
		<updated>2025-01-24T15:56:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# This needs some changes but is a start ``` helm install netbox oci://ghcr.io/netbox-community/netbox-chart/netbox \   --set superuser.password=yourSuperuserPassword \   --se...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# This needs some changes but is a start&lt;br /&gt;
```&lt;br /&gt;
helm install netbox oci://ghcr.io/netbox-community/netbox-chart/netbox \&lt;br /&gt;
  --set superuser.password=yourSuperuserPassword \&lt;br /&gt;
  --set superuser.apiToken=yourSuperuserApiToken \&lt;br /&gt;
  --set secretKey=yourRandomSecretKey \&lt;br /&gt;
  --set postgresql.auth.password=yourPostgresPassword \&lt;br /&gt;
  --set redis.tasksRedis.password=yourRedisPassword \&lt;br /&gt;
  --set redis.cachingRedis.password=yourRedisPassword \&lt;br /&gt;
  --set ingress.enabled=true \&lt;br /&gt;
  --set ingress.hosts[0].host=netbox.yourdomain.com \&lt;br /&gt;
  --set ingress.hosts[0].paths[0].path=/ \&lt;br /&gt;
  --set ingress.hosts[0].paths[0].pathType=ImplementationSpecific \&lt;br /&gt;
  --set ingress.tls[0].hosts[0]=netbox.yourdomain.com \&lt;br /&gt;
  --set ingress.tls[0].secretName=netbox-tls-secret&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
envtpl --keep-template postgresql.values.yaml.tpl&lt;br /&gt;
kubectl_apply &amp;quot;-f postgresql.values.yaml&amp;quot;&lt;br /&gt;
&lt;br /&gt;
export NETBOX_POSTGRESQL_PASSWORD=$(kubectl get secret postgresql-app --template={{.data.password}} | base64 -d)&lt;br /&gt;
envtpl --keep-template secrets.yaml.tpl&lt;br /&gt;
kubectl_apply &amp;quot;-f secrets.yaml&amp;quot;&lt;br /&gt;
&lt;br /&gt;
envtpl --keep-template netbox.values.yaml.tpl&lt;br /&gt;
helm_upgrade &amp;quot;--install netbox oci://ghcr.io/netbox-community/netbox-chart/netbox --set worker.enabled=false --set global.redis.password=$NETBOX_REDIS_PASSWORD -f netbox.values.yaml --version=5.0.19&amp;quot;&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>