Skip to content

Commit 8d484fc

Browse files
guidoiaquintiEllie Huxtable
andauthored
Add imagePullSecrets (#630)
* Add imagePullSecrets * Remove pull secrets from template imagePullSecrets is set one level higher than this template, and not directly on the container definition. Replace clickhouse backup cron with single imagePullSecrets Replace clickhouse_instance with single imagePullSecrets Add imagePullSecrets to eventrouter Add imagePullSecrets * Add pullSecrets to our other deployments These already supported imagePullSecrets, and I don't want to remove the field in case that breaks a deployment elsewhere. So, support both :/ * Add .root * Add tests for web, worker, migrate, events * Add tests for plugin deployments * Bump chart version Co-authored-by: Ellie Huxtable <ellie@posthog.com>
1 parent 95d3107 commit 8d484fc

28 files changed

+569
-63
lines changed

charts/posthog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111

1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
14-
version: 29.0.7
14+
version: 29.0.8
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application.

0 commit comments

Comments
 (0)