st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Changed default gatling image #35

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Description

Changed default gatling image

Before: denvazh/gatling:latest After: ghcr.io/st-tech/gatling:latest

The new image is built with our managed files placed under gatling-operator/gatling, and it's Dockerfile is fully based upon denvazh/gatling:3.2.1.
In the future, we'll optimize gatling image and push it to our registry path

In addition, I've updated sample manifests, the CRD types comment, CRD, and relevant api docs as well

Test

I've deploy the new gatling operator and deploy Gatling CR whose gatling image is ghcr.io/st-tech/gatling:latest. I confirmed that the gatling scenario has run as expected.

make kind-deploy
make sample-deploy SAMPLE_IMG=ghcr.io/st-tech/gatling:latest
yokawasa commented 2 years ago

All reviewers Thanks for the review! I'm going to merge this