forked from toolshed/docs.coopcloud.tech
		
	Add troubleshooting for "only updates to Labels are allowed"
This commit is contained in:
		| @ -386,6 +386,19 @@ It is good practice to take note of all the issues you ran into and share them w | ||||
|  | ||||
| If you don't have time or are not an operator, reach out on our communication channels for an operator willing to do some testing. | ||||
|  | ||||
| ## What does "only updates to Labels are allowed" mean | ||||
|  | ||||
| If you see something like this: | ||||
|  | ||||
| ``` | ||||
| FATA failed to update config traefik_traefik_yml_v22: Error response from daemon: rpc error: code = InvalidArgument desc = only updates to Labels are allowed | ||||
| ``` | ||||
|  | ||||
| It means that a Docker "config" has been updated, but the version number has not been incremented. | ||||
|  | ||||
| To fix this, edit a recipe's `abra.sh` and update the version number of the relevant line –in this case, `export TRAEFIK_YML_VERSION=v22`. | ||||
| ` | ||||
|  | ||||
| ## How do I write version release notes? | ||||
|  | ||||
| In the root of your recipe repository, run the following (if the folder doesn't already exist): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user