diff --git a/manifests/planka/values.yaml b/manifests/planka/values.yaml index 7afc8d9..edddd08 100644 --- a/manifests/planka/values.yaml +++ b/manifests/planka/values.yaml @@ -1,6 +1,10 @@ -secretkey: "supersecretkey1234567890abcdef" # Replace with secure key +secretkey: "supersecretkey1234567890abcdef" + +image: + repository: ghcr.io/paulgreg/planka + tag: latest + pullPolicy: IfNotPresent -# Admin user (used only on first install) admin_email: "admin@dvirlabs.com" admin_password: "changeme123" admin_name: "dvirlabs" @@ -47,4 +51,3 @@ oidc: rolesAttribute: groups roles: - planka-admins -