Skip to content

Commit

Permalink
refactor(vikunja): switch traefik api group from traefik.containo.us …
Browse files Browse the repository at this point in the history
…to traefik.io
  • Loading branch information
pascaliske committed Oct 27, 2023
1 parent 9720f26 commit cd0abb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions charts/vikunja/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
type: application
name: vikunja
description: A Helm chart for Kubernetes
version: 3.0.5
version: 4.0.0
# renovate: image=vikunja/api
appVersion: "0.21.0"

Expand All @@ -27,5 +27,7 @@ dependencies:

annotations:
artifacthub.io/changes: |
- kind: changed
description: 'Update vikunja to v0.20.4.'
- kind: removed
description: 'Remove support for CRDs from "traefik.containo.us".'
- kind: added
description: 'Add support for CRDs from "traefik.io".'
2 changes: 1 addition & 1 deletion charts/vikunja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A Helm chart for Kubernetes
[![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/vikunja/)[![Version: 3.0.5](https://img.shields.io/badge/Version-3.0.5-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/vikunja/)[![AppVersion: 0.20.4](https://img.shields.io/badge/AppVersion-0.20.4-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/vikunja/)
[![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/vikunja/)[![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/vikunja/)[![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/vikunja/)

* <https://github.com/pascaliske/helm-charts>
* <https://code.vikunja.io>
Expand Down
2 changes: 1 addition & 1 deletion charts/vikunja/templates/ingressroute.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.ingressRoute.create .Values.service.enabled -}}
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: {{ printf "%s-route" (include "vikunja.fullname" . ) }}
Expand Down

0 comments on commit cd0abb2

Please sign in to comment.