diff --git a/charts/fluentd/Chart.yaml b/charts/fluentd/Chart.yaml index 21e849b..0916a9e 100644 --- a/charts/fluentd/Chart.yaml +++ b/charts/fluentd/Chart.yaml @@ -1,7 +1,8 @@ +apiVersion: v2 name: fluentd home: https://github.com/teamhephy/fluentd -version: +version: 2.15.3 description: Log shipping mechanism for Hephy Workflow. maintainers: - - name: Team Hephy - email: team@teamhephy.com +- name: Team Hephy + email: team@teamhephy.com diff --git a/charts/fluentd/values.yaml b/charts/fluentd/values.yaml index 79fe2dd..84e9faa 100644 --- a/charts/fluentd/values.yaml +++ b/charts/fluentd/values.yaml @@ -1,6 +1,6 @@ org: "hephy" -pull_policy: "Always" -docker_tag: canary +pull_policy: "IfNotPresent" +docker_tag: v2.15.1 # limits_cpu: "100m" # limits_memory: "50Mi"