Releases: la-rebelion/qbot-base-template
Releases · la-rebelion/qbot-base-template
v0.1.0 - Base template for QBot 🤖
- Helm integration to Kustomize configurations for better management of Helm charts.
- Introduced environment-specific
kustomization.yaml
files for different environments, i.e.:dev
,staging
, andprod
. kustomization.yaml
files referencing thebase
configuration.- Ensured proper namespace and namePrefix settings for each environment.
- Documentation with detailed deployment instructions using
kubectl kustomize
.
Bug Fixes
- Fixed issues with resource accumulation errors by correctly setting up environment directories.
- Either the
kustomization.yaml
in thebase
must definehelmGlobals
andhelmCharts
for all theenvs
/overlays
, or remove from base, and move then to every singleoverlay
. The last one was the option we are following, because eachenv
/overlay
must provide differentvalues.yaml
or customization.
- Resolved errors related to missing or incorrect file paths in
kustomization.yaml
.
Documentation
- Updated README.md with instructions on how to fork, clone, and deploy the application in different environments.
- Provided examples of deploying the application in
dev
,staging
, andprod
environments usingkubectl kustomize
.
Known Issues
No known issues at this time.