summaryrefslogtreecommitdiff
path: root/spec/fixtures/container_registry/config_blob_helm.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/container_registry/config_blob_helm.json')
-rw-r--r--spec/fixtures/container_registry/config_blob_helm.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fixtures/container_registry/config_blob_helm.json b/spec/fixtures/container_registry/config_blob_helm.json
new file mode 100644
index 00000000000..c2fc68c2e8b
--- /dev/null
+++ b/spec/fixtures/container_registry/config_blob_helm.json
@@ -0,0 +1,8 @@
+{
+ "name": "mychart",
+ "version": "0.1.0",
+ "description": "A Helm chart for Kubernetes",
+ "apiVersion": "v2",
+ "appVersion": "1.16.0",
+ "type": "application"
+}