helm-viewer 0.2.0-rc1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +3 -0
- package/helm-viewer-0.2.0.tgz +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.0 | 2023-06-21
|
|
4
|
+
|
|
5
|
+
#### Docs
|
|
6
|
+
|
|
7
|
+
- Improve docs
|
|
8
|
+
|
|
3
9
|
## 0.2.0rc-1 | 2023-06-21
|
|
4
10
|
|
|
11
|
+
This is the first published feature. The report provides a way to see yaml files in the chart and to see each file's details.
|
|
12
|
+
|
|
5
13
|
#### Features
|
|
6
14
|
|
|
7
15
|
- Integation of Monaco editor to have a beautiful yaml view
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# helm-viewer
|
|
2
2
|
|
|
3
|
+
- Github: https://github.com/Tchoupinax/helm-viewer
|
|
4
|
+
- NPM: https://www.npmjs.com/package/helm-viewer
|
|
5
|
+
|
|
3
6
|
## Motivation
|
|
4
7
|
|
|
5
8
|
When you are writing a [helm Chart](https://helm.sh/docs/topics/charts/), you often want to generate the template and check what is the final result. To reach this goal, helm provides this command : `helm template`.
|
|
Binary file
|
package/package.json
CHANGED