Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ const config = {
// and v5 will then live in /docs
// Be sure to update each locale's docusaurus-plugin-content-docs/current.json to match the current label
// To-do: add this snippet to automation for bumping the version for each new release:
// `for f in i18n/*/docusaurus-plugin-content-docs/current.json; do jq '."version.label".message = "4.0.0"' "$f" > "$f.tmp" && mv "$f.tmp" "$f"; done`
current: { label: "4.0.0" },
3: { label: "3.19.0", path: "v3" },
// `for f in i18n/*/docusaurus-plugin-content-docs/current.json; do jq '."version.label".message = "4.0.1"' "$f" > "$f.tmp" && mv "$f.tmp" "$f"; done`
current: { label: "4.0.1" },
3: { label: "3.19.2", path: "v3" },
2: { label: "2.17.0", path: "v2" },
},
},
Expand Down
2 changes: 1 addition & 1 deletion i18n/de/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/el/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/es/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/fr/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/ja/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/ko/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/pt/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/uk/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "4.0.0",
"message": "4.0.1",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
Expand Down
5 changes: 4 additions & 1 deletion versioned_docs/version-3/helm/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"link": { "type": "doc", "id": "helm-category" }
"link": {
"type": "doc",
"id": "helm-category"
}
}
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: helm
slug: helm
---

The Helm package manager for Kubernetes.

### Synopsis
Expand Down Expand Up @@ -109,4 +110,4 @@ By default, the default directories depend on the Operating System. The defaults
* [helm verify](/helm/helm_verify.md) - verify that a chart at the given path has been signed and is valid
* [helm version](/helm/helm_version.md) - print the client version information

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_completion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm completion
---

generate autocompletion scripts for the specified shell

### Synopsis
Expand Down Expand Up @@ -44,4 +45,4 @@ Generate autocompletion scripts for Helm for the specified shell.
* [helm completion powershell](/helm/helm_completion_powershell.md) - generate autocompletion script for powershell
* [helm completion zsh](/helm/helm_completion_zsh.md) - generate autocompletion script for zsh

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_completion_bash.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm completion bash
---

generate autocompletion script for bash

### Synopsis
Expand Down Expand Up @@ -58,4 +59,4 @@ helm completion bash [flags]

* [helm completion](/helm/helm_completion.md) - generate autocompletion scripts for the specified shell

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_completion_fish.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm completion fish
---

generate autocompletion script for fish

### Synopsis
Expand Down Expand Up @@ -55,4 +56,4 @@ helm completion fish [flags]

* [helm completion](/helm/helm_completion.md) - generate autocompletion scripts for the specified shell

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_completion_powershell.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm completion powershell
---

generate autocompletion script for powershell

### Synopsis
Expand Down Expand Up @@ -51,4 +52,4 @@ helm completion powershell [flags]

* [helm completion](/helm/helm_completion.md) - generate autocompletion scripts for the specified shell

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_completion_zsh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm completion zsh
---

generate autocompletion script for zsh

### Synopsis
Expand Down Expand Up @@ -53,4 +54,4 @@ helm completion zsh [flags]

* [helm completion](/helm/helm_completion.md) - generate autocompletion scripts for the specified shell

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm create
---

create a new chart with the given name

### Synopsis
Expand Down Expand Up @@ -62,4 +63,4 @@ helm create NAME [flags]

* [helm](/helm/helm.md) - The Helm package manager for Kubernetes.

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_dependency.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm dependency
---

manage a chart's dependencies

### Synopsis
Expand Down Expand Up @@ -87,4 +88,4 @@ for this case.
* [helm dependency list](/helm/helm_dependency_list.md) - list the dependencies for the given chart
* [helm dependency update](/helm/helm_dependency_update.md) - update charts/ based on the contents of Chart.yaml

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_dependency_build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm dependency build
---

rebuild the charts/ directory based on the Chart.lock file

### Synopsis
Expand Down Expand Up @@ -61,4 +62,4 @@ helm dependency build CHART [flags]

* [helm dependency](/helm/helm_dependency.md) - manage a chart's dependencies

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_dependency_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm dependency list
---

list the dependencies for the given chart

### Synopsis
Expand Down Expand Up @@ -50,4 +51,4 @@ helm dependency list CHART [flags]

* [helm dependency](/helm/helm_dependency.md) - manage a chart's dependencies

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_dependency_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm dependency update
---

update charts/ based on the contents of Chart.yaml

### Synopsis
Expand Down Expand Up @@ -65,4 +66,4 @@ helm dependency update CHART [flags]

* [helm dependency](/helm/helm_dependency.md) - manage a chart's dependencies

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_env.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm env
---

helm client environment information

### Synopsis
Expand Down Expand Up @@ -44,4 +45,4 @@ helm env [flags]

* [helm](/helm/helm.md) - The Helm package manager for Kubernetes.

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get
---

download extended information of a named release

### Synopsis
Expand Down Expand Up @@ -53,4 +54,4 @@ get extended information about the release, including:
* [helm get notes](/helm/helm_get_notes.md) - download the notes for a named release
* [helm get values](/helm/helm_get_values.md) - download the values file for a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get_all.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get all
---

download all information for a named release

### Synopsis
Expand Down Expand Up @@ -47,4 +48,4 @@ helm get all RELEASE_NAME [flags]

* [helm get](/helm/helm_get.md) - download extended information of a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get_hooks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get hooks
---

download all hooks for a named release

### Synopsis
Expand Down Expand Up @@ -47,4 +48,4 @@ helm get hooks RELEASE_NAME [flags]

* [helm get](/helm/helm_get.md) - download extended information of a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get_manifest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get manifest
---

download the manifest for a named release

### Synopsis
Expand Down Expand Up @@ -49,4 +50,4 @@ helm get manifest RELEASE_NAME [flags]

* [helm get](/helm/helm_get.md) - download extended information of a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get_metadata.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get metadata
---

This command fetches metadata for a given release

```
Expand Down Expand Up @@ -40,4 +41,4 @@ helm get metadata RELEASE_NAME [flags]

* [helm get](/helm/helm_get.md) - download extended information of a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get notes
---

download the notes for a named release

### Synopsis
Expand Down Expand Up @@ -45,4 +46,4 @@ helm get notes RELEASE_NAME [flags]

* [helm get](/helm/helm_get.md) - download extended information of a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_get_values.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm get values
---

download the values file for a named release

### Synopsis
Expand Down Expand Up @@ -47,4 +48,4 @@ helm get values RELEASE_NAME [flags]

* [helm get](/helm/helm_get.md) - download extended information of a named release

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
3 changes: 2 additions & 1 deletion versioned_docs/version-3/helm/helm_history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: helm history
---

fetch release history

### Synopsis
Expand Down Expand Up @@ -58,4 +59,4 @@ helm history RELEASE_NAME [flags]

* [helm](/helm/helm.md) - The Helm package manager for Kubernetes.

###### Auto generated by spf13/cobra on 11-Sep-2025
###### Auto generated by spf13/cobra on 27-Nov-2025
Loading