diff --git a/stable/mysql/.helmignore b/stable/mysql/.helmignore index 6b8710a711..a1c17ae450 100644 --- a/stable/mysql/.helmignore +++ b/stable/mysql/.helmignore @@ -1 +1,2 @@ .git +OWNERS \ No newline at end of file diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index ddbb93ab52..74cf596742 100755 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -1,5 +1,5 @@ name: mysql -version: 0.9.1 +version: 0.9.2 appVersion: 5.7.14 description: Fast, reliable, scalable, and easy to use open-source relational database system. @@ -13,6 +13,8 @@ sources: - https://github.com/kubernetes/charts - https://github.com/docker-library/mysql maintainers: +- name: olemarkus + email: o.with@sportradar.com - name: viglesiasce email: viglesias@google.com engine: gotpl diff --git a/stable/mysql/OWNERS b/stable/mysql/OWNERS new file mode 100644 index 0000000000..dbb8410a35 --- /dev/null +++ b/stable/mysql/OWNERS @@ -0,0 +1,4 @@ +approvers: +- olemarkus +reviewers: +- olemarkus \ No newline at end of file