chore(deps): update container image guacamole/guacamole to v1.5.4@a7763a8 (#15873)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | guacamole/guacamole | patch | `1.5.3` -> `1.5.4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS40IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
670698c1e7
commit
aecfe52010
|
@ -1,31 +1,31 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: guacamole
|
||||
version: 10.0.16
|
||||
appVersion: 1.5.3
|
||||
version: 10.0.17
|
||||
appVersion: 1.5.4
|
||||
description: Apache Guacamole is a clientless remote desktop gateway.
|
||||
home: https://truecharts.org/charts/stable/guacamole
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/apache/guacamole-client
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
|
||||
- https://hub.docker.com/r/guacamole/guacamole
|
||||
- https://github.com/apache/guacamole-client
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
|
||||
- https://hub.docker.com/r/guacamole/guacamole
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- guacamole
|
||||
- remote
|
||||
- guacamole
|
||||
- remote
|
||||
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: guacamole/guacamole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.5.3@sha256:a41b2d7fd9e0983978edef1bb9074d66a8dd8a641045beaaea6a218e13d3a8e4
|
||||
tag: 1.5.4@sha256:a7763a8057036c12b4fde8a6725e5200a434aa74f0a4cff726e70718ee4521b4
|
||||
guacdImage:
|
||||
repository: guacamole/guacd
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
Loading…
Reference in New Issue