chore(deps): update container image dpage/pgadmin4 to v8.2@3b48078 by renovate (#17106)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | dpage/pgadmin4 | minor | `8.1` -> `8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
2119b16c81
commit
164ed3da69
|
@ -1,32 +1,3 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: pgadmin
|
||||
version: 14.1.6
|
||||
appVersion: "8.1"
|
||||
description: Web-Based postgresql database management utility
|
||||
home: https://truecharts.org/charts/stable/pgadmin
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://www.pgadmin.org/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin
|
||||
- https://hub.docker.com/r/dpage/pgadmin4
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- pgadmin
|
||||
- db
|
||||
- database
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
|
@ -35,4 +6,33 @@ annotations:
|
|||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: "8.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Web-Based postgresql database management utility
|
||||
home: https://truecharts.org/charts/stable/pgadmin
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png
|
||||
keywords:
|
||||
- pgadmin
|
||||
- db
|
||||
- database
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: pgadmin
|
||||
sources:
|
||||
- https://www.pgadmin.org/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin
|
||||
- https://hub.docker.com/r/dpage/pgadmin4
|
||||
type: application
|
||||
version: 14.2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: dpage/pgadmin4
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.1@sha256:79388691706e7b4c3f1e4d567a594ade467d4cab4ecf1a97aaa0beb5b19b5b53
|
||||
tag: 8.2@sha256:3b480788bfd84c9c46f09ce4984867f36fa8b8d8736b2044b376506cb0702ae2
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue