diff --git a/charts/spa-demo/Chart.yaml b/charts/spa-demo/Chart.yaml index 805153d..19d21a5 100644 --- a/charts/spa-demo/Chart.yaml +++ b/charts/spa-demo/Chart.yaml @@ -3,7 +3,7 @@ name: spa-demo description: Simple React + Typescript SPA application for demo of authorization and authentication using Forwardauth backend in a SPA client. type: application -version: 0.7.0 +version: 0.7.1 appVersion: master dependencies: diff --git a/charts/spa-demo/values.yaml b/charts/spa-demo/values.yaml index 697ce47..026653d 100644 --- a/charts/spa-demo/values.yaml +++ b/charts/spa-demo/values.yaml @@ -2,9 +2,14 @@ image: repository: index.docker.io/dniel/forwardauth-spademo pullPolicy: IfNotPresent + +strategy: + type: Recreate + +env: {} + service: - port: - port: 80 + port: 80 # traefik2 CRD IngressRoute ingressroute: