Skip to content

feat: Add GitHub Action and Helm chart for deployment#1

Open
acarmisc wants to merge 2 commits into
masterfrom
feature/cicd-helm-chart
Open

feat: Add GitHub Action and Helm chart for deployment#1
acarmisc wants to merge 2 commits into
masterfrom
feature/cicd-helm-chart

Conversation

@acarmisc
Copy link
Copy Markdown
Owner

This commit introduces a GitHub Action workflow to build and publish the CLI Docker image to the GitHub Container Registry.

It also adds a Helm chart to deploy the application stack to a Kubernetes cluster. The Helm chart is configurable to allow enabling/disabling the PostgreSQL dependency and providing connection details for an external database.

This commit introduces a GitHub Action workflow to build and publish the CLI Docker image to the GitHub Container Registry.

It also adds a Helm chart to deploy the application stack to a Kubernetes cluster. The Helm chart is configurable to allow enabling/disabling the PostgreSQL dependency and providing connection details for an external database.
This commit enhances the CI/CD pipeline to automate versioning of Docker images and Helm charts based on Git tags.

- The GitHub Action workflow is updated to trigger on pushes to tags (e.g., `v1.2.3`).
- The Docker image for the `cli` service is now tagged with the Git tag.
- A new job is added to the workflow to release the Helm chart. This job updates the `appVersion` in `Chart.yaml`, packages the chart, and creates a GitHub Release.
- The Helm chart is updated to include a Kubernetes Job for running database workflow imports. This makes the deployment process more robust.
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.

1 participant