diff --git a/stable/kong/.helmignore b/stable/kong/.helmignore index f0c1319444..7c04072e13 100644 --- a/stable/kong/.helmignore +++ b/stable/kong/.helmignore @@ -19,3 +19,4 @@ .project .idea/ *.tmproj +OWNERS diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 6cf49bc291..7783e6cdc1 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -10,5 +10,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.5.0 +version: 0.5.1 appVersion: 0.14.1 diff --git a/stable/kong/OWNERS b/stable/kong/OWNERS new file mode 100644 index 0000000000..25b9ea9d12 --- /dev/null +++ b/stable/kong/OWNERS @@ -0,0 +1,6 @@ +approvers: +- hbagdi +- shashiranjan84 +reviewers: +- hbagdi +- shashiranjan84