diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/alist/compose.yml b/alist/compose.yml old mode 100755 new mode 100644 diff --git a/alist/env.yml b/alist/env.yml old mode 100755 new mode 100644 diff --git a/alist/readme.md b/alist/readme.md old mode 100755 new mode 100644 diff --git a/base/mongo.stack.yaml b/base/mongo.stack.yaml old mode 100755 new mode 100644 diff --git a/dbSer/config.conf b/dbSer/config.conf old mode 100755 new mode 100644 diff --git a/dbSer/dbs-dev.stack.yaml b/dbSer/dbs-dev.stack.yaml old mode 100755 new mode 100644 diff --git a/dbSer/dbs.networks.set.yml b/dbSer/dbs.networks.set.yml old mode 100755 new mode 100644 diff --git a/dbSer/dbs.stack.yaml b/dbSer/dbs.stack.yaml old mode 100755 new mode 100644 diff --git a/dbSer/etcd.yml b/dbSer/etcd.yml old mode 100755 new mode 100644 diff --git a/dbSer/mongo.yml b/dbSer/mongo.yml old mode 100755 new mode 100644 diff --git a/dbSer/mysql/prod.stack.yml b/dbSer/mysql/prod.stack.yml old mode 100755 new mode 100644 diff --git a/dbSer/percona.yml b/dbSer/percona.yml old mode 100755 new mode 100644 diff --git a/dbSer/postgres.yml b/dbSer/postgres.yml old mode 100755 new mode 100644 diff --git a/dbSer/postgres/prod.stack.yml b/dbSer/postgres/prod.stack.yml old mode 100755 new mode 100644 diff --git a/dbSer/postgres/test.stack.yml b/dbSer/postgres/test.stack.yml old mode 100755 new mode 100644 diff --git a/dbSer/redis.yml b/dbSer/redis.yml old mode 100755 new mode 100644 diff --git a/gitea/prod.stack.yml b/gitea/prod.stack.yml old mode 100755 new mode 100644 diff --git a/i2c.py/readme.md b/i2c.py/readme.md old mode 100755 new mode 100644 diff --git a/i2c.py/status.py b/i2c.py/status.py old mode 100755 new mode 100644 diff --git a/it-tools/compose.yml b/it-tools/compose.yml old mode 100755 new mode 100644 diff --git a/joplin/compose.yml b/joplin/compose.yml old mode 100755 new mode 100644 diff --git a/memos/local.stack.yml b/memos/local.stack.yml old mode 100755 new mode 100644 diff --git a/memos/pgloader.load b/memos/pgloader.load old mode 100755 new mode 100644 diff --git a/memos/prod.stack.yml b/memos/prod.stack.yml old mode 100755 new mode 100644 diff --git a/mind-map/compose.yml b/mind-map/compose.yml old mode 100755 new mode 100644 diff --git a/nextcloud/compose.yml b/nextcloud/compose.yml old mode 100755 new mode 100644 diff --git a/nextcloud/owncloud.ocis.yml b/nextcloud/owncloud.ocis.yml old mode 100755 new mode 100644 diff --git a/nextcloud/readme.md b/nextcloud/readme.md old mode 100755 new mode 100644 diff --git a/portainer-ce/env.yml b/portainer-ce/env.yml index 53ff116..77545e3 100644 --- a/portainer-ce/env.yml +++ b/portainer-ce/env.yml @@ -1,2 +1,3 @@ -IMAGE_TAG=portainer/portainer-ce:2.19.4 +IMAGE_LATEST=portainer/portainer-ce:latest +IMAGE_TAG=portainer/portainer-ce:2.20.0 AGENT_TAG=portainer/agent:2.19.4 diff --git a/portainer-ce/portainer-agent-stack.yml b/portainer-ce/portainer-agent-stack.yml old mode 100755 new mode 100644 diff --git a/portainer-ce/portainer-ce.yaml b/portainer-ce/portainer-ce.yaml old mode 100755 new mode 100644 index 55d6502..a46f140 --- a/portainer-ce/portainer-ce.yaml +++ b/portainer-ce/portainer-ce.yaml @@ -3,7 +3,7 @@ version: '3.8' services: portainer: - image: ${IMAGETAG} + image: ${IMAGE_TAG} restart: always ports: - "9000:9000" diff --git a/readme.md b/readme.md old mode 100755 new mode 100644 diff --git a/seal-ms/.gitignore b/seal-ms/.gitignore old mode 100755 new mode 100644 diff --git a/seal-ms/configs/caddy/sealms-ui.conf b/seal-ms/configs/caddy/sealms-ui.conf old mode 100755 new mode 100644 diff --git a/seal-ms/configs/mysql8/my.cnf b/seal-ms/configs/mysql8/my.cnf old mode 100755 new mode 100644 diff --git a/seal-ms/readme.md b/seal-ms/readme.md old mode 100755 new mode 100644 diff --git a/seal-ms/shell/allcmd.sh b/seal-ms/shell/allcmd.sh old mode 100755 new mode 100644 diff --git a/seal-ms/stack/build/stack.yaml b/seal-ms/stack/build/stack.yaml old mode 100755 new mode 100644 diff --git a/seal-ms/stack/dbs/stack.yaml b/seal-ms/stack/dbs/stack.yaml old mode 100755 new mode 100644 diff --git a/seal-ms/stack/readme.md b/seal-ms/stack/readme.md old mode 100755 new mode 100644 diff --git a/seal-ms/stack/sealms/stack.yaml b/seal-ms/stack/sealms/stack.yaml old mode 100755 new mode 100644