mirror of https://github.com/helm/helm
Merge pull request #6881 from thomastaylor312/fix/lowercase_the_output
fix(cmd): Standardizes all output to use lower snake_case namespull/6882/head
commit
7d9084eb6c
@ -1 +1 @@
|
||||
[{"Name":"testing/mariadb","Version":"0.3.0","AppVersion":"","Description":"Chart for MariaDB"}]
|
||||
[{"name":"testing/mariadb","version":"0.3.0","app_version":"","description":"Chart for MariaDB"}]
|
||||
|
@ -1,4 +1,4 @@
|
||||
- AppVersion: 2.3.4
|
||||
Description: Deploy a basic Alpine Linux pod
|
||||
Name: testing/alpine
|
||||
Version: 0.2.0
|
||||
- app_version: 2.3.4
|
||||
description: Deploy a basic Alpine Linux pod
|
||||
name: testing/alpine
|
||||
version: 0.2.0
|
||||
|
Loading…
Reference in new issue