Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update Helm Installation Command #4429

Merged
merged 2 commits into from
Dec 19, 2023
Merged

doc: Update Helm Installation Command #4429

merged 2 commits into from
Dec 19, 2023

Conversation

badal773
Copy link
Contributor

@badal773 badal773 commented Dec 19, 2023

Description:
Refine the Helm installation process to ensure the latest version is installed, addressing an issue where an older version might be installed if the Helm repo is not updated. This modification includes adding the helm repo update command to refresh the repository before installation.

Changes:

  • Previously: Helm repo was added, and installation was performed directly.
  • Updated: Added helm repo update devtron command to ensure the latest version is fetched before installation.
helm repo add devtron https://helm.devtron.ai

helm repo update devtron

helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd \
--set installer.modules={cicd}

Additionally, the documentation now highlights the use of the --reuse-values flag during the helm upgrade command. This flag is essential for maintaining consistent configuration values without requiring explicit redefinition during upgrades.

Copy link

sonarcloud bot commented Dec 19, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@badal773 badal773 changed the title Doc: Update Helm Installation Command doc: Update Helm Installation Command Dec 19, 2023
@prakarsh-dt prakarsh-dt merged commit 1f040a2 into main Dec 19, 2023
6 of 7 checks passed
@prakarsh-dt prakarsh-dt deleted the doc-fix branch December 19, 2023 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants