Skip to content

Commit

Permalink
feat: bump agent to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew committed Feb 6, 2025
1 parent f5f46d0 commit e66811d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 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.41.0
version: 0.42.0
appVersion: "1.1.0"
dependencies:
- name: opentelemetry-collector
Expand Down
32 changes: 16 additions & 16 deletions charts/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent

![Version: 0.41.0](https://img.shields.io/badge/Version-0.41.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.42.0](https://img.shields.io/badge/Version-0.42.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 @@ -60,8 +60,8 @@ Chart to install K8s collection stack based on Observe Agent
| cluster-events.clusterRole.create | bool | `false` | |
| cluster-events.clusterRole.name | string | `"observe-agent-cluster-role"` | |
| cluster-events.command.extraArgs[0] | string | `"start"` | |
| cluster-events.command.extraArgs[1] | string | `"--config=/observe-agent-conf/observe-agent.yaml"` | |
| cluster-events.command.extraArgs[2] | string | `"--otel-config=/conf/relay.yaml"` | |
| cluster-events.command.extraArgs[1] | string | `"--observe-config=/observe-agent-conf/observe-agent.yaml"` | |
| cluster-events.command.extraArgs[2] | string | `"--config=/conf/relay.yaml"` | |
| cluster-events.command.name | string | `"observe-agent"` | |
| cluster-events.configMap.create | bool | `false` | |
| cluster-events.configMap.existingName | string | `"cluster-events"` | |
Expand All @@ -85,7 +85,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.6.0"` | |
| cluster-events.image.tag | string | `"2.0.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 @@ -125,8 +125,8 @@ Chart to install K8s collection stack based on Observe Agent
| cluster-metrics.clusterRole.create | bool | `false` | |
| cluster-metrics.clusterRole.name | string | `"observe-agent-cluster-role"` | |
| cluster-metrics.command.extraArgs[0] | string | `"start"` | |
| cluster-metrics.command.extraArgs[1] | string | `"--config=/observe-agent-conf/observe-agent.yaml"` | |
| cluster-metrics.command.extraArgs[2] | string | `"--otel-config=/conf/relay.yaml"` | |
| cluster-metrics.command.extraArgs[1] | string | `"--observe-config=/observe-agent-conf/observe-agent.yaml"` | |
| cluster-metrics.command.extraArgs[2] | string | `"--config=/conf/relay.yaml"` | |
| cluster-metrics.command.name | string | `"observe-agent"` | |
| cluster-metrics.configMap.create | bool | `false` | |
| cluster-metrics.configMap.existingName | string | `"cluster-metrics"` | |
Expand All @@ -150,7 +150,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.6.0"` | |
| cluster-metrics.image.tag | string | `"2.0.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 @@ -197,8 +197,8 @@ Chart to install K8s collection stack based on Observe Agent
| forwarder.clusterRole.create | bool | `false` | |
| forwarder.clusterRole.name | string | `"observe-agent-cluster-role"` | |
| forwarder.command.extraArgs[0] | string | `"start"` | |
| forwarder.command.extraArgs[1] | string | `"--config=/observe-agent-conf/observe-agent.yaml"` | |
| forwarder.command.extraArgs[2] | string | `"--otel-config=/conf/relay.yaml"` | |
| forwarder.command.extraArgs[1] | string | `"--observe-config=/observe-agent-conf/observe-agent.yaml"` | |
| forwarder.command.extraArgs[2] | string | `"--config=/conf/relay.yaml"` | |
| forwarder.command.name | string | `"observe-agent"` | |
| forwarder.configMap.create | bool | `false` | |
| forwarder.configMap.existingName | string | `"forwarder"` | |
Expand Down Expand Up @@ -228,7 +228,7 @@ Chart to install K8s collection stack based on Observe Agent
| forwarder.extraVolumes[0].name | string | `"observe-agent-deployment-config"` | |
| forwarder.image.pullPolicy | string | `"IfNotPresent"` | |
| forwarder.image.repository | string | `"observeinc/observe-agent"` | |
| forwarder.image.tag | string | `"1.6.0"` | |
| forwarder.image.tag | string | `"2.0.0"` | |
| forwarder.initContainers[0].env[0].name | string | `"NAMESPACE"` | |
| forwarder.initContainers[0].env[0].valueFrom.fieldRef.fieldPath | string | `"metadata.namespace"` | |
| forwarder.initContainers[0].image | string | `"observeinc/kube-cluster-info:v0.11.1"` | |
Expand Down Expand Up @@ -270,8 +270,8 @@ Chart to install K8s collection stack based on Observe Agent
| monitor.clusterRole.create | bool | `false` | |
| monitor.clusterRole.name | string | `"observe-agent-cluster-role"` | |
| monitor.command.extraArgs[0] | string | `"start"` | |
| monitor.command.extraArgs[1] | string | `"--config=/observe-agent-conf/observe-agent.yaml"` | |
| monitor.command.extraArgs[2] | string | `"--otel-config=/conf/relay.yaml"` | |
| monitor.command.extraArgs[1] | string | `"--observe-config=/observe-agent-conf/observe-agent.yaml"` | |
| monitor.command.extraArgs[2] | string | `"--config=/conf/relay.yaml"` | |
| monitor.command.name | string | `"observe-agent"` | |
| monitor.configMap.create | bool | `false` | |
| monitor.configMap.existingName | string | `"monitor"` | |
Expand All @@ -295,7 +295,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.6.0"` | |
| monitor.image.tag | string | `"2.0.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 @@ -335,8 +335,8 @@ Chart to install K8s collection stack based on Observe Agent
| node-logs-metrics.clusterRole.create | bool | `false` | |
| node-logs-metrics.clusterRole.name | string | `"observe-agent-cluster-role"` | |
| node-logs-metrics.command.extraArgs[0] | string | `"start"` | |
| node-logs-metrics.command.extraArgs[1] | string | `"--config=/observe-agent-conf/observe-agent.yaml"` | |
| node-logs-metrics.command.extraArgs[2] | string | `"--otel-config=/conf/relay.yaml"` | |
| node-logs-metrics.command.extraArgs[1] | string | `"--observe-config=/observe-agent-conf/observe-agent.yaml"` | |
| node-logs-metrics.command.extraArgs[2] | string | `"--config=/conf/relay.yaml"` | |
| node-logs-metrics.command.name | string | `"observe-agent"` | |
| node-logs-metrics.configMap.create | bool | `false` | |
| node-logs-metrics.configMap.existingName | string | `"node-logs-metrics"` | |
Expand Down Expand Up @@ -387,7 +387,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.6.0"` | |
| node-logs-metrics.image.tag | string | `"2.0.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
1 change: 1 addition & 0 deletions charts/agent/templates/_observe-agent.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- define "observe.observe-agent" -}}
observe_url: {{ .Values.observe.collectionEndpoint.value }}
token: {{ .Values.observe.token.value }}

debug: false
Expand Down
20 changes: 10 additions & 10 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ cluster-events:

image:
repository: observeinc/observe-agent
tag: 1.6.0
tag: 2.0.0
pullPolicy: IfNotPresent

command:
name: "observe-agent"
extraArgs: ["start", "--config=/observe-agent-conf/observe-agent.yaml", "--otel-config=/conf/relay.yaml"]
extraArgs: ["start", "--observe-config=/observe-agent-conf/observe-agent.yaml", "--config=/conf/relay.yaml"]

serviceAccount:
create: false
Expand Down Expand Up @@ -308,12 +308,12 @@ cluster-metrics:

image:
repository: observeinc/observe-agent
tag: 1.6.0
tag: 2.0.0
pullPolicy: IfNotPresent

command:
name: "observe-agent"
extraArgs: ["start", "--config=/observe-agent-conf/observe-agent.yaml", "--otel-config=/conf/relay.yaml"]
extraArgs: ["start", "--observe-config=/observe-agent-conf/observe-agent.yaml", "--config=/conf/relay.yaml"]

serviceAccount:
create: false
Expand Down Expand Up @@ -439,12 +439,12 @@ node-logs-metrics:

image:
repository: observeinc/observe-agent
tag: 1.6.0
tag: 2.0.0
pullPolicy: IfNotPresent

command:
name: "observe-agent"
extraArgs: ["start", "--config=/observe-agent-conf/observe-agent.yaml", "--otel-config=/conf/relay.yaml"]
extraArgs: ["start", "--observe-config=/observe-agent-conf/observe-agent.yaml", "--config=/conf/relay.yaml"]

serviceAccount:
create: false
Expand Down Expand Up @@ -617,12 +617,12 @@ monitor:

image:
repository: observeinc/observe-agent
tag: 1.6.0
tag: 2.0.0
pullPolicy: IfNotPresent

command:
name: "observe-agent"
extraArgs: ["start", "--config=/observe-agent-conf/observe-agent.yaml", "--otel-config=/conf/relay.yaml"]
extraArgs: ["start", "--observe-config=/observe-agent-conf/observe-agent.yaml", "--config=/conf/relay.yaml"]

serviceAccount:
create: false
Expand Down Expand Up @@ -747,12 +747,12 @@ forwarder:

image:
repository: observeinc/observe-agent
tag: 1.6.0
tag: 2.0.0
pullPolicy: IfNotPresent

command:
name: "observe-agent"
extraArgs: ["start", "--config=/observe-agent-conf/observe-agent.yaml", "--otel-config=/conf/relay.yaml"]
extraArgs: ["start", "--observe-config=/observe-agent-conf/observe-agent.yaml", "--config=/conf/relay.yaml"]

serviceAccount:
create: false
Expand Down

0 comments on commit e66811d

Please # to comment.