diff --git a/Taskfile.yml b/Taskfile.yml index 80de11c..d8fc3bc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: diff --git a/chart/Chart.lock b/chart/Chart.lock index 076528c..066721c 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -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" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e06781e..da14c6f 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/README.md b/chart/README.md index 4f71d84..d62390e 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ Helm chart to deploy operators for OTEL Collectors for infrastructure telemetry | 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 diff --git a/chart/charts/opentelemetry-operator-0.34.1.tgz b/chart/charts/opentelemetry-operator-0.34.1.tgz deleted file mode 100644 index ffec584..0000000 Binary files a/chart/charts/opentelemetry-operator-0.34.1.tgz and /dev/null differ diff --git a/chart/charts/opentelemetry-operator-0.39.1.tgz b/chart/charts/opentelemetry-operator-0.39.1.tgz new file mode 100644 index 0000000..161d479 Binary files /dev/null and b/chart/charts/opentelemetry-operator-0.39.1.tgz differ