diff --git a/apps/umami/.env b/apps/umami/.env index aab58c8ce..196f1bf7a 100644 --- a/apps/umami/.env +++ b/apps/umami/.env @@ -1,7 +1,7 @@ W9_DIST='community' W9_REPO=ghcr.io/umami-software/umami -W9_VERSION='v2.17.0' -W9_POWER_PASSWORD='GI!I6AKspuMX0lWw' +W9_VERSION='latest' +W9_POWER_PASSWORD='z!FaZ43XwGySIG8a' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID='umami' W9_HTTP_PORT=3000 @@ -10,7 +10,7 @@ W9_URL='appname.example.com' W9_LOGIN_USER=admin W9_LOGIN_PASSWORD=umami W9_DB_EXPOSE="postgresql" -W9_RCODE='FpMtU0mY3Ewnu' +W9_RCODE='0hF9UKmxIDNof' W9_NETWORK=websoft9 #### --------------------------------------------------------------------------------------- #### diff --git a/apps/umami/variables.json b/apps/umami/variables.json index 7745f0100..f4f8e826e 100644 --- a/apps/umami/variables.json +++ b/apps/umami/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "2.17.0", + "3.0.1", "latest" ] }