You've already forked helm-docker
							
							Compare commits
	
		
			1 Commits
		
	
	
		
			v3.17.0
			...
			37941cb503
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						37941cb503
	
				 | 
					
					
						
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM docker.io/library/alpine:3.21.2
 | 
					FROM docker.io/library/alpine:3.21.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG HELM_VERSION
 | 
					ARG HELM_VERSION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
# HELM_VERSION
 | 
					# HELM_VERSION
 | 
				
			||||||
# Only required to install a specify version
 | 
					# Only required to install a specifiy version
 | 
				
			||||||
HELM_VERSION?=v3.17.0 # renovate: datasource=github-releases depName=helm/helm
 | 
					HELM_VERSION?=v3.16.4 # renovate: datasource=github-releases depName=helm/helm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# CONTAINER_RUNTIME
 | 
					# CONTAINER_RUNTIME
 | 
				
			||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
 | 
					# The CONTAINER_RUNTIME variable will be used to specified the path to a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user