chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 (#6034)
* chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * rofs * varrun * revert Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
dfbc607fe5
commit
0f6666db5d
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: habridge
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
appVersion: "5.4.1"
|
||||
description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue.
|
||||
type: application
|
||||
|
|
|
@ -103,7 +103,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/habridge
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.4.1@sha256:507156bd814ab95984078aa278162eb80283b92f7017f45381f263fd1bc89a8a
|
||||
tag: v5.4.1@sha256:52e315d2d941a7d94d4c1daeb0876f76f29d872ef0fbc01ba997083d87676b4e
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
|
|
Loading…
Reference in New Issue