diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index a4872ed..1060174 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -15,7 +15,7 @@ cloudflaredmage: deployment: enabled: true # Can be either Deployment or DaemonSet - kind: Deployment + kind: DaemonSet # Number of pods of the deployment (only applies when kind == Deployment) replicas: 1 # Amount of time (in seconds) before Kubernetes will send the SIGKILL signal if Traefik does not shut down diff --git a/apps/Chart.yaml b/apps/Chart.yaml index af1e985..77d7cfc 100644 --- a/apps/Chart.yaml +++ b/apps/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: root -version: 1.0.1 +version: 1.0.0