Skip to content

Releases: la-rebelion/qbot-base-template

v0.1.0 - Base template for QBot 🤖

28 Jan 21:44
Compare
Choose a tag to compare
Pre-release
  • Helm integration to Kustomize configurations for better management of Helm charts.
  • Introduced environment-specific kustomization.yaml files for different environments, i.e.: dev, staging, and prod.
  • kustomization.yaml files referencing the base 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 the base must define helmGlobals and helmCharts for all the envs/overlays, or remove from base, and move then to every single overlay. The last one was the option we are following, because each env/overlay must provide different values.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, and prod environments using kubectl kustomize.

Known Issues

No known issues at this time.