<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Cristiano do Nascimento</title>
    <description>The latest articles on DEV Community by Cristiano do Nascimento (@cnascimento).</description>
    <link>https://dev.to/cnascimento</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F935269%2F59c67403-97ab-45ce-8393-95704e78121d.jpeg</url>
      <title>DEV Community: Cristiano do Nascimento</title>
      <link>https://dev.to/cnascimento</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cnascimento"/>
    <language>en</language>
    <item>
      <title>Comandos básicos do HELM</title>
      <dc:creator>Cristiano do Nascimento</dc:creator>
      <pubDate>Tue, 09 Jul 2024 19:00:06 +0000</pubDate>
      <link>https://dev.to/cnascimento/comandos-basicos-do-helm-2d36</link>
      <guid>https://dev.to/cnascimento/comandos-basicos-do-helm-2d36</guid>
      <description>&lt;p&gt;Instalando um chart&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;helm install -f myvalues.yaml {release-name} {chart-name}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Listando o histório de deploys da release&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;helm history {release-name} --namespace {namespace}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Executando o rollback&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;helm rollback {release-name} {revision} --namespace {namespace}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Referência:&lt;br&gt;
&lt;a href="https://helm.sh/docs/" rel="noopener noreferrer"&gt;Helm | Docs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
