mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update portainer to version 2.27.4 (#2580)
This commit is contained in:
parent
ff58d9ae2b
commit
dc8baf16b9
@ -27,7 +27,7 @@ services:
|
||||
- ${APP_DATA_DIR}/data/docker:/data
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.27.3@sha256:7f10a26bfdda3fc58295ea09b860117ecd86a642d66fb94ce1f27a4c221d4649
|
||||
image: portainer/portainer-ce:2.27.4@sha256:449202d765d28ec443c1657fc1121aff92b8afcee6b58bcea36e1f0e81e8297c
|
||||
command: --host unix:///var/run/docker.sock --admin-password-file=/default-password
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: portainer
|
||||
category: developer
|
||||
name: Portainer
|
||||
version: "2.27.3"
|
||||
version: "2.27.4"
|
||||
tagline: Run custom Docker containers on your Umbrel
|
||||
description: >-
|
||||
⚠️ Make sure to only use named Docker volumes for your stacks and containers. Data in bind-mounted volumes
|
||||
@ -51,9 +51,7 @@ path: ""
|
||||
defaultUsername: "admin"
|
||||
defaultPassword: "changeme"
|
||||
releaseNotes: >-
|
||||
This update brings several improvements and fixes:
|
||||
- Fixed missing CPU reservation metrics in Kubernetes clusters
|
||||
- Fixed data loss issue when redeploying stacks with relative path volumes
|
||||
This update fixes several security vulnerabilities.
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/portainer/portainer/releases.
|
||||
|
Loading…
Reference in New Issue
Block a user