Skip to content

Commit

Permalink
use the latest version of reporter(watcher)
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed May 18, 2021
1 parent 3e6e719 commit eeddfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:

scrape-cluster:
docker:
- image: ghcr.io/merkely-development/watcher:latest
- image: ghcr.io/merkely-development/reporter:latest
steps:
- checkout
- run:
name: Connect to K8S
command: ./.circleci/connect-to-k8s.sh
- run:
name: Scrape cluster production environment
command: watcher report env production --owner cyber-dojo --namespace prod
command: reporter report env k8s production --owner cyber-dojo --namespace prod

workflows:
version: 2
Expand Down

0 comments on commit eeddfba

Please sign in to comment.