From cbcd9e9060c318adf7ca960fa599c64e94812b2a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 00:23:44 +0000 Subject: [PATCH] Github bot : json sorted --- portainer_agent/build.json | 2 +- portainer_agent/config.json | 22 +++++++++++----------- portainer_agent/updater.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/portainer_agent/build.json b/portainer_agent/build.json index 02c1ea834..e07abdbd6 100644 --- a/portainer_agent/build.json +++ b/portainer_agent/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/portainer_agent/config.json b/portainer_agent/config.json index e01f9b2d2..6d6c4eca9 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -9,36 +9,36 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "An agent used to manage all the resources in a Swarm cluster", + "full_access": true, "image": "ghcr.io/alexbelgium/portainer_agent-{arch}", "init": false, - "full_access": true, "map": [ "share:rw", "ssl" ], "name": "portainer_agent", "ports": { - "9001/tcp": 9001, - "80/tcp": null + "80/tcp": null, + "9001/tcp": 9001 }, "ports_description": { - "9001/tcp": "Portainer agent", - "80/tcp": "Portainer edge agent" + "80/tcp": "Portainer edge agent", + "9001/tcp": "Portainer agent" }, "schema": { "AGENT_CLUSTER_ADDR": "str", + "AGENT_CLUSTER_PROBE_INTERVAL": "str?", + "AGENT_CLUSTER_PROBE_TIMEOUT": "str?", "AGENT_SECRET": "str?", "AGENT_SECRET_TIMEOUT": "str?", - "AGENT_CLUSTER_PROBE_TIMEOUT": "str?", - "AGENT_CLUSTER_PROBE_INTERVAL": "str?", - "LOG_LEVEL": "str?", "EDGE": "list(0|1)?", - "EDGE_KEY": "str?", "EDGE_ID": "str?", "EDGE_INACTIVITY_TIMEOUT": "str?", - "EDGE_INSECURE_POLL": "list(0|1)?" + "EDGE_INSECURE_POLL": "list(0|1)?", + "EDGE_KEY": "str?", + "LOG_LEVEL": "str?" }, "slug": "portainer_agent", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.18.2-test1" -} \ No newline at end of file +} diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 27c41606d..394cbc5e4 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -6,4 +6,4 @@ "source": "github", "upstream_repo": "portainer/agent", "upstream_version": "2.18.2" -} \ No newline at end of file +}