chore(deps): update container image redmine to 5.1.1@e60b696 (#16141)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redmine | digest | `2a70a60` -> `e60b696` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
8c070fc45d
commit
5f4b0d1ff8
|
@ -1,36 +1,35 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: redmine
|
||||
version: 8.2.2
|
||||
version: 8.2.3
|
||||
appVersion: 5.1.1
|
||||
description:
|
||||
Redmine is a flexible project management web application written using
|
||||
description: Redmine is a flexible project management web application written using
|
||||
Ruby on Rails framework.
|
||||
home: https://truecharts.org/charts/stable/redmine
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/redmine/redmine
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/redmine
|
||||
- https://hub.docker.com/_/redmine
|
||||
- https://github.com/redmine/redmine
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/redmine
|
||||
- https://hub.docker.com/_/redmine
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- project
|
||||
- management
|
||||
- time
|
||||
- tracking
|
||||
- ticket
|
||||
- project
|
||||
- management
|
||||
- time
|
||||
- tracking
|
||||
- ticket
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: redmine
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.1.1@sha256:2a70a6077ba65b344026d47175ad246e86625fba203e29eaf031a29d50fca0cc
|
||||
tag: 5.1.1@sha256:e60b696ddcc70689c7f04ac5bce4873d260f01b3a8e6b794b0d2c593d4e74d45
|
||||
redmine:
|
||||
plugins_migrate: true
|
||||
no_db_migrate: false
|
||||
|
|
Loading…
Reference in New Issue