chore(deps): update container image beromir/servas to v0.0.7@0fedba9 by renovate (#16457)
This commit is contained in:
parent
f2569be8d3
commit
cd7efba614
|
@ -1,44 +1,44 @@
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: servas
|
name: servas
|
||||||
version: 1.0.12
|
version: 1.0.13
|
||||||
appVersion: 0.0.6
|
appVersion: 0.0.7
|
||||||
description: A self-hosted bookmark management tool.
|
description: A self-hosted bookmark management tool.
|
||||||
home: https://truecharts.org/charts/stable/servas
|
home: https://truecharts.org/charts/stable/servas
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/servas
|
- https://github.com/beromir/Servas
|
||||||
- https://hub.docker.com/r/beromir/servas
|
- https://github.com/truecharts/charts/tree/master/charts/stable/servas
|
||||||
- https://github.com/beromir/Servas
|
- https://hub.docker.com/r/beromir/servas
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
keywords:
|
keywords:
|
||||||
- servas
|
- servas
|
||||||
- bookmarks
|
- bookmarks
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 16.2.21
|
version: 16.2.21
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 11.0.17
|
version: 11.0.17
|
||||||
repository: https://deps.truecharts.org/
|
repository: https://deps.truecharts.org/
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 23.10.2
|
max_scale_version: 23.10.2
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 23.10.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: bookmarks
|
truecharts.org/category: bookmarks
|
||||||
truecharts.org/max_helm_version: "3.13"
|
truecharts.org/max_helm_version: "3.13"
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
type: application
|
type: application
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: beromir/servas
|
repository: beromir/servas
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 0.0.6@sha256:8176a581f6c44598afde453667d6e5dd230d23cbb423d9d84655180cc57675cd
|
tag: 0.0.7@sha256:0fedba911b428f5fbb34104f5fd0413341ffff38d9c4429a3f3e45da82a5751e
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|
Loading…
Reference in New Issue