From 794997bee1cf19f233f13e2e7b7a843286531f28 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 12:37:47 -0400 Subject: [PATCH 1/2] tag 2.5.2 Signed-off-by: Kingdon Barrett --- charts/logger/Chart.yaml | 4 ++-- charts/logger/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/logger/Chart.yaml b/charts/logger/Chart.yaml index 80632d7..4ceec4f 100644 --- a/charts/logger/Chart.yaml +++ b/charts/logger/Chart.yaml @@ -1,6 +1,6 @@ name: logger -home: https://github.com/deisthree/logger -version: +home: https://github.com/teamhephy/logger +version: 2.5.2 description: In-memory log buffer used by Deis Workflow. maintainers: - name: Deis Team diff --git a/charts/logger/values.yaml b/charts/logger/values.yaml index 3cbc535..7b31ead 100644 --- a/charts/logger/values.yaml +++ b/charts/logger/values.yaml @@ -1,6 +1,6 @@ org: "hephy" -pull_policy: "Always" -docker_tag: canary +pull_policy: "IfNotPresent" +docker_tag: v2.5.1 # limits_cpu: "100m" # limits_memory: "50Mi" From 31b8864fd5c4082d0b99e74260daf4a2ba3741af Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 16:30:32 -0400 Subject: [PATCH 2/2] tag 2.5.3 Signed-off-by: Kingdon Barrett --- charts/logger/Chart.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/logger/Chart.yaml b/charts/logger/Chart.yaml index 4ceec4f..99a7556 100644 --- a/charts/logger/Chart.yaml +++ b/charts/logger/Chart.yaml @@ -1,7 +1,8 @@ +apiVersion: v2 name: logger home: https://github.com/teamhephy/logger -version: 2.5.2 -description: In-memory log buffer used by Deis Workflow. +version: 2.5.3 +description: In-memory log buffer used by Hephy Workflow. maintainers: - - name: Deis Team - email: engineering@deis.com +- name: Team Hephy + email: team@teamhephy.com