From 4ffd17fdc91ef65c770be90ae4039c9a6ea62b26 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 23 Jan 2018 12:57:36 -0500 Subject: [PATCH] Adding OWNERS file for stable/traefik (#3230) * Adding OWNERS file for stable/traefik Note, also updates maintainer to github handle * Update Chart.yaml --- stable/traefik/.helmignore | 2 ++ stable/traefik/Chart.yaml | 4 ++-- stable/traefik/OWNERS | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 stable/traefik/OWNERS diff --git a/stable/traefik/.helmignore b/stable/traefik/.helmignore index f0c1319444..46fd899656 100644 --- a/stable/traefik/.helmignore +++ b/stable/traefik/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 5deed97549..323926cc17 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.17.0 +version: 1.17.1 appVersion: 1.4.6 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: @@ -13,7 +13,7 @@ sources: - https://github.com/containous/traefik - https://github.com/krancour/charts/tree/master/traefik maintainers: -- name: Kent Rancourt +- name: krancour email: kent.rancourt@microsoft.com engine: gotpl icon: http://traefik.io/traefik.logo.png diff --git a/stable/traefik/OWNERS b/stable/traefik/OWNERS new file mode 100644 index 0000000000..c6b5f3c98e --- /dev/null +++ b/stable/traefik/OWNERS @@ -0,0 +1,4 @@ +approvers: +- krancour +reviewers: +- krancour