diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index 17fa8bc..daac07d 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -4,7 +4,7 @@ maintainers: email: tommy@skaug.me apiVersion: v2 appVersion: 1.19.3 -version: 2.0.3 +version: 2.0.4 description: Penpot is a design and prototyping platform for teams and individuals. home: https://github.com/tommy-skaug/charts icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4 diff --git a/charts/penpot/values.yaml b/charts/penpot/values.yaml index c1276a4..3e7faa1 100644 --- a/charts/penpot/values.yaml +++ b/charts/penpot/values.yaml @@ -3,7 +3,7 @@ penpotVersion: 1.19.3 publicURL: "http://localhost:8080" registrationDomainWhitelist: "localhost" -flags: "enable-registration enable-login disable-demo-users disable-demo-warning disable-secure-session-cookies" +flags: "enable-registration enable-login enable-login-with-oidc disable-demo-users disable-demo-warning disable-secure-session-cookies" serviceAccount: name: "penpot-sa"