fc931e4707
- Chart.yaml: bump to version 1.1.0, appVersion v2.21.8 - values.yaml: add temporal section (enabled/address/namespace/tls/apiKey/postgresql), expand env (~40 non-sensitive vars) and secrets (~60 sensitive vars) to match current Postiz documentation — covers all social providers, email SMTP, OAuth OIDC, AI/generation, analytics, MCP, payments, short-link services - postiz-config.yaml: inject TEMPORAL_ADDRESS (auto-computed or override), TEMPORAL_NAMESPACE and TEMPORAL_TLS when temporal.enabled or address is set - temporal-deployment.yaml: temporalio/auto-setup:1.28.1, postgres12 backend, ES disabled, dynamicconfig volume mount, liveness/readiness probes - temporal-service.yaml: ClusterIP on port 7233 (gRPC) - temporal-dynamicconfig.yaml: ConfigMap with development-sql.yaml content - temporal-init-job.yaml: post-install/upgrade Job that creates the temporal PostgreSQL user via the postgres superuser before Temporal starts - temporal-secret.yaml: Secret for temporal PostgreSQL credentials - NOTES.txt: post-install guidance, search-attribute creation reminder, multi-replica/local-storage warning, backup reminder Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
774 B
YAML
32 lines
774 B
YAML
apiVersion: v2
|
|
name: postiz-app
|
|
description: A Social Media Scheduling App
|
|
type: application
|
|
version: 1.1.0
|
|
appVersion: "v2.21.8"
|
|
maintainers:
|
|
- name: jonathan-irvin
|
|
email: offendingcommit@gmail.com
|
|
url: https://linktr.ee/offendingcommit
|
|
- name: jamesread
|
|
email: contact@jread.com
|
|
url: http://jread.com
|
|
keywords:
|
|
- social media
|
|
- marketing
|
|
- scheduling
|
|
- queue
|
|
home: https://postiz.com
|
|
sources:
|
|
- https://github.com/gitroomhq/postiz-app
|
|
- https://github.com/gitroomhq/postiz-helmchart
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 15.5.28
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: redis
|
|
version: 20.1.0
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|