Skip to content

Commit

Permalink
fix: traefik middleware apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Międzybrodzki committed Jan 23, 2025
1 parent 1bb6112 commit 397a609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ appVersion: 1.0.0

dependencies:
- name: app
version: 0.7.0
version: 0.7.1
repository: oci://ghcr.io/wojciechem/platformex
```
Expand Down
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Flexible helm chart to deploy your apps to kubernetes cluster.
type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.7.1

appVersion: 1.0.0

2 changes: 1 addition & 1 deletion charts/app/templates/middlewares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: List
items:
{{- range .Values.traefikMiddlewares }}
- apiVersion: traefik.containo.us/v1alpha1
- apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ .name }}
Expand Down

0 comments on commit 397a609

Please sign in to comment.