Skip to content

🚸(helm) improve helm chart #1054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged

🚸(helm) improve helm chart #1054

merged 1 commit into from
Jun 16, 2025

Conversation

rouja
Copy link
Contributor

@rouja rouja commented Jun 5, 2025

Our Helm chart wasn't suitable for use with Helm alone because jobs remained after deployment. We chose to configure ttlSecondsAfterFinished to clean up jobs after a period of time.

@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: docs
version: 3.3.0
version: 3.3.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It follows the release version.

Suggested change
version: 3.3.1
version: 3.3.0-beta.1

@@ -247,6 +260,13 @@ backend:
- "/bin/sh"
- "-c"
- |
while ! python manage.py check --database default > /dev/null 2>&1
do
echo "Database not ready"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same, maybe add a "sleep" ?

@rouja rouja force-pushed the improve-helm-chart branch 2 times, most recently from a12acd8 to 3e84a95 Compare June 6, 2025 09:28
@AntoLC AntoLC requested review from AntoLC and lunika and removed request for AntoLC June 6, 2025 19:37
@rouja rouja requested a review from AntoLC June 10, 2025 12:29
Our Helm chart wasn't suitable for use with Helm alone because jobs
remained after deployment. We chose to configure ttlSecondsAfterFinished
to clean up jobs after a period of time.
@lunika lunika force-pushed the improve-helm-chart branch from 3e84a95 to a83902a Compare June 16, 2025 14:05
@lunika lunika merged commit a83902a into main Jun 16, 2025
20 of 22 checks passed
@lunika lunika deleted the improve-helm-chart branch June 16, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants