Skip to content

Commit

Permalink
feat: bump observe-agent version to 1.5.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew authored Jan 16, 2025
1 parent 6b629b2 commit 281286c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: agent
description: Chart to install K8s collection stack based on Observe Agent
type: application
version: 0.35.0
version: 0.36.0
appVersion: "1.1.0"
dependencies:
- name: opentelemetry-collector
Expand Down
10 changes: 5 additions & 5 deletions charts/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent

![Version: 0.35.0](https://img.shields.io/badge/Version-0.35.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
![Version: 0.36.0](https://img.shields.io/badge/Version-0.36.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)

> [!CAUTION]
> This chart is under active development and is not meant to be installed yet.
Expand Down Expand Up @@ -88,7 +88,7 @@ Chart to install K8s collection stack based on Observe Agent
| cluster-events.extraVolumes[0].name | string | `"observe-agent-deployment-config"` | |
| cluster-events.image.pullPolicy | string | `"IfNotPresent"` | |
| cluster-events.image.repository | string | `"observeinc/observe-agent"` | |
| cluster-events.image.tag | string | `"1.4.0"` | |
| cluster-events.image.tag | string | `"1.5.0"` | |
| cluster-events.initContainers[0].env[0].name | string | `"NAMESPACE"` | |
| cluster-events.initContainers[0].env[0].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
| cluster-events.initContainers[0].image | string | `"observeinc/kube-cluster-info:v0.11.1"` | |
Expand Down Expand Up @@ -153,7 +153,7 @@ Chart to install K8s collection stack based on Observe Agent
| cluster-metrics.extraVolumes[0].name | string | `"observe-agent-deployment-config"` | |
| cluster-metrics.image.pullPolicy | string | `"IfNotPresent"` | |
| cluster-metrics.image.repository | string | `"observeinc/observe-agent"` | |
| cluster-metrics.image.tag | string | `"1.4.0"` | |
| cluster-metrics.image.tag | string | `"1.5.0"` | |
| cluster-metrics.initContainers[0].env[0].name | string | `"NAMESPACE"` | |
| cluster-metrics.initContainers[0].env[0].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
| cluster-metrics.initContainers[0].image | string | `"observeinc/kube-cluster-info:v0.11.1"` | |
Expand Down Expand Up @@ -225,7 +225,7 @@ Chart to install K8s collection stack based on Observe Agent
| monitor.extraVolumes[0].name | string | `"observe-agent-deployment-config"` | |
| monitor.image.pullPolicy | string | `"IfNotPresent"` | |
| monitor.image.repository | string | `"observeinc/observe-agent"` | |
| monitor.image.tag | string | `"1.4.0"` | |
| monitor.image.tag | string | `"1.5.0"` | |
| monitor.initContainers[0].env[0].name | string | `"NAMESPACE"` | |
| monitor.initContainers[0].env[0].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
| monitor.initContainers[0].image | string | `"observeinc/kube-cluster-info:v0.11.1"` | |
Expand Down Expand Up @@ -313,7 +313,7 @@ Chart to install K8s collection stack based on Observe Agent
| node-logs-metrics.extraVolumes[4].name | string | `"hostfs"` | |
| node-logs-metrics.image.pullPolicy | string | `"IfNotPresent"` | |
| node-logs-metrics.image.repository | string | `"observeinc/observe-agent"` | |
| node-logs-metrics.image.tag | string | `"1.4.0"` | |
| node-logs-metrics.image.tag | string | `"1.5.0"` | |
| node-logs-metrics.initContainers[0].env[0].name | string | `"NAMESPACE"` | |
| node-logs-metrics.initContainers[0].env[0].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
| node-logs-metrics.initContainers[0].image | string | `"observeinc/kube-cluster-info:v0.11.1"` | |
Expand Down
10 changes: 5 additions & 5 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ node:
# Log rotation glob assumes rename of file follows this pattern *.log.*
include: '["/var/log/pods/*/*/*.log", "/var/log/pods/*/*/*.log.*", "/var/log/kube-apiserver-audit.log"]'
# A list of file glob patterns to exclude from reading. This is applied against the paths matched by include. Need to put inside of '' to avoid helm stripping commas and quotes.
# Log rotation exclude glob assumes files previously rotated and renamed are zipped after 1.4.0 rotated file is created
# Log rotation exclude glob assumes files previously rotated and renamed are zipped after rotated file is created
exclude: '["/var/log/pods/*/*/*.log.*.gz", "/var/log/pods/*/*/*.tmp"]'
# time unit 1m, 1h
lookbackPeriod: 24h
Expand Down Expand Up @@ -165,7 +165,7 @@ cluster-events:

image:
repository: observeinc/observe-agent
tag: 1.4.0
tag: 1.5.0
pullPolicy: IfNotPresent

command:
Expand Down Expand Up @@ -303,7 +303,7 @@ cluster-metrics:

image:
repository: observeinc/observe-agent
tag: 1.4.0
tag: 1.5.0
pullPolicy: IfNotPresent

command:
Expand Down Expand Up @@ -434,7 +434,7 @@ node-logs-metrics:

image:
repository: observeinc/observe-agent
tag: 1.4.0
tag: 1.5.0
pullPolicy: IfNotPresent

command:
Expand Down Expand Up @@ -598,7 +598,7 @@ monitor:

image:
repository: observeinc/observe-agent
tag: 1.4.0
tag: 1.5.0
pullPolicy: IfNotPresent

command:
Expand Down

0 comments on commit 281286c

Please # to comment.