Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sysdump: Collect helm metadata #2442

Merged
merged 1 commit into from
Apr 8, 2024
Merged

sysdump: Collect helm metadata #2442

merged 1 commit into from
Apr 8, 2024

Conversation

chancez
Copy link
Contributor

@chancez chancez commented Mar 21, 2024

Collect information about the release like the chart repo, chart version, revision, status, etc.

After collecting a sysdump:

$ unzip -l cilium-sysdump-20240321-143159.zip | grep helm-meta
      154  03-21-2024 14:32   cilium-sysdump-20240321-143159/cilium-helm-metadata-20240321-143159.yaml
$ unzip -p cilium-sysdump-20240321-143159.zip cilium-sysdump-20240321-143159/cilium-helm-metadata-20240321-143159.yaml
appVersion: 1.14.7
chart: cilium
deployedAt: "2024-03-20T16:24:27-07:00"
name: cilium
namespace: kube-system
revision: 1
status: deployed
version: 1.14.7

Collect information about the release like the chart repo, chart version, revision, status, etc.

Signed-off-by: Chance Zibolski <[email protected]>
@chancez chancez added kind/enhancement This would improve or streamline existing functionality. area/sysdump labels Mar 21, 2024
@chancez chancez self-assigned this Mar 21, 2024
@chancez chancez requested review from a team as code owners March 21, 2024 21:35
@chancez chancez requested review from joamaki and nathanjsweet March 21, 2024 21:35
@nathanjsweet
Copy link
Member

/test

@chancez chancez merged commit 7e8f5d9 into main Apr 8, 2024
13 checks passed
@chancez chancez deleted the pr/chancez/helm_metadata branch April 8, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sysdump kind/enhancement This would improve or streamline existing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants