Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

chore(deps): update ghcr.io/traefik/traefik-hub docker tag to v2.11.0 #94

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- main
- v4

env:
tag_prefix: v
Expand Down
6 changes: 3 additions & 3 deletions traefik-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: traefik-hub
description: Traefik Hub Ingress Controller
type: application
version: 4.1.0
version: 4.2.0
# renovate: image=ghcr.io/traefik/traefik-hub
appVersion: v2.10.0
appVersion: v2.11.0
kubeVersion: ">=1.24.0-0"
keywords:
- traefik
Expand All @@ -20,7 +20,7 @@ maintainers:
email: [email protected]
- name: darkweaver87
email: [email protected]
icon: https://doc.traefik.io/traefik-hub/assets/images/logos-traefik-hub-horizontal.svg
icon: https://doc.traefik.io/traefik-hub/img/ps-traefik-hub-logo-light.svg
annotations:
artifacthub.io/changes: |
- "docs: add missing helm repo on README"
Expand Down