From 994ec6224f2600b75002a840c768869538b6c2a7 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 8 Jan 2025 06:09:33 +0000 Subject: [PATCH] Deployed f5e5972 with MkDocs version: 1.6.1 --- 404.html | 2 +- best-practices.html | 2 +- charts.html | 2 +- commands.html | 2 +- index.html | 2 +- installation.html | 2 +- internals.html | 2 +- plugins.html | 2 +- registry.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/404.html b/404.html index 1c9cc52..40f2b94 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ - Learn Helm

404 - Not found

\ No newline at end of file + Learn Helm

404 - Not found

\ No newline at end of file diff --git a/best-practices.html b/best-practices.html index 302a8ec..d073500 100644 --- a/best-practices.html +++ b/best-practices.html @@ -1 +1 @@ - Best Practices - Learn Helm

Best Practices

\ No newline at end of file + Best Practices - Learn Helm

Best Practices

\ No newline at end of file diff --git a/charts.html b/charts.html index 6505660..dafcf61 100644 --- a/charts.html +++ b/charts.html @@ -1 +1 @@ - Charts - Learn Helm

Charts

\ No newline at end of file + Charts - Learn Helm

Charts

\ No newline at end of file diff --git a/commands.html b/commands.html index a8674ac..12980b7 100644 --- a/commands.html +++ b/commands.html @@ -1,4 +1,4 @@ - Commands - Learn Helm
Skip to content

Commands

Assuming you have installed Helm as instructed on the previous page or from the official Helm website, here are the various commands you can execute:

Version

  1. The following command will display build information such as the Helm version, Git commit hash, Git tree state, and Go version:

    helm version
    + Commands - Learn Helm      

    Commands

    Assuming you have installed Helm as instructed on the previous page or from the official Helm website, here are the various commands you can execute:

    Version

    1. The following command will display build information such as the Helm version, Git commit hash, Git tree state, and Go version:

      helm version
       

    2. The following command will display Helm version with Git commit hash used during the build of this version:

      helm version --short
       

    3. The following commands allow you to customize the display of build information:

      1. Displays only the Helm version:

        helm version --template={{.Version}}
         
      2. Displays only the Go version:

        helm version --template={{.GoVersion}}
        diff --git a/index.html b/index.html
        index 9c64d6f..c5662ff 100644
        --- a/index.html
        +++ b/index.html
        @@ -1 +1 @@
        - Learn Helm     

        Introduction

        Helm is one of the package managers for Kubernetes.

        This package manager project was created by a company named Deis during the year 2015, which was later acquired by Microsoft. Microsoft began working on the project, with initial commit recorded on October 20, 2015, and released it at KubeCon on November under the brand name Helm Classic.

        In January 2016, Helm Classic was merged with Google's Deployment Manager for Kubernetes, which is now called Helm. Helm later joined CNCF on June 1, 2018, released Helm Hub, now known as Artifact Hub and achieved graduated status within CNCF in April 2020.

        \ No newline at end of file + Learn Helm

        Introduction

        Helm is one of the package managers for Kubernetes.

        This package manager project was created by a company named Deis during the year 2015, which was later acquired by Microsoft. Microsoft began working on the project, with initial commit recorded on October 20, 2015, and released it at KubeCon on November under the brand name Helm Classic.

        In January 2016, Helm Classic was merged with Google's Deployment Manager for Kubernetes, which is now called Helm. Helm later joined CNCF on June 1, 2018, released Helm Hub, now known as Artifact Hub and achieved graduated status within CNCF in April 2020.

        \ No newline at end of file diff --git a/installation.html b/installation.html index e9a63fb..04dcb06 100644 --- a/installation.html +++ b/installation.html @@ -1,4 +1,4 @@ - Installation - Learn Helm

        Installation

        Here are the various methods for installing Helm software:

        1. Please download the binary for each release from here, based on the target machine, operating system, and compute architecture.
        2. Verify the checksum and signature mentioned in the release to ensure integrity and security.
        3. Extract the downloaded compressed binary file.
          tar -zxvf <file-name>.tar.gz
          + Installation - Learn Helm     

          Installation

          Here are the various methods for installing Helm software:

          1. Please download the binary for each release from here, based on the target machine, operating system, and compute architecture.
          2. Verify the checksum and signature mentioned in the release to ensure integrity and security.
          3. Extract the downloaded compressed binary file.
            tar -zxvf <file-name>.tar.gz
             
          4. If you are running it on Linux or macOS, find the helm file in the extracted folder and move it to the destination where you host all your executables, ensuring that your shell is set to include its path.
            mv helm /usr/local/bin/
             
          5. If you are running it on Windows, double-click the .exe file inside the extracted folder, then follow the instructions and configurations provided by the installer.

          Here is how to run a installer script that automatically fetch the latest version of Helm, operating system and compute architecture information and installs it.

          Chained Command:

          curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh
           

          Individual Command:

          curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
          diff --git a/internals.html b/internals.html
          index 1e92343..96c3016 100644
          --- a/internals.html
          +++ b/internals.html
          @@ -1 +1 @@
          - Internals - Learn Helm     
          \ No newline at end of file + Internals - Learn Helm
          \ No newline at end of file diff --git a/plugins.html b/plugins.html index c71b77c..7aa3064 100644 --- a/plugins.html +++ b/plugins.html @@ -1 +1 @@ - Plugins - Learn Helm
          \ No newline at end of file + Plugins - Learn Helm
          \ No newline at end of file diff --git a/registry.html b/registry.html index 9e3711d..a786953 100644 --- a/registry.html +++ b/registry.html @@ -1 +1 @@ - Registry - Learn Helm
          \ No newline at end of file + Registry - Learn Helm
          \ No newline at end of file