bump addons
This commit is contained in:
@@ -14,11 +14,11 @@ exports = module.exports = {
|
|||||||
// Note that if any of the databases include an upgrade, bump the infra version above
|
// Note that if any of the databases include an upgrade, bump the infra version above
|
||||||
// This is because we upgrade using dumps instead of mysql_upgrade, pg_upgrade etc
|
// This is because we upgrade using dumps instead of mysql_upgrade, pg_upgrade etc
|
||||||
'images': {
|
'images': {
|
||||||
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:0.18.0' },
|
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:1.0.0' },
|
||||||
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.17.1' },
|
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:1.0.0' },
|
||||||
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.13.0' },
|
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:1.0.1' },
|
||||||
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
|
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:1.0.0' },
|
||||||
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.40.0' },
|
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.40.0' },
|
||||||
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.12.0' }
|
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:1.0.0' }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user