From ef76ce06d4bc010a342ffc2be08a95441cdb00c7 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 15 Sep 2023 17:20:21 +0200 Subject: [PATCH] feat(misc-apps): Update OpenCost from 1.103.1 to 1.105.2 --- charts/misc-apps/Chart.yaml | 39 +++++++++++++++++++++++++++++++----- charts/misc-apps/README.md | 4 ++-- charts/misc-apps/values.yaml | 2 +- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/charts/misc-apps/Chart.yaml b/charts/misc-apps/Chart.yaml index 9e2dc13ba..dae735575 100644 --- a/charts/misc-apps/Chart.yaml +++ b/charts/misc-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: misc-apps description: Argo CD app-of-apps config for miscellaneous small tools type: application -version: 0.36.0 +version: 0.37.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps sources: - https://github.com/adfinis/helm-charts @@ -16,8 +16,37 @@ dependencies: repository: https://charts.adfinis.com annotations: artifacthub.io/changes: | - - kind: added - description: "fix(signalilo): update from 0.13.0 to 0.14.0" + - kind: changed + description: "feat: Update opencost from 1.103.1 to 1.105.2" links: - - name: Release Notes - url: https://github.com/vshn/signalilo/releases/tag/v0.14.0 + - name: Release Notes 1.104.0 + url: https://github.com/opencost/opencost/releases/tag/v1.104.0 + - name: Release Notes 1.104.4 + url: https://github.com/opencost/opencost/releases/tag/v1.104.4 + - name: Release Notes 1.105.0 + url: https://github.com/opencost/opencost/releases/tag/v1.105.0 + - name: Release Notes 1.105.2 + url: https://github.com/opencost/opencost/releases/tag/v1.105.2 + - kind: changed + description: "chore(opencost): update chart from 1.14.0 to 1.19.3" + links: + - name: "fix: prometheus endpoint example in values" + url: https://github.com/opencost/opencost-helm-chart/pull/66 + - name: "fix: Secret is created by adding aws settings" + url: https://github.com/opencost/opencost-helm-chart/pull/72 + - name: "chore: Update PVC claim name" + url: https://github.com/opencost/opencost-helm-chart/pull/65 + - name: "feat: add option to using existing secret for Prometheus" + url: https://github.com/opencost/opencost-helm-chart/pull/76 + - name: "feat: Make imagePullPolicy properties configurable" + url: https://github.com/opencost/opencost-helm-chart/pull/89 + - name: "fix: Fix number values in secret.yaml" + url: https://github.com/opencost/opencost-helm-chart/pull/93 + - name: "feat: Added name field in service account" + url: https://github.com/opencost/opencost-helm-chart/pull/92 + - name: "feat: Support thanos integration" + url: https://github.com/opencost/opencost-helm-chart/pull/98 + - name: "feat: Template Prometheus values" + url: https://github.com/opencost/opencost-helm-chart/pull/100 + - name: "fix: increased readiness and liveness probe delay to 120" + url: https://github.com/opencost/opencost-helm-chart/pull/112 diff --git a/charts/misc-apps/README.md b/charts/misc-apps/README.md index 338965865..90ff3b94e 100644 --- a/charts/misc-apps/README.md +++ b/charts/misc-apps/README.md @@ -1,6 +1,6 @@ # misc-apps -![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) +![Version: 0.37.0](https://img.shields.io/badge/Version-0.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for miscellaneous small tools @@ -74,7 +74,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | opencost.destination.namespace | string | `"infra-opencost"` | Namespace | | opencost.enabled | bool | `false` | Enable OpenCost | | opencost.repoURL | string | [repo](https://opencost.github.io/opencost-helm-chart) | Repo URL | -| opencost.targetRevision | string | `"1.14.0"` | [OpenCost Helm chart](https://github.com/opencost/opencost-helm-chart/tree/main/charts/opencost) | +| opencost.targetRevision | string | `"1.19.3"` | [OpenCost Helm chart](https://github.com/opencost/opencost-helm-chart/tree/main/charts/opencost) | | opencost.values | object | [upstream values](https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/values.yaml) | Helm values | | prometheusMsteams | object | - | [prometheus-msteams](https://github.com/prometheus-msteams/prometheus-msteams) ([example](./example/prometheus-msteams.yaml)) | | prometheusMsteams.chart | string | `"prometheus-msteams"` | Chart | diff --git a/charts/misc-apps/values.yaml b/charts/misc-apps/values.yaml index 6b69e6a43..50d3f3238 100644 --- a/charts/misc-apps/values.yaml +++ b/charts/misc-apps/values.yaml @@ -221,7 +221,7 @@ opencost: # -- Chart chart: opencost # -- [OpenCost Helm chart](https://github.com/opencost/opencost-helm-chart/tree/main/charts/opencost) - targetRevision: 1.14.0 + targetRevision: 1.19.3 # -- Helm values # @default -- [upstream values](https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/values.yaml) values: {}