Skip to content

Commit

Permalink
feat: add icon and change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Sep 19, 2023
1 parent 6466839 commit e9dcf4b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 8 deletions.
3 changes: 2 additions & 1 deletion charts/drill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v2
name: drill
version: 1.2.0
version: 1.2.1
appVersion: 1.21.1
description: Helm Charts for deploying Apache Drill Clusters on Kubernetes
icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/drill/icon.svg
type: application
keywords:
- drill
Expand Down
21 changes: 21 additions & 0 deletions charts/drill/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion charts/drill/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ drill:
## @param drill.overrideConfiguration.existingConfigMap The name of the configmap, containing configuration files to override
##
existingConfigMap: ""
## @param drill.overrideConfiguration.drill Multiline value for drill-override.conf
## @skip drill.overrideConfiguration.drill
## @extra drill.overrideConfiguration.drill Multiline value for drill-override.conf
##
drill: >-
drill.exec: {
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.5.0",
"@bitnami/readme-generator-for-helm": "^2.5.1",
"fs-extra": "^11.1.1",
"husky": "^8.0.3"
},
Expand Down

0 comments on commit e9dcf4b

Please sign in to comment.