<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Helm</id>
	<title>Helm - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Helm"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Helm&amp;action=history"/>
	<updated>2026-04-26T18:26:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Helm&amp;diff=7627&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== Kubernetes Helm ==  Use specific kubeconfig:  helm --kubeconfig CONFIGFILE [otherparams]  List releases:  helm list  List repos:  helm repo list  Add repo:  # example add awx operator:  helm repo add awx-operator https://ansible.github.io/awx-operator/  Update repo:  helm repo update  Search through your local repos, and display latest stable versions of repo/charts found:  helm search repo  Note: Charts are listed as REPO/CHART  Search through your local repos for sp...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Helm&amp;diff=7627&amp;oldid=prev"/>
		<updated>2024-07-16T17:08:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Kubernetes Helm ==  Use specific kubeconfig:  helm --kubeconfig CONFIGFILE [otherparams]  List releases:  helm list  List repos:  helm repo list  Add repo:  # example add awx operator:  helm repo add awx-operator https://ansible.github.io/awx-operator/  Update repo:  helm repo update  Search through your local repos, and display latest stable versions of repo/charts found:  helm search repo  Note: Charts are listed as REPO/CHART  Search through your local repos for sp...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Kubernetes Helm ==&lt;br /&gt;
&lt;br /&gt;
Use specific kubeconfig:&lt;br /&gt;
 helm --kubeconfig CONFIGFILE [otherparams]&lt;br /&gt;
&lt;br /&gt;
List releases:&lt;br /&gt;
 helm list&lt;br /&gt;
&lt;br /&gt;
List repos:&lt;br /&gt;
 helm repo list&lt;br /&gt;
&lt;br /&gt;
Add repo:&lt;br /&gt;
 # example add awx operator:&lt;br /&gt;
 helm repo add awx-operator https://ansible.github.io/awx-operator/&lt;br /&gt;
&lt;br /&gt;
Update repo:&lt;br /&gt;
 helm repo update&lt;br /&gt;
&lt;br /&gt;
Search through your local repos, and display latest stable versions of repo/charts found:&lt;br /&gt;
 helm search repo&lt;br /&gt;
&lt;br /&gt;
Note: Charts are listed as REPO/CHART&lt;br /&gt;
&lt;br /&gt;
Search through your local repos for specific repo:&lt;br /&gt;
 # Example search specifically the awx-operator repo&lt;br /&gt;
 helm search repo awx-operator&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NAME                            CHART VERSION   APP VERSION     DESCRIPTION&lt;br /&gt;
awx-operator/awx-operator       2.19.1          2.19.1          A Helm chart for the AWX Operator&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install chart:&lt;br /&gt;
 # example install awx-operator/awx-operator chart in namespace awx and create the namespace and name it my-awx-operator&lt;br /&gt;
 helm install -n awx --create-namespace my-awx-operator awx-operator/awx-operator&lt;br /&gt;
&lt;br /&gt;
 # example install awx-operator/awx-operator chart in namespace awx&lt;br /&gt;
 helm install -n awx-test my-awx-operator awx-operator/awx-operator&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* AWX Helm Installation &amp;lt;ref&amp;gt;https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/helm-install-on-existing-cluster.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>