Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image guacamole/guacd to v1.5.4@8a6fd08 #15874

Merged
merged 1 commit into from Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stable/guacamole/Chart.yaml
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: guacamole
version: 10.0.15
version: 10.0.16
appVersion: 1.5.3
description: Apache Guacamole is a clientless remote desktop gateway.
home: https://truecharts.org/charts/stable/guacamole
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/guacamole/values.yaml
Expand Up @@ -5,7 +5,7 @@ image:
guacdImage:
repository: guacamole/guacd
pullPolicy: IfNotPresent
tag: 1.5.3@sha256:d95ad4919cdc1588c9c9ee26b9fc98f5b8ae61b33b5d7998db351acb307dc975
tag: 1.5.4@sha256:8a6fd083213053cd0217663c24ab59245ebfe442b6717e606ebea25707ace650
guacamole:
general:
EXTENSION_PRIORITY: ""
Expand Down
38 changes: 19 additions & 19 deletions charts/stable/guacd/Chart.yaml
@@ -1,32 +1,32 @@
kubeVersion: ">=1.24.0"
kubeVersion: '>=1.24.0'
apiVersion: v2
name: guacd
version: 6.0.11
appVersion: 1.5.3
version: 6.0.12
appVersion: 1.5.4
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
home: https://truecharts.org/charts/stable/guacd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png
deprecated: false
sources:
- https://github.com/apache/guacamole-server
- https://github.com/truecharts/charts/tree/master/charts/stable/guacd
- https://hub.docker.com/r/guacamole/guacd
- https://github.com/apache/guacamole-server
- https://github.com/truecharts/charts/tree/master/charts/stable/guacd
- https://hub.docker.com/r/guacamole/guacd
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- guacd
- guacamole
- remote
- guacd
- 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
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/guacd/values.yaml
@@ -1,7 +1,7 @@
image:
repository: guacamole/guacd
pullPolicy: IfNotPresent
tag: 1.5.3@sha256:d95ad4919cdc1588c9c9ee26b9fc98f5b8ae61b33b5d7998db351acb307dc975
tag: 1.5.4@sha256:8a6fd083213053cd0217663c24ab59245ebfe442b6717e606ebea25707ace650
service:
main:
ports:
Expand Down