From 0f329b166dde94b50461a70c3cb85539d8e89260 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 12:35:54 -0400 Subject: [PATCH 1/2] tag 2.7.7 Signed-off-by: Kingdon Barrett --- charts/database/Chart.yaml | 2 +- charts/database/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/database/Chart.yaml b/charts/database/Chart.yaml index e4afd74..1febf83 100644 --- a/charts/database/Chart.yaml +++ b/charts/database/Chart.yaml @@ -1,6 +1,6 @@ name: database home: https://github.com/teamhephy/postgres -version: +version: 2.7.7 description: A PostgreSQL database used by Hephy Workflow. keywords: - database diff --git a/charts/database/values.yaml b/charts/database/values.yaml index f027632..a97fb5f 100644 --- a/charts/database/values.yaml +++ b/charts/database/values.yaml @@ -1,6 +1,6 @@ org: "hephy" -pull_policy: "Always" -docker_tag: canary +pull_policy: "IfNotPresent" +docker_tag: v2.7.6 # limits_cpu: "100m" # limits_memory: "50Mi" # The username and password to be used by the on-cluster database. From 9ff13493156d50d2c4b5ce84b1814e2a7883c340 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 16:29:21 -0400 Subject: [PATCH 2/2] tag 2.7.8 Signed-off-by: Kingdon Barrett --- charts/database/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/database/Chart.yaml b/charts/database/Chart.yaml index 1febf83..9601f0b 100644 --- a/charts/database/Chart.yaml +++ b/charts/database/Chart.yaml @@ -1,9 +1,11 @@ +apiVersion: v2 name: database home: https://github.com/teamhephy/postgres -version: 2.7.7 +version: 2.7.8 description: A PostgreSQL database used by Hephy Workflow. keywords: - database - postgres maintainers: - - email: team@teamhephy.com +- name: Team Hephy + email: team@teamhephy.com