diff options
Diffstat (limited to 'kubernetes/so/components/so-mariadb')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/Chart.yaml | 2 | ||||
-rwxr-xr-x | kubernetes/so/components/so-mariadb/requirements.yaml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/so/components/so-mariadb/Chart.yaml b/kubernetes/so/components/so-mariadb/Chart.yaml index e95507bd1b..a39c515aad 100755 --- a/kubernetes/so/components/so-mariadb/Chart.yaml +++ b/kubernetes/so/components/so-mariadb/Chart.yaml @@ -14,4 +14,4 @@ apiVersion: v1 description: MariaDB Service name: so-mariadb -version: 7.0.0
\ No newline at end of file +version: 8.0.0 diff --git a/kubernetes/so/components/so-mariadb/requirements.yaml b/kubernetes/so/components/so-mariadb/requirements.yaml index 7760cd8f3b..a9e9697689 100755 --- a/kubernetes/so/components/so-mariadb/requirements.yaml +++ b/kubernetes/so/components/so-mariadb/requirements.yaml @@ -13,14 +13,14 @@ # limitations under the License. dependencies: - name: common - version: ~7.x-0 + version: ~8.x-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' - name: repositoryGenerator - version: ~7.x-0 + version: ~8.x-0 repository: '@local' - name: readinessCheck - version: ~7.x-0 + version: ~8.x-0 repository: '@local' |