From fe429343a89b078b21faa3bee694d8b1b5b344c8 Mon Sep 17 00:00:00 2001 From: Knappek Date: Wed, 23 Oct 2019 20:51:27 +0200 Subject: [PATCH] release 0.1.0 --- .drone.yml | 2 +- README.md | 1 + deploy/operator.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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