mirror of
https://github.com/helm/helm.git
synced 2026-04-22 14:47:41 -04:00
ref: https://github.com/helm/helm/security/advisories/GHSA-c38g-469g-cmgx * Skip invalid chart versions when reading the repository index file or when programmatically adding a chart version. * Adds semver validation and strips non-printable characters and normalizes spaces for string fields in Metadata.Validate() * Fixes a unit test that was pulling a remote repo. Now uses a local repo. * Fixes ignored error in repo update command Signed-off-by: Adam Reese <adam@reese.io>
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
apiVersion: v1
|
|
entries:
|
|
nginx:
|
|
- urls:
|
|
- https://charts.helm.sh/stable/nginx-0.2.0.tgz
|
|
name: nginx
|
|
description: string
|
|
version: 0.2.0
|
|
home: https://github.com/something/else
|
|
digest: "sha256:1234567890abcdef"
|
|
keywords:
|
|
- popular
|
|
- web server
|
|
- proxy
|
|
apiVersion: v2
|
|
- urls:
|
|
- https://charts.helm.sh/stable/nginx-0.1.0.tgz
|
|
name: nginx
|
|
description: string
|
|
version: 0.1.0
|
|
home: https://github.com/something
|
|
digest: "sha256:1234567890abcdef"
|
|
keywords:
|
|
- popular
|
|
- web server
|
|
- proxy
|
|
apiVersion: v2
|
|
alpine:
|
|
- urls:
|
|
- https://charts.helm.sh/stable/alpine-1.0.0.tgz
|
|
- http://storage2.googleapis.com/kubernetes-charts/alpine-1.0.0.tgz
|
|
name: alpine
|
|
description: string
|
|
version: 1.0.0
|
|
home: https://github.com/something
|
|
keywords:
|
|
- linux
|
|
- alpine
|
|
- small
|
|
- sumtin
|
|
digest: "sha256:1234567890abcdef"
|
|
apiVersion: v2
|
|
chartWithNoURL:
|
|
- name: chartWithNoURL
|
|
description: string
|
|
version: 1.0.0
|
|
home: https://github.com/something
|
|
keywords:
|
|
- small
|
|
- sumtin
|
|
digest: "sha256:1234567890abcdef"
|
|
apiVersion: v2
|
|
annotations:
|
|
helm.sh/test: foo bar
|