remove obsolete default image tag for linkwarden #4
| 
						 | 
					@ -31,7 +31,6 @@ Kubernetes: `>= 1.16.0-0`
 | 
				
			||||||
| env | object | See below | environment variables. See more environment variables in the [linkwarden documentation](https://docs.linkwarden.app/self-hosting/environment-variables) |
 | 
					| env | object | See below | environment variables. See more environment variables in the [linkwarden documentation](https://docs.linkwarden.app/self-hosting/environment-variables) |
 | 
				
			||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
 | 
					| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
 | 
				
			||||||
| image.repository | string | `"ghcr.io/linkwarden/linkwarden"` | image repository |
 | 
					| image.repository | string | `"ghcr.io/linkwarden/linkwarden"` | image repository |
 | 
				
			||||||
| image.tag | string | chart.appVersion | image tag |
 | 
					 | 
				
			||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
 | 
					| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
 | 
				
			||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
 | 
					| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
 | 
				
			||||||
| service | object | See values.yaml | Configures service settings for the chart. |
 | 
					| service | object | See values.yaml | Configures service settings for the chart. |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,9 +8,6 @@
 | 
				
			||||||
image:
 | 
					image:
 | 
				
			||||||
  # -- image repository
 | 
					  # -- image repository
 | 
				
			||||||
  repository: ghcr.io/linkwarden/linkwarden
 | 
					  repository: ghcr.io/linkwarden/linkwarden
 | 
				
			||||||
  # -- image tag
 | 
					 | 
				
			||||||
  # @default -- chart.appVersion
 | 
					 | 
				
			||||||
  tag: v2.0.0
 | 
					 | 
				
			||||||
  # -- image pull policy
 | 
					  # -- image pull policy
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user