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

feat(helm-charts): initialize helm repository #132

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

tthvo
Copy link
Member

@tthvo tthvo commented Jun 9, 2023

Depends on cryostatio/cryostat-helm#71

Will need to update to point to correct commit hash when above PR is merged.

How to test

# Checkout this PR head ref
# Fetch submodule
$ git submodule update --remote # For now

# Launch the local web server for upstream docs
$ bundle exec jekyll serve --watch --livereload --open-url --future \
--config _config.yml,_config-dev.yml

# Add a helm repo (i.e. our web server)
$ helm repo add local http://127.0.0.1:4000/helm-charts

# Update helm charts information locally if needed
$ helm repo update

# Search for Cryostat helm chart
$ helm search repo cryostat
NAME          	CHART VERSION	APP VERSION	DESCRIPTION                                       
local/cryostat	0.3.0        	2.3.0      	Securely manage JFR recordings for your contain...

@tthvo tthvo added the feat New feature or request label Jun 9, 2023
@tthvo tthvo requested review from andrewazores and ebaron June 9, 2023 01:39
@tthvo tthvo marked this pull request as draft June 9, 2023 21:40
@tthvo tthvo marked this pull request as ready for review June 22, 2023 22:32
@ebaron ebaron merged commit a1289c6 into cryostatio:main Jun 30, 2023
@tthvo tthvo deleted the helm-release branch July 2, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants