Skip to content

Commit

Permalink
Regenerate released directory
Browse files Browse the repository at this point in the history
Merge pull request #1133 from nickgerace/dev-v2.5-source-windows

Add option to disable Windows logging for Windows clusters
  • Loading branch information
actions-user committed Apr 22, 2021
1 parent beb1844 commit 3fdaaf5
Show file tree
Hide file tree
Showing 48 changed files with 521 additions and 5,383 deletions.
5,718 changes: 425 additions & 5,293 deletions index.yaml
100755 → 100644

Large diffs are not rendered by default.

Binary file modified released/assets/fleet-agent/fleet-agent-0.3.500.tgz
Binary file not shown.
Binary file modified released/assets/fleet-crd/fleet-crd-0.3.500.tgz
Binary file not shown.
Binary file modified released/assets/fleet/fleet-0.3.500.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified released/assets/rancher-backup/rancher-backup-1.0.400.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified released/assets/rancher-grafana/rancher-grafana-6.6.401.tgz
Binary file not shown.
Binary file modified released/assets/rancher-istio-1.8/rancher-istio-1.8.301.tgz
Binary file not shown.
Binary file modified released/assets/rancher-istio-1.8/rancher-istio-1.8.400.tgz
Binary file not shown.
Binary file modified released/assets/rancher-istio-1.8/rancher-istio-1.8.500.tgz
Binary file not shown.
Binary file modified released/assets/rancher-istio-1.9/rancher-istio-1.9.200.tgz
Binary file not shown.
Binary file modified released/assets/rancher-istio-1.9/rancher-istio-1.9.300.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified released/assets/rancher-logging/rancher-logging-3.9.001.tgz
Binary file not shown.
Binary file modified released/assets/rancher-logging/rancher-logging-3.9.002.tgz
Binary file not shown.
Binary file modified released/assets/rancher-logging/rancher-logging-3.9.400.tgz
Binary file not shown.
Binary file modified released/assets/rancher-logging/rancher-logging-crd-3.9.001.tgz
Binary file not shown.
Binary file modified released/assets/rancher-logging/rancher-logging-crd-3.9.002.tgz
Binary file not shown.
Binary file modified released/assets/rancher-logging/rancher-logging-crd-3.9.400.tgz
Binary file not shown.
Binary file not shown.
Binary file modified released/assets/rancher-monitoring/rancher-monitoring-9.4.204.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified released/assets/rancher-operator/rancher-operator-0.1.400.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified released/assets/rancher-pushprox/rancher-pushprox-0.1.300.tgz
Binary file not shown.
Binary file modified released/assets/rancher-sachet/rancher-sachet-1.0.100.tgz
Binary file not shown.
Binary file modified released/assets/rancher-tracing/rancher-tracing-1.20.100.tgz
Binary file not shown.
Binary file modified released/assets/rancher-webhook/rancher-webhook-0.1.000.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
{{ include "logging-operator.labels" . | indent 4 }}
spec:
controlNamespace: {{ .Release.Namespace }}
{{- if not (kindIs "invalid" .Values.global.cattle.windows.enabled) }}
{{- if .Values.global.cattle.windows.enabled }}
nodeAgents:
- name: win-agent
Expand Down Expand Up @@ -45,6 +46,7 @@ spec:
enabled: {{ .Values.nodeAgents.tls.enabled | default false }}
{{- end }}
{{- end }}
{{- end }}
fluentbit:
image:
repository: {{ template "system_default_registry" . }}{{ .Values.images.fluentbit.repository }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,12 @@ fluentbit:
global:
cattle:
systemDefaultRegistry: ""
windows:
enabled: false
# Uncomment the below two lines to either enable or disable Windows logging. If this chart is
# installed via the Rancher UI, it will set this value to "true" if the cluster is a Windows
# cluster. In that scenario, if you would like to disable Windows logging on Windows clusters,
# set the value below to "false".
# windows:
# enabled: true
# Change the "dockerRootDirectory" if the default Docker directory has changed.
dockerRootDirectory: ""
# This psp setting differs from the upstream "rbac.psp" by only enabling psp settings for the
Expand Down
176 changes: 88 additions & 88 deletions released/index.yaml

Large diffs are not rendered by default.

0 comments on commit 3fdaaf5

Please sign in to comment.