Compare commits
	
		
			2 Commits
		
	
	
		
			main
			...
			fix-check-
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					9d43635ef6 | ||
| 
						 | 
					240400097f | 
@@ -93,9 +93,10 @@ type: docker
 | 
				
			|||||||
name: Check helmfiles
 | 
					name: Check helmfiles
 | 
				
			||||||
trigger:
 | 
					trigger:
 | 
				
			||||||
  event:
 | 
					  event:
 | 
				
			||||||
    - cron
 | 
					    #    - cron
 | 
				
			||||||
  cron:
 | 
					    - push
 | 
				
			||||||
    - daily
 | 
					      #  cron:
 | 
				
			||||||
 | 
					      #    - daily
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: Check badhouseplants
 | 
					  - name: Check badhouseplants
 | 
				
			||||||
@@ -105,6 +106,8 @@ steps:
 | 
				
			|||||||
      SOPS_AGE_KEY:
 | 
					      SOPS_AGE_KEY:
 | 
				
			||||||
        from_secret: SOPS_AGE_KEY
 | 
					        from_secret: SOPS_AGE_KEY
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 | 
					      - helmfile -e badhouseplants fetch
 | 
				
			||||||
 | 
					      - helmfile -e badhouseplants list
 | 
				
			||||||
      - echo "Hey, bud, some helm releases are outdated:" > message_file.tpl
 | 
					      - 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
 | 
					      - cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o >> message_file.tpl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user