Skip to content

Commit

Permalink
PACKAGE=rancher-logging/4.10 make charts
Browse files Browse the repository at this point in the history
Signed-off-by: Meza <[email protected]>
  • Loading branch information
jmeza-xyz committed Feb 25, 2025
1 parent d553e44 commit 8133fbf
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 3 deletions.
Binary file modified assets/rancher-logging/rancher-logging-4.10.0-rancher.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ spec:
{{- with .Values.nodeSelector }}
nodeSelector: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with (default .Values.priorityClassName .Values.fluentd.podPriorityClassName) }}
podPriorityClassName: {{ . }}
{{- end }}
{{- with .Values.fluentbit.resources }}
resources: {{- toYaml . | nindent 6 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
{{- with (default .Values.tolerations .Values.fluentd.tolerations) }}
tolerations: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with (default .Values.priorityClassName .Values.fluentd.podPriorityClassName) }}
podPriorityClassName: {{ . }}
{{- end }}
{{- with (default .Values.nodeSelector .Values.fluentd.nodeSelector) }}
nodeSelector: {{- toYaml . | nindent 6 }}
{{- end }}
Expand Down Expand Up @@ -72,4 +75,4 @@ spec:

{{- define "logging-operator.logging" -}}
{{- include "logging-operator.util.merge.logging" (append . "logging-operator.logging.tpl") -}}
{{- end -}}
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
{{- with .Values.nodeSelector }}
nodeSelector: {{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
serviceAccountName: "{{ .Release.Name }}-k3s-journald-aggregator"
volumes:
- name: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
{{- with .Values.nodeSelector }}
nodeSelector: {{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
---
apiVersion: v1
kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ spec:
{{- with .Values.nodeSelector }}
nodeSelector: {{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
serviceAccountName: "{{ .Release.Name }}-rke2-journald-aggregator"
volumes:
- name: config
Expand Down
2 changes: 2 additions & 0 deletions charts/rancher-logging/4.10.0-rancher.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ fluentd:
initialDelaySeconds: 30
periodSeconds: 15
nodeSelector: {}
podPriorityClassName: ""
resources: {}
tolerations: {}
env: []
Expand All @@ -457,6 +458,7 @@ fluentbit:
Mem_Buf_Limit: ""
Multiline_Flush: ""
Skip_Long_Lines: ""
podPriorityClassName: ""
resources: {}
tolerations:
- key: node-role.kubernetes.io/control-plane
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ entries:
catalog.cattle.io/upstream-version: 4.10.0
apiVersion: v2
appVersion: 4.10.0
created: "2025-02-24T19:36:05.357564-05:00"
created: "2025-02-24T19:39:17.417564-05:00"
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
digest: 0db914979c74c7d123164fb87a981d3fe29f4e9c2adbde3eb6179b3b2515ae05
digest: 5dbd7970bd8f7c9ca6c9d61be0fbfe00ba7824dd2c6e6c81991941fb4d97b4f8
home: https://kube-logging.github.io
keywords:
- logging
Expand Down

0 comments on commit 8133fbf

Please sign in to comment.