Skip to content

Commit

Permalink
Merge 75cfed4 into 4a5fec5
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Oct 19, 2023
2 parents 4a5fec5 + 75cfed4 commit 6cb17d8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-kubetest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion charts/posthog/templates/events-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 0 additions & 1 deletion charts/posthog/templates/recordings-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 0 additions & 2 deletions charts/posthog/tests/_initContainers-wait-for-migrations.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6cb17d8

Please sign in to comment.