Skip to content

Commit 528f1da

Browse files
committed
feat: Update doc script and chart renaming
1 parent 12da312 commit 528f1da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: scalyr-helm
2+
name: scalyr-agent
33
description: A Helm chart for deploying the Scalyr agent
44
type: application
55
version: 0.1.0

updateDoc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
docker run --rm -v "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest

0 commit comments

Comments
 (0)