fix tag
This commit is contained in:
		@@ -21,7 +21,7 @@ version: 0.1.0
 | 
				
			|||||||
# incremented each time you make changes to the application. Versions are not expected to
 | 
					# incremented each time you make changes to the application. Versions are not expected to
 | 
				
			||||||
# follow Semantic Versioning. They should reflect the version the application is using.
 | 
					# follow Semantic Versioning. They should reflect the version the application is using.
 | 
				
			||||||
# It is recommended to use it with quotes.
 | 
					# It is recommended to use it with quotes.
 | 
				
			||||||
appVersion: "0.10.1"
 | 
					appVersion: "v0.10.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
  - name: hull
 | 
					  - name: hull
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -130,7 +130,7 @@ hull:
 | 
				
			|||||||
            main:
 | 
					            main:
 | 
				
			||||||
              image:
 | 
					              image:
 | 
				
			||||||
                repository: _HT*hull.config.settings.repo
 | 
					                repository: _HT*hull.config.settings.repo
 | 
				
			||||||
                tag: _HT!{{ printf "v%s" _HT*hull.config.settings.tag }}
 | 
					                tag: _HT*hull.config.settings.tag
 | 
				
			||||||
              imagePullPolicy: Always
 | 
					              imagePullPolicy: Always
 | 
				
			||||||
              args:
 | 
					              args:
 | 
				
			||||||
                - -config
 | 
					                - -config
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user