Skip to content

Commit

Permalink
feat(thanos): complete removalafter 12 months of being deprecated in …
Browse files Browse the repository at this point in the history
…the charts (#1294)

* feat(thanos): complete removalafter 12 months of being deprecated in the charts

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>

* fix(Chart.yaml): artifacthub annotatitons typo

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>

---------

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
  • Loading branch information
eyenx authored Aug 8, 2024
1 parent 12aa40c commit 74e1a12
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 85 deletions.
22 changes: 2 additions & 20 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.214.0
version: 0.215.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,22 +18,4 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "fix: Update Argo CD from 2.11.3 to 2.11.4"
links:
- name: "Release Notes"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.11.4
- kind: changed
description: "chore: Update Argo CD chart from 7.2.0 to 7.3.5"
links:
- name: "fix: Default repo-server init container resources to empty"
url: https://github.com/argoproj/argo-helm/pull/2786
- name: "feat: make PrometheusRule deployment conditional on CRD existing"
url: https://github.com/argoproj/argo-helm/pull/2791
- name: "chore: add shard option for clusterCredentials"
url: https://github.com/argoproj/argo-helm/pull/2779
- name: "feat: add support for passing redis - sentinel credentials"
url: https://github.com/argoproj/argo-helm/pull/2492
- name: "fix: Make REDIS_PASSWORD environment variables optional always"
url: https://github.com/argoproj/argo-helm/pull/2800
- name: "fix: Address oversights of feature namespaceOverride"
url: https://github.com/argoproj/argo-helm/pull/2821
description: "feat: Remove thanos after 12 months of being deprecated"
10 changes: 1 addition & 9 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions charts/infra-apps/examples/thanos.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions charts/infra-apps/templates/thanos.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,28 +161,6 @@ rbacManager:
# @default -- [upstream values](https://github.com/FairwindsOps/charts/blob/master/stable/rbac-manager/values.yaml)
values: {}

# -- [Thanos](https://thanos.io/) is DEPRECATED, use mimir instead
# @default -- DEPRECATED
thanos:
# -- Enable Thanos
enabled: false
name: thanos
# -- Annotations for Thanos app
annotations: {}
destination:
# -- Namespace
namespace: infra-monitoring
# -- Repo URL
# @default -- [repo](https://charts.bitnami.com/bitnami)
repoURL: https://charts.bitnami.com/bitnami
# -- Chart
chart: thanos
# -- [Thanos Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/thanos)
targetRevision: 11.5.*
# -- Helm values
# @default -- [upstream values](https://github.com/bitnami/charts/blob/master/bitnami/thanos/values.yaml)
values: {}

# -- [Velero](https://velero.io/)
# @default -- [example](./examples/velero.yaml)
velero:
Expand Down

0 comments on commit 74e1a12

Please sign in to comment.