IllumiDesk / helm-chart

The official IllumiDesk helm-chart.
Apache License 2.0
0 stars 5 forks source link

POC: Move helm chart packages to s3 bucket #144

Open Abhi94N opened 3 years ago

Abhi94N commented 3 years ago
  1. Create S3 bucket
  2. Create a Route in route53 and point to S3 bucket endpoint
  3. Create a script first to do the following steps
    1. Test the helm chart works locally with a --dry-run
    2. Package helm chart and update the semver based on the argument for type of change [Major, Minor, Patch]
    3. Upload to s3 bucket and perform another dry-run with the new semver version
  4. Figure out how to automate task with github action