Skip to content

Commit

Permalink
add virtual chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Oct 15, 2021
1 parent 329b2d0 commit 47d3a56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test:

.PHONY: helm
helm:
helm package -d ./helm helm/charts/registry helm/charts/engine --version $(tag:v%=%) --app-version $(tag:v%=%)
helm repo index ./helm
helm package -d helm helm helm/charts/registry helm/charts/engine --version $(tag:v%=%) --app-version $(tag:v%=%)
helm repo index helm

.PHONY: docs
docs:
Expand Down
11 changes: 11 additions & 0 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
name: infra
description: A Helm chart for Kubernetes
type: application
version: 0.0.0-development
appVersion: 0.0.0-development

dependencies:
- name: registry
condition: registry.enabled
- name: engine
5 changes: 5 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
registry:
enabled: false

engine:
registry: 'infra-registry.default'

0 comments on commit 47d3a56

Please sign in to comment.