Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump observe-agent version to 1.3.0 #250

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: agent
description: Chart to install K8s collection stack based on Observe Agent
type: application
version: 0.24.0
appVersion: "1.1.0"
version: 0.25.0
appVersion: "1.3.0"
dependencies:
- name: opentelemetry-collector
version: 0.101.1
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.24.0](https://img.shields.io/badge/Version-0.24.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.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)

> [!CAUTION]
> This chart is under active development and is not meant to be installed yet.
Expand Down Expand Up @@ -82,7 +82,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.1.0"` | |
| cluster-events.image.tag | string | `"1.3.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 @@ -147,7 +147,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.1.0"` | |
| cluster-metrics.image.tag | string | `"1.3.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 @@ -219,7 +219,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.1.0"` | |
| monitor.image.tag | string | `"1.3.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 @@ -307,7 +307,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.1.0"` | |
| node-logs-metrics.image.tag | string | `"1.3.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
8 changes: 4 additions & 4 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cluster-events:
repository: observeinc/observe-agent
# Overrides the image tag whose default is the chart appVersion.
# The service's name will be applied to the end of this value.
tag: "1.1.0"
tag: "1.3.0"
pullPolicy: IfNotPresent

command:
Expand Down Expand Up @@ -291,7 +291,7 @@ cluster-metrics:
repository: observeinc/observe-agent
# # Overrides the image tag whose default is the chart appVersion.
# # The service's name will be applied to the end of this value.
tag: "1.1.0"
tag: "1.3.0"
pullPolicy: IfNotPresent

command:
Expand Down Expand Up @@ -422,7 +422,7 @@ node-logs-metrics:
repository: observeinc/observe-agent
# # Overrides the image tag whose default is the chart appVersion.
# # The service's name will be applied to the end of this value.
tag: "1.1.0"
tag: "1.3.0"
pullPolicy: IfNotPresent

command:
Expand Down Expand Up @@ -586,7 +586,7 @@ monitor:
repository: observeinc/observe-agent
# # Overrides the image tag whose default is the chart appVersion.
# # The service's name will be applied to the end of this value.
tag: "1.1.0"
tag: "1.3.0"
pullPolicy: IfNotPresent

command:
Expand Down
Loading