You've already forked helm-docker
							
							Compare commits
	
		
			2 Commits
		
	
	
		
			ecc78b124f
			...
			296266a2d5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						296266a2d5
	
				 | 
					
					
						|||
| 
						
						
							
						
						ebc8597ead
	
				 | 
					
					
						
@@ -13,7 +13,7 @@ steps:
 | 
				
			|||||||
- name: markdown lint
 | 
					- name: markdown lint
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - markdownlint *.md
 | 
					  - markdownlint *.md
 | 
				
			||||||
  image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
 | 
					  image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
    limits:
 | 
					    limits:
 | 
				
			||||||
      cpu: 150
 | 
					      cpu: 150
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# HELM_IMAGE_REGISTRY_NAME
 | 
					# HELM_IMAGE_REGISTRY_NAME
 | 
				
			||||||
# Defines the name of the new container to be built using several variables.
 | 
					# Defines the name of the new container to be built using several variables.
 | 
				
			||||||
HELM_IMAGE_REGISTRY_NAME:=git.cryptic.systems
 | 
					HELM_IMAGE_REGISTRY_NAME?=git.cryptic.systems
 | 
				
			||||||
HELM_IMAGE_REGISTRY_USER:=volker.raschek
 | 
					HELM_IMAGE_REGISTRY_USER?=volker.raschek
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER}
 | 
					HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER}
 | 
				
			||||||
HELM_IMAGE_NAME:=helm
 | 
					HELM_IMAGE_NAME:=helm
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user