diff --git a/.drone.yml b/.drone.yml index 366d4fa..fc81063 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ steps: dockerfile: build/Dockerfile repo: knappek/mongodbatlas-operator tag: - - 0.0.7 + - 0.0.8 when: event: - tag diff --git a/README.md b/README.md index 804e159..7f494b7 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ This project was inspired from the [MongoDB Atlas Terraform Provider](https://gi * Create/Delete MongoDB Atlas Projects * Create/Update/Delete MongoDB Atlas Clusters * Create/Update/Delete MongoDB Atlas Database Users +* Create/Update/Delete MongoDB Atlas Alert Configurations ## Prerequisites diff --git a/deploy/operator.yaml b/deploy/operator.yaml index f883a99..c89ab0c 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -16,7 +16,7 @@ spec: containers: - name: mongodbatlas-operator # Replace this with the built image name - image: knappek/mongodbatlas-operator:0.0.7 + image: knappek/mongodbatlas-operator:0.0.8 command: - mongodbatlas-operator imagePullPolicy: Always