diff --git a/stable/inbucket/.helmignore b/stable/inbucket/.helmignore index f0c1319444..a34fb98b2f 100644 --- a/stable/inbucket/.helmignore +++ b/stable/inbucket/.helmignore @@ -19,3 +19,6 @@ .project .idea/ *.tmproj + +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/inbucket/Chart.yaml b/stable/inbucket/Chart.yaml index 4d5fdfb52d..450f71cc71 100644 --- a/stable/inbucket/Chart.yaml +++ b/stable/inbucket/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Inbucket is an email testing application name: inbucket appVersion: 1.2.0 -version: 1.0.0 +version: 1.0.1 keywords: - inbucket - mail diff --git a/stable/inbucket/OWNERS b/stable/inbucket/OWNERS new file mode 100644 index 0000000000..0167b44718 --- /dev/null +++ b/stable/inbucket/OWNERS @@ -0,0 +1,6 @@ +approvers: +- cpanato +- jhillyerd +reviewers: +- cpanato +- jhillyerd