From ebe9fc9b1e250d9dd4e04cc6cc30498f6776bad6 Mon Sep 17 00:00:00 2001 From: cheyang Date: Thu, 3 May 2018 00:39:26 +0800 Subject: [PATCH] add owner of tf-notebook chart (#5297) bump new version --- stable/tensorflow-notebook/Chart.yaml | 2 +- stable/tensorflow-notebook/OWNERS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 stable/tensorflow-notebook/OWNERS diff --git a/stable/tensorflow-notebook/Chart.yaml b/stable/tensorflow-notebook/Chart.yaml index 70c78bc402..45833acee2 100644 --- a/stable/tensorflow-notebook/Chart.yaml +++ b/stable/tensorflow-notebook/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for tensorflow notebook and tensorboard name: tensorflow-notebook -version: 0.1.0 +version: 0.1.1 appVersion: 1.6.0 sources: - https://github.com/tensorflow/tensorflow diff --git a/stable/tensorflow-notebook/OWNERS b/stable/tensorflow-notebook/OWNERS new file mode 100644 index 0000000000..0dfc977918 --- /dev/null +++ b/stable/tensorflow-notebook/OWNERS @@ -0,0 +1,4 @@ +approvers: +- cheyang +reviewers: +- cheyang