few fixes

This commit is contained in:
Akshit Agrawal
2024-01-26 14:34:38 +05:30
parent b8041fdccd
commit b633b7dd8c
7 changed files with 119 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
apiVersion: v1
description: Deploy a basic Alpine Linux pod
home: https://helm.sh/helm
name: chart-bad-type
sources:
- https://github.com/helm/helm
version: 0.1.0
type: foobar
@@ -0,0 +1,11 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: chart-missing-deps
version: 0.1.0
dependencies:
- name: reqsubchart
version: 0.1.0
repository: "https://example.com/charts"
- name: reqsubchart2
version: 0.2.0
repository: "https://example.com/charts"