feat: upgrade gitea from 1.22.0 to 1.26.2

- update release to install to 1.26.2
This commit is contained in:
2026-06-06 17:51:32 +10:00
parent 6ef1b20abd
commit 0064edd1d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ profiles::sql::postgresdb::dbname: gitea
profiles::sql::postgresdb::dbuser: gitea profiles::sql::postgresdb::dbuser: gitea
# deploy gitea # deploy gitea
gitea::ensure: '1.22.4' gitea::ensure: '1.26.2'
gitea::checksum: 'd549104f55067e6fb156e7ba060c9af488f36e12d5e747db7563fcc99eaf8532' gitea::checksum: 'd549104f55067e6fb156e7ba060c9af488f36e12d5e747db7563fcc99eaf8532'
gitea::manage_user: false gitea::manage_user: false
gitea::manage_group: false gitea::manage_group: false
+1 -1
View File
@@ -13,7 +13,7 @@ class profiles::gitea::init (
include profiles::nginx::simpleproxy include profiles::nginx::simpleproxy
class { 'gitea': class { 'gitea':
ensure => '1.22.0', ensure => '1.26.2',
checksum => 'a31086f073cb9592d28611394b2de3655db515d961e4fdcf5b549cb40753ef3d', checksum => 'a31086f073cb9592d28611394b2de3655db515d961e4fdcf5b549cb40753ef3d',
custom_configuration => { custom_configuration => {
'' => $root, '' => $root,