diff --git a/charts/events/Chart.yaml b/charts/events/Chart.yaml index 74e3d05a..2e04fbe4 100644 --- a/charts/events/Chart.yaml +++ b/charts/events/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: events description: Observe kubernetes event collection type: application -version: 0.1.20 +version: 0.1.21 appVersion: v0.11.1 dependencies: - name: endpoint diff --git a/charts/events/README.md b/charts/events/README.md index 137993ae..7c3d1c22 100644 --- a/charts/events/README.md +++ b/charts/events/README.md @@ -1,6 +1,6 @@ # events -![Version: 0.1.20](https://img.shields.io/badge/Version-0.1.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.11.1](https://img.shields.io/badge/AppVersion-v0.11.1-informational?style=flat-square) +![Version: 0.1.21](https://img.shields.io/badge/Version-0.1.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.11.1](https://img.shields.io/badge/AppVersion-v0.11.1-informational?style=flat-square) Observe kubernetes event collection @@ -20,6 +20,8 @@ Observe kubernetes event collection | Key | Type | Default | Description | |-----|------|---------|-------------| +| affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"observeinc.com/unschedulable"` | | +| affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator | string | `"DoesNotExist"` | | | customLabels | object | `{}` | | | global.observe | object | `{}` | | | image.kube_cluster_info.pullPolicy | string | `"Always"` | | diff --git a/charts/events/templates/deployment.yaml b/charts/events/templates/deployment.yaml index 87f576ea..92a1ec49 100644 --- a/charts/events/templates/deployment.yaml +++ b/charts/events/templates/deployment.yaml @@ -28,13 +28,10 @@ spec: tolerations: {{- toYaml . | nindent 6 }} {{- end }} + {{- with .Values.affinity }} affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - {key: observeinc.com/unschedulable, operator: DoesNotExist} - - {key: kubernetes.io/os, operator: NotIn, values: [windows]} + {{- toYaml . | nindent 8 }} + {{- end }} serviceAccountName: {{ include "kube-events.serviceAccountName" . }} initContainers: - name: kube-cluster-info diff --git a/charts/events/values.yaml b/charts/events/values.yaml index 09f3e87d..b7c8cd4e 100644 --- a/charts/events/values.yaml +++ b/charts/events/values.yaml @@ -35,3 +35,10 @@ resources: memory: 256Mi tolerations: {} + +affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - {key: observeinc.com/unschedulable, operator: DoesNotExist} diff --git a/charts/logs/Chart.yaml b/charts/logs/Chart.yaml index db04ede2..4d192866 100644 --- a/charts/logs/Chart.yaml +++ b/charts/logs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: logs description: Observe logs collection type: application -version: 0.1.17 +version: 0.1.18 dependencies: - name: fluent-bit version: 0.43.0 diff --git a/charts/logs/README.md b/charts/logs/README.md index fb6921e4..0f842e2c 100644 --- a/charts/logs/README.md +++ b/charts/logs/README.md @@ -1,6 +1,6 @@ # logs -![Version: 0.1.15](https://img.shields.io/badge/Version-0.1.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Observe logs collection @@ -15,7 +15,7 @@ Observe logs collection | Repository | Name | Version | |------------|------|---------| | file://../endpoint | endpoint | 0.1.8 | -| https://fluent.github.io/helm-charts | fluent-bit | 0.42.0 | +| https://fluent.github.io/helm-charts | fluent-bit | 0.43.0 | ## Values diff --git a/charts/stack/Chart.lock b/charts/stack/Chart.lock index 53ebca0a..dec25dbc 100644 --- a/charts/stack/Chart.lock +++ b/charts/stack/Chart.lock @@ -1,18 +1,18 @@ dependencies: - name: logs repository: file://../logs - version: 0.1.17 + version: 0.1.18 - name: metrics repository: file://../metrics version: 0.3.13 - name: events repository: file://../events - version: 0.1.20 + version: 0.1.21 - name: proxy repository: file://../proxy version: 0.1.4 - name: traces repository: file://../traces - version: 0.2.12 -digest: sha256:abddea18d961718c332c92d12a73db2ac1767546ea803445784aac8e564346f9 -generated: "2024-01-28T00:17:21.657996003Z" + version: 0.2.13 +digest: sha256:7bf26d91090abe5762259763cb49fc224cb9d41c46d8682e54e742bbd6da9b1d +generated: "2024-01-30T18:21:43.611895-08:00" diff --git a/charts/stack/Chart.yaml b/charts/stack/Chart.yaml index 42217248..e6fc6245 100644 --- a/charts/stack/Chart.yaml +++ b/charts/stack/Chart.yaml @@ -2,10 +2,10 @@ apiVersion: v2 name: stack description: Observe Kubernetes agent stack type: application -version: 0.4.17 +version: 0.4.18 dependencies: - name: logs - version: 0.1.17 + version: 0.1.18 repository: file://../logs condition: logs.enabled - name: metrics @@ -13,7 +13,7 @@ dependencies: repository: file://../metrics condition: metrics.enabled - name: events - version: 0.1.20 + version: 0.1.21 repository: file://../events condition: events.enabled - name: proxy @@ -21,7 +21,7 @@ dependencies: repository: file://../proxy condition: proxy.enabled - name: traces - version: 0.2.12 + version: 0.2.13 repository: file://../traces condition: traces.enabled maintainers: diff --git a/charts/stack/README.md b/charts/stack/README.md index a904c1b9..ffd99a2e 100644 --- a/charts/stack/README.md +++ b/charts/stack/README.md @@ -1,6 +1,6 @@ # stack -![Version: 0.4.17](https://img.shields.io/badge/Version-0.4.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.4.18](https://img.shields.io/badge/Version-0.4.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Observe Kubernetes agent stack @@ -14,11 +14,11 @@ Observe Kubernetes agent stack | Repository | Name | Version | |------------|------|---------| -| file://../events | events | 0.1.20 | -| file://../logs | logs | 0.1.15 | +| file://../events | events | 0.1.21 | +| file://../logs | logs | 0.1.18 | | file://../metrics | metrics | 0.3.13 | | file://../proxy | proxy | 0.1.4 | -| file://../traces | traces | 0.2.12 | +| file://../traces | traces | 0.2.13 | ## Values diff --git a/charts/traces/Chart.yaml b/charts/traces/Chart.yaml index 11e3b084..648e9f67 100644 --- a/charts/traces/Chart.yaml +++ b/charts/traces/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traces description: Observe OpenTelemetry trace collection type: application -version: 0.2.12 +version: 0.2.13 dependencies: - name: opentelemetry-collector version: 0.80.0 diff --git a/charts/traces/README.md b/charts/traces/README.md index 9dd3fb67..47339702 100644 --- a/charts/traces/README.md +++ b/charts/traces/README.md @@ -1,6 +1,6 @@ # traces -![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.2.13](https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Observe OpenTelemetry trace collection @@ -16,7 +16,7 @@ Observe OpenTelemetry trace collection |------------|------|---------| | file://../endpoint | endpoint | 0.1.8 | | file://../proxy | proxy | 0.1.4 | -| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.78.1 | +| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.80.0 | ## Values