Skip to content

Commit

Permalink
feat: upgrade OTEL chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 7, 2023
1 parent f6b218f commit 6fbd199
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
16 changes: 15 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ includes:
vars:
LANDSCAPE: pichu
CLUSTER: opal

pikachu:opal:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pikachu
CLUSTER: opal
raichu:opal:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: raichu
CLUSTER: opal
entei:opal:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: entei
CLUSTER: opal
tasks:
# Utility
start:cluster:
Expand Down
6 changes: 3 additions & 3 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.34.1
digest: sha256:091ad5d0e7c2037f1761ce8d56ce8facdd20824094cdc81db62a0859b778742d
generated: "2023-07-29T22:25:08.141067+08:00"
version: 0.39.1
digest: sha256:4c047cfe0089da105c8f361b481cbfab7c84bd2f08975ea2bf1ed28a62c9be59
generated: "2023-10-07T16:18:42.727254+08:00"
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: sulfoxide-lithium
description: Helm chart to deploy operators for OTEL Collectors for infrastructure telemetry for AtomiCloud
type: application
version: 1.3.1
appVersion: "0.38.0"
appVersion: "0.39.1"
dependencies:
- name: opentelemetry-operator
alias: otel
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.38.0
version: 0.39.1
4 changes: 2 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# sulfoxide-lithium

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

Helm chart to deploy operators for OTEL Collectors for infrastructure telemetry for AtomiCloud

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://open-telemetry.github.io/opentelemetry-helm-charts | otel(opentelemetry-operator) | 0.38.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | otel(opentelemetry-operator) | 0.39.1 |

## Values

Expand Down
Binary file removed chart/charts/opentelemetry-operator-0.34.1.tgz
Binary file not shown.
Binary file added chart/charts/opentelemetry-operator-0.39.1.tgz
Binary file not shown.

0 comments on commit 6fbd199

Please sign in to comment.