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/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: {}