Compare commits

...

2 Commits

Author SHA1 Message Date
Nikolai Rodionov 9d43635ef6
debug: Try running helmfile list
continuous-integration/drone/push Build is failing Details
2023-09-27 05:12:47 +02:00
Nikolai Rodionov 240400097f
debug: Try running helmfile list
continuous-integration/drone/push Build is failing Details
2023-09-27 05:08:46 +02:00
1 changed files with 6 additions and 3 deletions

View File

@ -93,9 +93,10 @@ type: docker
name: Check helmfiles
trigger:
event:
- cron
cron:
- daily
# - cron
- push
# cron:
# - daily
steps:
- name: Check badhouseplants
@ -105,6 +106,8 @@ steps:
SOPS_AGE_KEY:
from_secret: SOPS_AGE_KEY
commands:
- helmfile -e badhouseplants fetch
- helmfile -e badhouseplants list
- echo "Hey, bud, some helm releases are outdated:" > message_file.tpl
- cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o >> message_file.tpl