From 1c0392c1b02c8928e77968885696fc6828d1440d Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 12:36:36 -0400 Subject: [PATCH 1/2] tag 2.15.2 Signed-off-by: Kingdon Barrett --- charts/fluentd/Chart.yaml | 2 +- charts/fluentd/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/fluentd/Chart.yaml b/charts/fluentd/Chart.yaml index 21e849b..f45424f 100644 --- a/charts/fluentd/Chart.yaml +++ b/charts/fluentd/Chart.yaml @@ -1,6 +1,6 @@ name: fluentd home: https://github.com/teamhephy/fluentd -version: +version: 2.15.2 description: Log shipping mechanism for Hephy Workflow. maintainers: - name: Team Hephy 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" From 1ff290eec4825f9b0f2e3dcb22d3a7d8946f1f7e Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 16:30:03 -0400 Subject: [PATCH 2/2] tag 2.15.3 Signed-off-by: Kingdon Barrett --- charts/fluentd/Chart.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/fluentd/Chart.yaml b/charts/fluentd/Chart.yaml index f45424f..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: 2.15.2 +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