Commit Graph
28 Commits
Author SHA1 Message Date
Daniel Hiller 36aa732fec feat: Remove OIDC and SSO support
Existing SSO accounts have no local password, so the migration
deactivates them before dropping is_sso_user and the
identity_provider_user table.
2026-08-07 19:15:43 +02:00
Fabian Reinold 95e479cd3a feat(helm): Add inline custom terms configuration, fix symlink detection (#1585) 2026-03-16 21:29:04 +01:00
SnoozeFreddo 61753f08eb fix(helm): Add writable temp directory mounts when readOnlyRootFilesystem is enabled (#1542) 2026-02-20 16:18:30 +01:00
Fabian Reinold addad4378a feat(helm): Add image digest pinning support (#1531)
* feat(helm): add image digest field to values

- Add optional 'digest' field under image.repository configuration
- Allows users to pin container images by SHA256 digest
- Improves security through immutable image identification
- Fully backward compatible (digest is optional)

* feat(helm): implement image digest pinning in deployment template

- Add conditional logic to support SHA256 digest in image references
- When digest is set with tag: generates 'repository:tag@sha256:digest'
- When digest is set without tag: generates 'repository@sha256:digest'
- Preserves backward compatibility with tag-only deployments
- Validates tag presence to avoid invalid image references

* docs(helm): add image digest pinning documentation

- Add 'Image Digest Pinning' section under Advanced Configuration
- Include methods for finding image digests (docker inspect, skopeo)
- Document two usage options:
  - Option 1: Digest with tag (recommended) for reference + verification
  - Option 2: Digest only for minimalist configuration
- Explain security benefits (immutability, supply chain security, reproducibility)
- Provide complete helm and values.yaml examples
2026-02-16 14:25:47 +01:00
Maksim Eltyshev 052edc9fb1 feat: Migrate file storage to unified data directory 2026-01-31 20:27:15 +01:00
JoeKer1 b852481850 feat: Add support for sidecar containers in Helm (#1494) 2026-01-22 10:14:02 +01:00
Fabian Reinold d8d4558b8e feat: Extra volume mounts in Helm (#1382) 2025-10-14 18:50:54 +02:00
patroldo 18104a486f fix: Switch to bitnamilegacy Postgres repo in Helm, add ingress labels (#1368)
Closes #1362
2025-10-05 20:47:36 +02:00
Anthony 40a84d0c8a feat: Allow to add custom annotations for deployment in Helm (#1168) 2025-06-04 12:25:43 +02:00
Maksim Eltyshev cb32ea6931 chore: Fix sample value for TRUST_PROXY environment variable 2025-05-13 16:29:31 +02:00
Maksim Eltyshev 2ee1166747 feat: Version 2
Closes #627, closes #1047
2025-05-10 02:09:06 +02:00
JoeKer1 95a50d059a feat: Ability to provide extra env variables in Helm (#961)
Closes #960
2024-11-27 11:39:58 +01:00
Jan Welslau 31839b520b fix: Use planka.fullname for postgres secret name in Helm (#939)
Closes #704
2024-11-12 14:18:36 +01:00
JoeKer1 451207d0fc feat: Support for service annotations in Helm (#903)
Closes #902
2024-10-02 12:30:55 +02:00
Aline Fauquette ee34c7dbb8 feat: Change update strategy in case of persistence in Helm (#876) 2024-09-13 22:54:46 +02:00
Sarah Soo 570ba482ec feat: Ability to specify existing secrets for values in Helm (#791)
Closes #790
2024-06-14 16:41:10 +02:00
Mitch Harvey 8d4c644b5b fix: Fix Helm template for dburl secret (#770) 2024-05-21 23:32:07 +02:00
Mitch Harvey 60bf590177 feat: Ability to specify existing secret as database url (#751)
Closes #750
2024-05-13 11:07:57 +02:00
Stan M 758c2c3494 feat: Ability to run with read-only root filesystem in Helm (#695) 2024-04-10 12:56:21 +02:00
Brian Stinson 3091ad3121 fix: Allow specifying external dburl in Helm (#672) 2024-04-05 10:38:46 +02:00
piero d15a122b9b fix: Update HorizontalPodAutoscaler version and spec in chart (#666)
Closes #667
2024-04-03 20:59:23 +02:00
Yu Inoue 9cee75fdcf fix: Add support for OIDC configuration thru Helm (#550)
Closes #548
2023-11-20 14:16:19 +01:00
Yu Inoue ecf94dccc1 fix: Separate service port and container port in Helm (#549) 2023-11-17 22:11:35 +01:00
Daniel Hiller ed48090b6b fix: add admin user variables 2023-10-22 22:27:25 +02:00
Jeffrey cfd85721a3 dynamic environment variables 2023-09-16 21:37:12 -05:00
RocketProto beaa471aca fix: Decouple BASE_URL from Ingress host (#498)
Closes #496
2023-08-27 02:26:45 +05:00
Maksim Eltyshev 8ca1dda1f7 chore: Update version 2023-06-13 00:25:40 +02:00
Christopher Greaves 3487bb8964 feat: Add official Helm Chart (#442)
Closes #192
2023-05-25 20:23:11 +05:00