1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Ship crd helm chart in release.

This commit is contained in:
Max Neunhoeffer 2018-10-31 16:00:03 +01:00
parent 0f4ce5f8c1
commit 9acd89d87e
No known key found for this signature in database
GPG key ID: 89A912AD5E343E1E

View file

@ -48,6 +48,7 @@ var (
binaries = map[string]string{
"kube-arangodb.tgz": "charts/kube-arangodb.tgz",
"kube-arangodb-storage.tgz": "charts/kube-arangodb-storage.tgz",
"kube-arangodb-crd.tgz": "charts/kube-arangodb-crd.tgz",
}
)