mirror of https://github.com/helm/helm
fix: rebuild chart after dependency update on install (#7897)
* fix: rebuild chart after dependency update on install Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * add correct debug settings Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>pull/7758/head
parent
4276acdf4b
commit
fa5eb64f32
@ -0,0 +1,8 @@
|
||||
NAME: updeps
|
||||
LAST DEPLOYED: Fri Sep 2 22:04:05 1977
|
||||
NAMESPACE: default
|
||||
STATUS: deployed
|
||||
REVISION: 1
|
||||
TEST SUITE: None
|
||||
NOTES:
|
||||
PARENT NOTES
|
@ -0,0 +1,8 @@
|
||||
apiVersion: v2
|
||||
description: Chart with subchart that needs to be fetched
|
||||
name: chart-with-subchart-update
|
||||
version: 0.0.1
|
||||
dependencies:
|
||||
- name: subchart-with-notes
|
||||
version: 0.0.1
|
||||
repository: file://../chart-with-subchart-notes/charts
|
@ -0,0 +1,4 @@
|
||||
apiVersion: v2
|
||||
description: Subchart with notes
|
||||
name: subchart-with-notes
|
||||
version: 0.0.1
|
@ -0,0 +1 @@
|
||||
SUBCHART NOTES
|
@ -0,0 +1 @@
|
||||
PARENT NOTES
|
Loading…
Reference in new issue