diff --git a/charts/database/Chart.yaml b/charts/database/Chart.yaml index e4afd74..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: +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 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.