Skip to content

Commit

Permalink
feat: remove deprecated thanos traefik api (#1530)
Browse files Browse the repository at this point in the history
* feat: remove deprecated thanos traefik api

* feat: bump version and appversion
  • Loading branch information
shubham2g authored Dec 19, 2024
1 parent 5e8d404 commit 865d5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions staging/thanos-traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: thanos-traefik
description: A Helm chart for Kubernetes that exposes thanos GRPC service over traefik with mTLS termination
type: application
version: 0.0.1
appVersion: "0.0.1"
version: 0.0.2
appVersion: "0.0.2"
maintainers:
- name: mhrabovcin
email: [email protected]
4 changes: 2 additions & 2 deletions staging/thanos-traefik/templates/ingressroutetcp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ if .Values.enabled }}
---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: {{ include "thanos-traefik.fullname" . }}-ingress
Expand All @@ -21,7 +21,7 @@ spec:
passthrough: false

---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: TLSOption
metadata:
name: {{ include "thanos-traefik.fullname" . }}-tls-options
Expand Down

0 comments on commit 865d5f0

Please sign in to comment.