Lock helm plugin versions in Dockerfile (#1821)
This commit is contained in:
		
							parent
							
								
									d9e15754b7
								
							
						
					
					
						commit
						77ee239db2
					
				| 
						 | 
				
			
			@ -47,8 +47,8 @@ RUN set -x && \
 | 
			
		|||
 | 
			
		||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.1.3 && \
 | 
			
		||||
    helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
 | 
			
		||||
    helm plugin install https://github.com/hypnoglow/helm-s3.git && \
 | 
			
		||||
    helm plugin install https://github.com/aslafy-z/helm-git.git
 | 
			
		||||
    helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
 | 
			
		||||
    helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
 | 
			
		||||
 | 
			
		||||
COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue