Skip to content
Merged
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
4 changes: 2 additions & 2 deletions charts/traefik-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: traefik-proxy
type: application
version: 1.2.1
version: 1.2.2
icon: https://raw.githubusercontent.com/SwanHubX/charts/main/assets/icon.png
description: A Helm chart app encapsulating most of the Traefik resource configurations.
home: https://swanlab.cn
sources:
- https://github.com/SwanHubX/charts/tree/main/charts/traefik-proxy
maintainers:
- email: team@swanhub.co
- email: kang.li@emotionmachine.cn
name: cunyue
dependencies:
- name: traefik
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ traefik:
initContainers:
- name: download-identify
# Image for the init container that downloads the custom plugin files
image: repo.swanlab.cn/public/swanlab-helper/identify:v2.0
image: repo.swanlab.cn/public/swanlab-helper/identify:v2.1
env:
- name: COPY_TO
value: /plugins-tmp/identify
Expand Down
Loading