diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-01-11 15:44:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-01-11 15:44:51 +0000 |
commit | a4f1fa19963726fd617a9789358fbb3e42a08eb3 (patch) | |
tree | 623ac0588993b1e90e31f09d3b45946cefa13068 /kubernetes/so/components/so-cnfm-lcm/Chart.yaml | |
parent | 40cbf9be39f507e69e4a0b31b8f6ee5347a3c1a9 (diff) | |
parent | 2c1ba293ccef7dcaf09c46f5b0a8a36245238389 (diff) |
Merge "[MARIADB][SO] Connect MariaDB Galera via master node"
Diffstat (limited to 'kubernetes/so/components/so-cnfm-lcm/Chart.yaml')
-rw-r--r-- | kubernetes/so/components/so-cnfm-lcm/Chart.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-cnfm-lcm/Chart.yaml b/kubernetes/so/components/so-cnfm-lcm/Chart.yaml index 3090dd5ae9..df3eed7bd7 100644 --- a/kubernetes/so/components/so-cnfm-lcm/Chart.yaml +++ b/kubernetes/so/components/so-cnfm-lcm/Chart.yaml @@ -24,6 +24,9 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: readinessCheck + version: ~13.x-0 + repository: '@local' - name: repositoryGenerator version: ~13.x-0 repository: '@local' |