1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-05 15:45:50 +01:00

the museum is now open

This commit is contained in:
Joshua Dolitsky
2017-09-19 01:02:12 -05:00
commit 0cfa253606
43 changed files with 3100 additions and 0 deletions

2
testdata/charts/mychart/Chart.yaml vendored Normal file
View File

@@ -0,0 +1,2 @@
name: mychart
version: 0.1.0

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Pod
metadata:
name: '{{- printf "%s-%s" .Release.Name .Chart.Name | trunc 63 | trimSuffix "-" -}}'
spec:
containers:
- image: busybox
name: '{{ .Chart.Name }}'
command: ['/bin/sh', '-c', 'while true; do echo {{ .Release.Name }}; sleep 5; done']

2
testdata/pgp/NOTE.txt vendored Normal file
View File

@@ -0,0 +1,2 @@
These files were copied directly from github.com/kubernetes/helm repo
in the pkg/provenance/testdata directory

BIN
testdata/pgp/helm-test-key.pub vendored Normal file

Binary file not shown.

BIN
testdata/pgp/helm-test-key.secret vendored Normal file

Binary file not shown.