diff --git a/charts/logger/Chart.yaml b/charts/logger/Chart.yaml index 80632d7..99a7556 100644 --- a/charts/logger/Chart.yaml +++ b/charts/logger/Chart.yaml @@ -1,7 +1,8 @@ +apiVersion: v2 name: logger -home: https://github.com/deisthree/logger -version: -description: In-memory log buffer used by Deis Workflow. +home: https://github.com/teamhephy/logger +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 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"