diff --git a/charts/kubezero-aws-node-termination-handler/Chart.yaml b/charts/kubezero-aws-node-termination-handler/Chart.yaml deleted file mode 100644 index 4dbf3b0..0000000 --- a/charts/kubezero-aws-node-termination-handler/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -name: kubezero-aws-node-termination-handler -description: Umbrella chart for all aws-node-termination-handler -type: application -version: 0.1.2 -home: https://kubezero.com -icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png -keywords: - - kubezero - - aws-node-termination-handler -maintainers: - - name: Quarky9 -dependencies: - - name: kubezero-lib - version: ">= 0.1.3" - repository: https://zero-down-time.github.io/kubezero/ - - name: aws-node-termination-handler - version: ">= 0.14.1" - repository: https://aws.github.io/eks-charts -kubeVersion: ">= 1.18.0" diff --git a/charts/kubezero-aws-node-termination-handler/README.md b/charts/kubezero-aws-node-termination-handler/README.md deleted file mode 100644 index 866a7be..0000000 --- a/charts/kubezero-aws-node-termination-handler/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# kubezero-aws-node-termination-handler - -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -Umbrella chart for all aws-node-termination-handler - -**Homepage:** - -## Maintainers - -| Name | Email | Url | -| ---- | ------ | --- | -| Quarky9 | | | - -## Requirements - -Kubernetes: `>= 1.18.0` - -| Repository | Name | Version | -|------------|------|---------| -| https://aws.github.io/eks-charts | aws-node-termination-handler | >= 0.14.1 | -| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| aws-node-termination-handler.deleteLocalData | bool | `true` | | -| aws-node-termination-handler.enablePrometheusServer | bool | `false` | | -| aws-node-termination-handler.enableSqsTerminationDraining | bool | `true` | | -| aws-node-termination-handler.jsonLogging | bool | `true` | | -| aws-node-termination-handler.nodeSelector."node-role.kubernetes.io/master" | string | `""` | | -| aws-node-termination-handler.podMonitor.create | bool | `false` | | -| aws-node-termination-handler.podMonitor.labels.release | string | `"metrics"` | | -| aws-node-termination-handler.taintNode | bool | `true` | | -| aws-node-termination-handler.tolerations[0].effect | string | `"NoSchedule"` | | -| aws-node-termination-handler.tolerations[0].key | string | `"node-role.kubernetes.io/master"` | | - -## KubeZero default configuration - -- enable SQS Mode -- allow draining of localdata -- enable prometheus - -## Resources - -- https://github.com/aws/aws-node-termination-handler -- https://github.com/aws/eks-charts/tree/master/stable/aws-node-termination-handler diff --git a/charts/kubezero-aws-node-termination-handler/README.md.gotmpl b/charts/kubezero-aws-node-termination-handler/README.md.gotmpl deleted file mode 100644 index c236518..0000000 --- a/charts/kubezero-aws-node-termination-handler/README.md.gotmpl +++ /dev/null @@ -1,27 +0,0 @@ -{{ template "chart.header" . }} -{{ template "chart.deprecationWarning" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "chart.homepageLine" . }} - -{{ template "chart.maintainersSection" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "chart.requirementsSection" . }} - -{{ template "chart.valuesSection" . }} - -## KubeZero default configuration - -- enable SQS Mode -- allow draining of localdata -- enable prometheus - -## Resources - -- https://github.com/aws/aws-node-termination-handler -- https://github.com/aws/eks-charts/tree/master/stable/aws-node-termination-handler diff --git a/charts/kubezero-aws-node-termination-handler/values.yaml b/charts/kubezero-aws-node-termination-handler/values.yaml deleted file mode 100644 index 02e5a7d..0000000 --- a/charts/kubezero-aws-node-termination-handler/values.yaml +++ /dev/null @@ -1,19 +0,0 @@ -aws-node-termination-handler: - enableSqsTerminationDraining: true - # queueURL: - deleteLocalData: true - taintNode: true - - enablePrometheusServer: false - podMonitor: - create: false - labels: - release: metrics - - jsonLogging: true - - tolerations: - - key: node-role.kubernetes.io/master - effect: NoSchedule - nodeSelector: - node-role.kubernetes.io/master: "" diff --git a/charts/kubezero-logging/Chart.yaml b/charts/kubezero-logging/Chart.yaml index 5b62cd7..ba7d9d4 100644 --- a/charts/kubezero-logging/Chart.yaml +++ b/charts/kubezero-logging/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubezero-logging description: KubeZero Umbrella Chart for complete EFK stack type: application -version: 0.7.3 +version: 0.7.5 appVersion: 1.6.0 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png diff --git a/charts/kubezero-logging/README.md b/charts/kubezero-logging/README.md index 8ccdec5..5dfa5b5 100644 --- a/charts/kubezero-logging/README.md +++ b/charts/kubezero-logging/README.md @@ -1,6 +1,6 @@ # kubezero-logging -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) +![Version: 0.7.5](https://img.shields.io/badge/Version-0.7.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) KubeZero Umbrella Chart for complete EFK stack @@ -19,7 +19,7 @@ Kubernetes: `>= 1.18.0` | Repository | Name | Version | |------------|------|---------| | | eck-operator | 1.6.0 | -| | fluent-bit | 0.15.14 | +| | fluent-bit | 0.15.15 | | | fluentd | 0.2.6 | | https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 | @@ -67,13 +67,13 @@ Kubernetes: `>= 1.18.0` | es.prometheus | bool | `false` | | | es.s3Snapshot.enabled | bool | `false` | | | es.s3Snapshot.iamrole | string | `""` | | -| fluent-bit.config.customParsers | string | `"[PARSER]\n Name cri-log\n Format regex\n Regex ^(?