diff options
Diffstat (limited to 'kubernetes/robot/requirements.yaml')
-rw-r--r-- | kubernetes/robot/requirements.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/robot/requirements.yaml b/kubernetes/robot/requirements.yaml new file mode 100644 index 0000000000..56029ab047 --- /dev/null +++ b/kubernetes/robot/requirements.yaml @@ -0,0 +1,7 @@ +dependencies: + - name: common + version: ~2.0.0 + # local reference to common chart, as it is + # a part of this chart's package and will not + # be published independently to a repo (at this point) + repository: '@local'
\ No newline at end of file |