From 80a6d41e27e527d896e9d8f74a781e51adc6233b Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 12:40:52 -0400 Subject: [PATCH 1/2] tag 2.6.2 Signed-off-by: Kingdon Barrett --- charts/registry/Chart.yaml | 2 +- charts/registry/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/registry/Chart.yaml b/charts/registry/Chart.yaml index cf9e704..6357889 100644 --- a/charts/registry/Chart.yaml +++ b/charts/registry/Chart.yaml @@ -1,6 +1,6 @@ name: registry home: https://github.com/teamhephy/registry -version: +version: 2.6.2 description: Docker registry for Hephy Workflow. maintainers: - email: team@teamhephy.com diff --git a/charts/registry/values.yaml b/charts/registry/values.yaml index ab1c8d6..0961253 100644 --- a/charts/registry/values.yaml +++ b/charts/registry/values.yaml @@ -1,5 +1,5 @@ org: "hephy" -pull_policy: "Always" -docker_tag: canary +pull_policy: "IfNotPresent" +docker_tag: v2.6.1 # limits_cpu: "100m" # limits_memory: "50Mi" From 54bb6e93593844d1fe3c393ac384c933ea657343 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 16:34:02 -0400 Subject: [PATCH 2/2] tag 2.6.3 Signed-off-by: Kingdon Barrett --- charts/registry/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/registry/Chart.yaml b/charts/registry/Chart.yaml index 6357889..c64ce8b 100644 --- a/charts/registry/Chart.yaml +++ b/charts/registry/Chart.yaml @@ -1,6 +1,8 @@ +apiVersion: v2 name: registry home: https://github.com/teamhephy/registry -version: 2.6.2 +version: 2.6.3 description: Docker registry for Hephy Workflow. maintainers: - - email: team@teamhephy.com +- name: Team Hephy + email: team@teamhephy.com