Skip to content

Commit

Permalink
fix: update docs and chart (#9)
Browse files Browse the repository at this point in the history
* Fix startupProbe template reference
* Update Chart metadata with properly author
* Add docs on values.yaml
* Update README.md with new description
  • Loading branch information
ialejandro authored Aug 13, 2024
1 parent 8bb9b01 commit 096c225
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 271 deletions.
12 changes: 7 additions & 5 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ apiVersion: v2
name: steampipe
description: A Helm chart for Kubernetes to deploy Steampipe
type: application
version: 1.7.0
version: 1.0.0
appVersion: "0.22.0"
home: https://github.com/devops-ia/helm-steampipe
sources:
- https://github.com/turbot/steampipe
maintainers:
- name: devops-ia
url: https://github.com/devops-ia

- name: amartingarcia
email: adrianmg231189@gmail.com
url: https://github.com/amartingarcia
keywords:
- steampipe
dependencies:
- name: oauth2-proxy
version: "7.7.9"
version: 7.7.*
repository: https://oauth2-proxy.github.io/manifests/
condition: oauth2Proxy.enabled
Loading

0 comments on commit 096c225

Please sign in to comment.