diff options
Diffstat (limited to 'kubernetes/common/mariadb-galera/requirements.yaml')
-rw-r--r-- | kubernetes/common/mariadb-galera/requirements.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kubernetes/common/mariadb-galera/requirements.yaml b/kubernetes/common/mariadb-galera/requirements.yaml index 4fbecbfab2..2397316010 100644 --- a/kubernetes/common/mariadb-galera/requirements.yaml +++ b/kubernetes/common/mariadb-galera/requirements.yaml @@ -14,5 +14,8 @@ dependencies: - name: common - version: ~6.x-0 - repository: 'file://../common'
\ No newline at end of file + version: ~7.x-0 + repository: 'file://../common' + - name: repositoryGenerator + version: ~7.x-0 + repository: 'file://../repositoryGenerator'
\ No newline at end of file |