Use this file to discover all available pages before exploring further.
Company settings control how your organization’s identity appears throughout the Jitera platform, including the UI, emails, and legal pages. All settings are configured via Helm values before deployment.
Logos and favicons are stored as files in the Helm chart at charts/jitera/images/. To use your own branding, replace these files before deploying the chart.
File
Recommended Ratio
Description
images/logo-with-text.svg
5 : 1
Logo with brand text, displayed on login and sign-up pages
images/logo.svg
1 : 1
Icon-only logo
images/favicon.svg
1 : 1
Browser tab icon (SVG)
images/favicon.ico
1 : 1
Browser tab icon (ICO fallback)
images/logo-bitmap.png
—
Bitmap version of the logo, used for email and social sharing
These files are mounted into both the frontend and frontend-core containers via ConfigMaps. After replacing the files, deploy (or upgrade) the Helm chart to apply the changes.
Email footers display company information sourced from the following environment variables set in the automation service:
automation: env: JITERA_COMPANY_NAME: "Your Company Inc." JITERA_COMPANY_ADDRESS: "123 Main Street, Suite 100, City, Country" JITERA_SUPPORT_EMAIL: "support@yourcompany.com"