diff --git a/.github/workflows/test-kubetest.yaml b/.github/workflows/test-kubetest.yaml index 6d46355e..f6468123 100644 --- a/.github/workflows/test-kubetest.yaml +++ b/.github/workflows/test-kubetest.yaml @@ -64,7 +64,8 @@ jobs: export PYTHONUNBUFFERED=1 python -m pytest ${{ matrix.test-file }} \ -s \ - --maxfail=1 + --maxfail=1 \ + --kube-log-level=info - name: Emit namespace report uses: jupyterhub/action-k8s-namespace-report@v1 diff --git a/charts/posthog/Chart.yaml b/charts/posthog/Chart.yaml index de153e16..373b7eff 100644 --- a/charts/posthog/Chart.yaml +++ b/charts/posthog/Chart.yaml @@ -11,7 +11,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 30.31.0 +version: 30.32.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/posthog/templates/events-deployment.yaml b/charts/posthog/templates/events-deployment.yaml index afe2e04e..a3d9df4f 100644 --- a/charts/posthog/templates/events-deployment.yaml +++ b/charts/posthog/templates/events-deployment.yaml @@ -174,5 +174,4 @@ spec: {{- end }} initContainers: {{- include "_snippet-initContainers-wait-for-service-dependencies" . | indent 8 }} - {{- include "_snippet-initContainers-wait-for-migrations" . | indent 8 }} {{- end }} diff --git a/charts/posthog/templates/recordings-deployment.yaml b/charts/posthog/templates/recordings-deployment.yaml index 42b18822..1a736c30 100644 --- a/charts/posthog/templates/recordings-deployment.yaml +++ b/charts/posthog/templates/recordings-deployment.yaml @@ -174,5 +174,4 @@ spec: {{- end }} initContainers: {{- include "_snippet-initContainers-wait-for-service-dependencies" . | indent 8 }} - {{- include "_snippet-initContainers-wait-for-migrations" . | indent 8 }} {{- end }} diff --git a/charts/posthog/tests/_initContainers-wait-for-migrations.yaml b/charts/posthog/tests/_initContainers-wait-for-migrations.yaml index 3d193d83..a9c082d8 100644 --- a/charts/posthog/tests/_initContainers-wait-for-migrations.yaml +++ b/charts/posthog/tests/_initContainers-wait-for-migrations.yaml @@ -1,6 +1,5 @@ suite: _initContainers-wait-for-migrations templates: - - templates/events-deployment.yaml - templates/plugins-deployment.yaml - templates/web-deployment.yaml - templates/worker-deployment.yaml @@ -10,7 +9,6 @@ templates: tests: - it: spec.template.spec.initContainers[1].env override via 'env' should work templates: # TODO: remove once secrets.yaml will be fixed/removed - - templates/events-deployment.yaml - templates/plugins-deployment.yaml - templates/web-deployment.yaml - templates/worker-deployment.yaml