mirror of https://github.com/helm/helm
feat(list-dependencies): Implement -with-dependencies args to list command (#8081)
Signed-off-by: Ilan Zerath <ilan.prims@gmail.com>pull/8169/head
parent
a9709334f5
commit
7ff393d4d7
@ -1,2 +1,3 @@
|
||||
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
|
||||
thanos default 1 2016-01-16 00:00:01 +0000 UTC pending-install chickadee-1.0.0 0.0.1
|
||||
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
|
||||
fuegoPepito default 1 2016-01-16 00:00:01 +0000 UTC pending-install prims47-4.7.7 0.0.1
|
||||
thanos default 1 2016-01-16 00:00:01 +0000 UTC pending-install chickadee-1.0.0 0.0.1
|
||||
|
@ -0,0 +1,4 @@
|
||||
hummingbird
|
||||
iguana
|
||||
rocket
|
||||
starlord
|
@ -0,0 +1,14 @@
|
||||
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
|
||||
drax default 1 2016-01-16 00:00:01 +0000 UTC uninstalling chickadee-1.0.0 0.0.1
|
||||
fuegoPepito default 1 2016-01-16 00:00:01 +0000 UTC pending-install prims47-4.7.7 0.0.1
|
||||
======== DEPENDENCIES ========
|
||||
NAME Version Repository Enabled
|
||||
benArfa 4.7.7 https://helm.com/prims47 true
|
||||
================
|
||||
gamora default 1 2016-01-16 00:00:01 +0000 UTC superseded chickadee-1.0.0 0.0.1
|
||||
groot default 1 2016-01-16 00:00:01 +0000 UTC uninstalled chickadee-1.0.0 0.0.1
|
||||
hummingbird default 1 2016-01-16 00:00:03 +0000 UTC deployed chickadee-1.0.0 0.0.1
|
||||
iguana default 2 2016-01-16 00:00:04 +0000 UTC deployed chickadee-1.0.0 0.0.1
|
||||
rocket default 1 2016-01-16 00:00:02 +0000 UTC failed chickadee-1.0.0 0.0.1
|
||||
starlord default 2 2016-01-16 00:00:01 +0000 UTC deployed chickadee-1.0.0 0.0.1
|
||||
thanos default 1 2016-01-16 00:00:01 +0000 UTC pending-install chickadee-1.0.0 0.0.1
|
Loading…
Reference in new issue