Skip to content

Commit 3c5b706

Browse files
committed
apps: Move Fluentd charts from upstream to internal charts
1 parent 04757fb commit 3c5b706

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+38
-42
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
/helmfile.d/charts/external-dns-endpoints/ @elastisys/goto-ingress-auth
2929
/helmfile.d/charts/external-dns-secrets/ @elastisys/goto-ingress-auth
3030
/helmfile.d/charts/file-copier/ @elastisys/goto-ingress-auth
31+
/helmfile.d/charts/fluentd/ @elastisys/goto-logging-stack
3132
/helmfile.d/charts/gatekeeper/ @elastisys/goto-access-control
3233
# TODO Refine per dashboard later
3334
/helmfile.d/charts/grafana-dashboards/ @elastisys/goto-monitoring-stack
@@ -106,14 +107,12 @@
106107
#
107108

108109
/helmfile.d/upstream/aquasecurity/ @elastisys/goto-security
109-
/helmfile.d/upstream/bitnami/fluentd/ @elastisys/goto-logging-stack
110110
/helmfile.d/upstream/bitnami/thanos/ @elastisys/goto-monitoring-stack
111111
/helmfile.d/upstream/dexidp/ @elastisys/goto-ingress-auth
112112
/helmfile.d/upstream/falcosecurity/ @elastisys/goto-security
113113
/helmfile.d/upstream/goharbor/ @elastisys/goto-container-registry
114114
/helmfile.d/upstream/grafana/ @elastisys/goto-monitoring-stack
115115
/helmfile.d/upstream/jetstack/ @elastisys/goto-ingress-auth
116-
/helmfile.d/upstream/kokuwa/ @elastisys/goto-logging-stack
117116
/helmfile.d/upstream/kubereboot/ @elastisys/goto-security
118117
/helmfile.d/upstream/kubernetes-external-dns/ @elastisys/goto-ingress-auth
119118
/helmfile.d/upstream/kubernetes-ingress-nginx/ @elastisys/goto-ingress-auth
File renamed without changes.
File renamed without changes.
File renamed without changes.

helmfile.d/upstream/bitnami/fluentd/README.md renamed to helmfile.d/charts/fluentd/aggregator/README.md

Lines changed: 3 additions & 3 deletions

helmfile.d/upstream/bitnami/fluentd/charts/common/.helmignore renamed to helmfile.d/charts/fluentd/aggregator/charts/common/.helmignore

File renamed without changes.

helmfile.d/upstream/bitnami/fluentd/charts/common/Chart.yaml renamed to helmfile.d/charts/fluentd/aggregator/charts/common/Chart.yaml

File renamed without changes.

helmfile.d/upstream/bitnami/fluentd/charts/common/README.md renamed to helmfile.d/charts/fluentd/aggregator/charts/common/README.md

Lines changed: 1 addition & 1 deletion

helmfile.d/upstream/bitnami/fluentd/charts/common/templates/_affinities.tpl renamed to helmfile.d/charts/fluentd/aggregator/charts/common/templates/_affinities.tpl

File renamed without changes.

helmfile.d/upstream/bitnami/fluentd/charts/common/templates/_capabilities.tpl renamed to helmfile.d/charts/fluentd/aggregator/charts/common/templates/_capabilities.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Return the appropriate apiVersion for PodSecurityConfiguration.
230230
Returns true if the used Helm version is 3.3+.
231231
A way to check the used Helm version was not introduced until version 3.3.0 with .Capabilities.HelmVersion, which contains an additional "{}}" structure.
232232
This check is introduced as a regexMatch instead of {{ if .Capabilities.HelmVersion }} because checking for the key HelmVersion in <3.3 results in a "interface not found" error.
233-
**To be removed when the catalog's minimun Helm version is 3.3**
233+
**To be removed when the catalog's minimum Helm version is 3.3**
234234
*/}}
235235
{{- define "common.capabilities.supportsHelmVersion" -}}
236236
{{- if regexMatch "{(v[0-9])*[^}]*}}$" (.Capabilities | toString ) }}

0 commit comments

Comments
 (0)