diff --git a/charts/registry-proxy/Chart.yaml b/charts/registry-proxy/Chart.yaml index 0171b43..c5fb033 100644 --- a/charts/registry-proxy/Chart.yaml +++ b/charts/registry-proxy/Chart.yaml @@ -1,6 +1,8 @@ +apiVersion: v2 name: registry-proxy home: https://github.com/teamhephy/registry-proxy -version: +version: 1.5.3 description: Hephy Workflow Registry Proxy. maintainers: -- email: team@teamhephy.com +- name: Team Hephy + email: team@teamhephy.com diff --git a/charts/registry-proxy/values.yaml b/charts/registry-proxy/values.yaml index af45926..75df300 100644 --- a/charts/registry-proxy/values.yaml +++ b/charts/registry-proxy/values.yaml @@ -1,6 +1,6 @@ org: "hephy" -pull_policy: "Always" -docker_tag: canary +pull_policy: "IfNotPresent" +docker_tag: v1.5.1 limits_cpu: "100m" limits_memory: "50Mi"