diff --git a/incubator/chartmuseum/.helmignore b/incubator/chartmuseum/.helmignore index f0c1319444..46fd899656 100644 --- a/incubator/chartmuseum/.helmignore +++ b/incubator/chartmuseum/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/incubator/chartmuseum/Chart.yaml b/incubator/chartmuseum/Chart.yaml index 4adf70c39e..169a82e217 100644 --- a/incubator/chartmuseum/Chart.yaml +++ b/incubator/chartmuseum/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Helm Chart Repository with support for Amazon S3 and Google Cloud Storage name: chartmuseum -version: 0.1.1 +version: 0.1.2 appVersion: 0.2.6 home: https://github.com/chartmuseum/chartmuseum icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png diff --git a/incubator/chartmuseum/OWNERS b/incubator/chartmuseum/OWNERS new file mode 100644 index 0000000000..aa514f4bc4 --- /dev/null +++ b/incubator/chartmuseum/OWNERS @@ -0,0 +1,4 @@ +approvers: +- jdolitsky +reviewers: +- jdolitsky