@@ -31,9 +31,9 @@ Replace `<<ENV-ID>>` with your Kubernetes cluster name.
31
31
32
32
``` shell
33
33
helm install --namespace=monitoring \
34
- --set secrets.logzioShippingToken =' <<SHIPPING-TOKEN>>' \
35
- --set secrets.logzioListener =' <<LISTENER-HOST >>' \
36
- --set secrets .env_id=' <<ENV-ID>>' \
34
+ --set global.logzioLogsToken =' <<SHIPPING-TOKEN>>' \
35
+ --set global.logzioRegion =' <<LOGZIO-REGION >>' \
36
+ --set global .env_id=' <<ENV-ID>>' \
37
37
logzio-k8s-events logzio-helm/logzio-k8s-events
38
38
```
39
39
@@ -48,9 +48,9 @@ Replace `<<CUSTOM-HOST>>` with your endpoint URL.
48
48
49
49
``` shell
50
50
helm install --namespace=monitoring \
51
- --set secrets.logzioShippingToken =' <<SHIPPING-TOKEN>>' \
52
- --set secrets.customListener =' <<CUSTOM-HOST>>' \
53
- --set secrets .env_id=' <<ENV-ID>>' \
51
+ --set global.logzioLogsToken =' <<SHIPPING-TOKEN>>' \
52
+ --set global.customLogsEndpoint =' <<CUSTOM-HOST>>' \
53
+ --set global .env_id=' <<ENV-ID>>' \
54
54
logzio-k8s-events logzio-helm/logzio-k8s-events
55
55
```
56
56
@@ -95,28 +95,3 @@ To determine if a node uses taints as well as to display the taint keys, run:
95
95
` ` ` sh
96
96
kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.taints}"
97
97
` ` `
98
-
99
-
100
- # # Change log
101
- - **0.0.8**:
102
- - Upgrade `logzio-k8s-events` to v`0.0.4`
103
- - Upgrade GoLang version to `v1.23.0`
104
- - Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
105
- - Upgrade GoLang docker image to `golang:1.23.0-alpine3.20`
106
- - **0.0.7**:
107
- - Remove default resources `limits`
108
- - **0.0.6**:
109
- - Upgrade `logzio-k8s-events` to v0.0.3
110
- - Upgrade GoLang version to `v1.22.3`
111
- - Upgrade docker image to `alpine:3.20`
112
- - Upgrade GoLang docker image to `golang:1.22.3-alpine3.20`
113
- - **0.0.5**:
114
- - Remove the duplicate label `app.kubernetes.io/managed-by` @philwelz
115
- - **0.0.4**:
116
- - Enhanced env_id handling to support both numeric and string formats.
117
- - **0.0.3**:
118
- - Rename listener template.
119
- - **0.0.2**:
120
- - Ignore internal event changes.
121
- - **0.0.1**:
122
- - Initial release.
0 commit comments